constraint_position
Add a Position constraint to make objects follow a target's position, with optional weighted blending for multiple targets.
Instructions
给对象加 Position 约束,使其跟随 target 的位置(可多个目标加权混合)。 [English] Add a Position constraint so the object follows target's position (multiple targets can be blended by weight).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | 跟随的目标对象名。 | Followed target object name. | |
| weight | No | 目标权重(0-100,UI 同款),默认 100。 | Target weight (0-100, like UI), default 100. | |
| objects | No | 被约束的对象名列表;省略则用当前选择。 | Constrained objects; omit for the current selection. |