mod_set_sub_object_selection
Set a modifier's sub-object level and select specific verts, edges, faces, or control points to target adjustments in FFD or Edit Poly operations.
Instructions
设置某个修改器的子对象层级(level)与选择(selection,顶点/边/面/控制点的索引)。常用于 FFD 控制点、Edit Poly 子对象等需要选中子元素的修改器。 [English] Set a modifier's sub-object level and selection (indices of verts/edges/faces/control points). Used for modifiers that need a sub-element selection, e.g. FFD control points or Edit Poly sub-objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | 子对象层级(0=关,1=顶点,2=边,3=边界,4=面,5=元素,FFD 用 1=控制点)。 | Sub-object level (0 off, 1 vert, 2 edge, 3 border, 4 face, 5 elem; FFD uses 1=CP). | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| modifier | Yes | 修改器名/类名/索引。 | Modifier name / class name / index. | |
| selection | No | 要选中的子对象索引。 | Sub-object indices to select. |