Blender Git Loki
Git Commits -> Revision 7293c2b
Revision 7293c2b by Joseph Eagar (sculpt-dev) October 11, 2021, 20:27 (GMT) |
Sculpt: enable dyntopo on paint brushes * Paint brushes will now support dyntopo if "dyntopo disabled" (the one in their brush settings, not the global setting in the "Dynamic Topology" panel) is unchecked. * Fixed dyntopo undo not properly handling pushing more then one undo type. |
Commit Details:
Full Hash: 7293c2b5e5d9db289d2af8cd2680a267682ac5cf
Parent Commit: cbaa9f7
Lines Changed: +87, -33
8 Modified Paths:
/source/blender/blenkernel/BKE_brush_engine.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+38, -17) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+23, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+12, -4) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/brush_engine.c (+38, -17) (Diff)
/source/blender/blenkernel/intern/brush_engine_presets.c (+4, -0) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+23, -9) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+12, -4) (Diff)
/source/blender/makesdna/DNA_brush_enums.h (+0, -2) (Diff)