Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_mesh_remesh_voxel.h
| Context not available. | |||||
| bool relax_disoriented_triangles); | bool relax_disoriented_triangles); | ||||
| #endif | #endif | ||||
| struct Mesh *BKE_mesh_remesh_voxel_to_mesh_nomain(struct Mesh *mesh, float voxel_size); | struct Mesh *BKE_mesh_remesh_voxel_to_mesh_nomain(struct Mesh *mesh, float voxel_size); | ||||
| struct Mesh *BKE_mesh_remesh_quadriflow_to_mesh_nomain(struct Mesh *mesh, | |||||
| int target_faces, | |||||
| int seed, | |||||
| bool preserve_sharp, | |||||
| bool preserve_boundary, | |||||
| bool adaptive_scale, | |||||
| void *update_cb, | |||||
| void *update_cb_data); | |||||
| /* Data reprojection functions */ | /* Data reprojection functions */ | ||||
| void BKE_remesh_reproject_paint_mask(struct Mesh *target, struct Mesh *source); | void BKE_remesh_reproject_paint_mask(struct Mesh *target, struct Mesh *source); | ||||
| Context not available. | |||||