mod_get_gizmo_info
Get a modifier's gizmo transform (position/rotation/scale); if none exists, returns hasGizmo=false.
Instructions
返回修改器的 Gizmo(变换控制器)位置/旋转/缩放;没有 Gizmo 的修改器返回 hasGizmo=false。 [English] Return a modifier's Gizmo (transform gizmo) position/rotation/scale; modifiers without a gizmo return hasGizmo=false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| modifier | Yes | 修改器名/类名/索引。 | Modifier name / class name / index. |