apply_transforms
Apply location, rotation, and scale transforms to an object, freezing them as the new base transforms. Resets transform deltas to zero.
Instructions
Apply (freeze) transforms on an object, making current transforms the new basis.
Args: name: Name of the object. location: Apply location transform. Defaults to True. rotation: Apply rotation transform. Defaults to True. scale: Apply scale transform. Defaults to True.
Returns: Confirmation dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| location | No | ||
| rotation | No | ||
| scale | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||