Blender Git Loki

Git Commits -> Revision 45a45f7

Revision 45a45f7 by Pablo Dobarro (master)
August 14, 2019, 16:58 (GMT)
OpenVDB: Voxel Remesher

The voxel remesher introduces a new workflow for sculpting without any of the limitations of Dyntopo (no geometry errors or performance penalty when blocking shapes). It is also useful for simulations and 3D printing.

This commit includes:
- Voxel remesh operator, voxel size mesh property and general remesh flags.
- Paint mask reprojection.
- Geometry undo/redo for sculpt mode. This should support remesh operations as well as future tools that modify the topology of the sculpt in a single step, like trimming tools or mesh insert brushes.
- UI changes in the sculpt topbar and the mesh properties pannel.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D5407

Commit Details:

Full Hash: 45a45f7d66211e82a3a3288782ad9523e8fdc516
Parent Commit: 16c28b5
Lines Changed: +634, -51

3 Added Paths:

/source/blender/blenkernel/BKE_remesh.h (+46, -0) (View)
/source/blender/blenkernel/intern/remesh.c (+198, -0) (View)
/source/blender/editors/object/object_remesh.c (+159, -0) (View)

14 Modified Paths:

/release/scripts/startup/bl_ui/properties_data_mesh.py (+17, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+32, -1) (Diff)
/source/blender/blenkernel/CMakeLists.txt (+2, -0) (Diff)
/source/blender/blenkernel/intern/mesh.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+5, -0) (Diff)
/source/blender/editors/include/ED_sculpt.h (+3, -0) (Diff)
/source/blender/editors/object/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/object/object_intern.h (+3, -0) (Diff)
/source/blender/editors/object/object_ops.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+12, -24) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+11, -8) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+114, -17) (Diff)
/source/blender/makesdna/DNA_mesh_types.h (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+24, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021