unparent_objects
Detach objects from their parent hierarchy while preserving world position and rotation.
Instructions
把对象从父级解绑(取消层级)。keepTransform 保持世界位置/旋转不变。 [English] Unlink objects from their parent. keepTransform keeps world position/rotation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 对象名称列表;省略则用当前选择。 | Object names; omit for the selection. | |
| keepTransform | No | 保持世界变换,默认是。 | Keep world transform, default true. |