object.apply_transform
blender_object_apply_transformApplies location, rotation, or scale transforms to a Blender object, updating its scene state with transaction safety and rollback support.
Instructions
PartMe Blender Harness command object.apply_transform. Risk: standard; maturity: L3. Requirements: Per-request argument checks and session policy still apply
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| scale | No | Three finite numbers; rotation uses radians | |
| location | No | Three finite numbers; rotation uses radians | |
| objectId | No | ||
| rotation | No | Three finite numbers; rotation uses radians | |
| _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 | |||