Blender Git Loki
Git Commits -> Revision 6c036a6
Revision 6c036a6 by Pablo Dobarro (master) March 31, 2020, 16:27 (GMT) |
Add Voxel Mode to the Remesh modifier This adds the Voxel Mode to the current remesh modifier. It works exactly the same way as the voxel remesh operator and uses the same properties to control the remeshing. We can exand this with more options in the future (fix poles, reprojection...) Reviewed By: brecht Differential Revision: https://developer.blender.org/D7292 |
Commit Details:
Full Hash: 6c036a65c9741786deb53191fa77d83e7ffb1be3
Parent Commit: 38685b5
Lines Changed: +101, -37
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+13, -8) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+24, -0) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+45, -28) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+24, -0) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+45, -28) (Diff)