poly_connect_edges
Connect selected edges by inserting new edge loops, with segments controlling the number of inserted edges. Use it to densify meshes or add support loops.
Instructions
在所选边之间连接(插入)新边/边环,segments 控制插入条数。用于加密网格、加支撑边。 [English] Connect (insert) new edges between the selected edges; segments sets how many. Use it to densify the mesh or add support loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| edges | Yes | 参与连接的边索引列表。 | Edge indices to connect. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| segments | No | 插入的边数,默认 1。 | Number of inserted edges, default 1. |