poly_move_vertices
Move a batch of vertices by a uniform offset in 3ds Max, reducing operations compared to moving each vertex individually.
Instructions
把一批顶点整体按同一偏移量移动。比逐个 poly_set_vertex 高效。 [English] Move a batch of vertices by the same offset. More efficient than calling poly_set_vertex per vertex.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | Yes | 偏移量 [x,y,z]。 | Offset [x,y,z]. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| vertices | Yes | 要移动的顶点索引列表。 | Vertex indices to move. |