sculpt_remesh
Remesh 3D sculpts to uniform topology using VOXEL or DYNTOPO methods, controlling density and detail size.
Instructions
Remesh a sculpt for uniform topology.
Args: mesh_name: Name of the mesh object. method: VOXEL (uniform density) or DYNTOPO (adaptive, sculpt-mode only). voxel_size: Voxel size for VOXEL method (smaller = more detail). detail_size: Detail size for DYNTOPO method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | VOXEL | |
| mesh_name | Yes | ||
| voxel_size | No | ||
| detail_size | No |