reset_transform
Reset an object's rotation, scale, or position to avoid parent scaling skewing children by baking the transform into the object.
Instructions
清零对象的旋转与缩放(或位置),把变换烘焙回对象自身。缩放父级会连带扭曲子级,先调用它再缩放。 [English] Reset an object's rotation and scale (or position), baking the transform into the object. Scaling a parent skews children; call this before scaling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | 是否清零缩放,默认是。 | Reset scale, default true. | |
| objects | No | 对象名称列表;省略则用当前选择。 | Object names; omit for the selection. | |
| position | No | 是否清零位置,默认否。 | Reset position, default false. | |
| rotation | No | 是否清零旋转,默认是。 | Reset rotation, default true. |