material.create_pbr
blender_material_create_pbrCreates a PBR material in Blender with configurable base color, metallic, roughness, and alpha values for use in renders.
Instructions
PartMe Blender Harness command material.create_pbr. Risk: standard; maturity: L3. Requirements: Per-request argument checks and session policy still apply
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| alpha | No | ||
| metallic | No | ||
| baseColor | No | ||
| roughness | No | ||
| _requestId | No | Stable request id for replay safety | |
| _authorization | No | Action-bound Harness authorization claim | |
| _transactionId | Yes | Harness milestone transaction id | |
| _expectedSceneRevision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||