align_objects
Align multiple objects to a target with position, rotation, and scale toggles for efficient prop placement or camera alignment.
Instructions
把多个对象对齐到目标对象(位置/旋转/缩放可分别开关)。用于批量摆放道具、对齐相机与瞄准点。 [English] Align several objects to a target (position/rotation/scale toggles). Great for placing props or aligning cameras.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | 是否对齐缩放,默认否。 | Align scale, default false. | |
| target | Yes | 对齐目标对象名。 | Target object name. | |
| objects | No | 要对齐的对象列表;省略则用当前选择。 | Objects to align; omit for the selection. | |
| position | No | 是否对齐位置,默认是。 | Align position, default true. | |
| rotation | No | 是否对齐旋转,默认否。 | Align rotation, default false. |