mod_subdivide
Split each face into smaller faces by a given size, without changing smoothing. Increases mesh density for modeling, detailing, or further operations.
Instructions
细分修改器:按 size 把每个面细分为更小的面(经典细分,不改平滑度)。 [English] Subdivide modifier: split each face into smaller faces by size (classic subdivision, no smoothing change).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 修改器名。 | Modifier name. | |
| size | No | 细分尺寸(场景单位)。 | Subdivision size (scene units). | |
| method | No | 方法 0=经典/1=四边形,默认 0。 | Method 0=classic/1=quad, default 0. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit for selection. |