poly_optimize
Reduce polygon count on selected meshes by setting a kept vertex percentage, while optionally retaining normals. Use when optimizing models but avoid on sculpted/high-detail geometry because shape changes visibly.
Instructions
用 ProOptimizer 按百分比简化模型,percent 为保留的顶点百分比(0-100)。会明显改变形状,雕刻/高精度模型慎用。 [English] Simplify the model with ProOptimizer by a percentage; percent is the kept vertex percentage (0-100). This visibly changes the shape - use care on sculpted/high-detail meshes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| percent | No | 保留顶点百分比 0-100,默认 50。 | Kept vertex percentage 0-100, default 50. | |
| keepNormals | No | 保留法线,默认是。 | Keep normals, default true. |