blender_ai_mesh_remesh
Fix messy AI-generated meshes by retopologizing with VOXEL or SMOOTH methods, adjusting voxel size, octree depth, and smoothing to produce clean, usable topology.
Instructions
Retopologize a mesh using VOXEL or SMOOTH methods. Controls voxel size, octree depth, and smoothing. Useful for converting AI-generated meshes to clean topology.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | Remesh method (default: VOXEL) | VOXEL |
| voxel_size | No | Voxel size for VOXEL method - smaller = more detail (default: 0.05) | |
| object_name | Yes | Name of the mesh object to remesh | |
| apply_smooth | No | Apply smoothing modifier after remesh (default: true) | |
| octree_depth | No | Octree depth for SMOOTH method (1-10, default: 5) | |
| smooth_factor | No | Smoothing strength (0.0-1.0, default: 0.5) | |
| smooth_normals | No | Smooth normals after remeshing (default: true) | |
| smooth_iterations | No | Number of smoothing iterations (default: 2) |