scale_object
Scale a Blender object by [x,y,z] values, either multiplying its current scale or setting an absolute scale. Adjust object size for precise asset modeling.
Instructions
Scale an object. By default scale multiplies the current scale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| scale | Yes | [x, y, z] in Blender units | |
| absolute | No | Set the scale outright instead of multiplying the current one |