Blender Git Loki
Git Commits -> Revision 2a08dae
Revision 2a08dae by Martin Felke (sculpt-mode-features) April 12, 2019, 08:32 (GMT) |
added a new live remesh option. If enabled, the modifier will be continously invoked, as usual. If disabled, it will return the last automatically cached mesh, so basically the remesh is "frozen", but still nondestructive / not applied yet. Note, doesnt work yet in sculpt mode. There you may still need to apply the modifier to update the base mesh. Or you can disable the modifier in the stack to work on the base mesh, too. A third alternative is having live remesh enabled with the modifier enabled, but this will cost some sculpting performance and works at the moment only in material and rendered mode. |
Commit Details:
Full Hash: 2a08dae14e5880ff53a464af7378f9c150b2aea9
Parent Commit: 51582bf
Lines Changed: +154, -29
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_data_modifier.py (+6, -4) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+43, -16) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -4) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+72, -5) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/object/object_modifier.c (+43, -16) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_modifier.c (+30, -4) (Diff)
/source/blender/modifiers/intern/MOD_remesh.c (+72, -5) (Diff)