Blender Git Loki
Git Commits -> Revision 151f69a
Revision 151f69a by Brecht Van Lommel (master) May 31, 2019, 15:17 (GMT) |
Fix various missing updates in sculpt mode, when changing modifiers and dyntopo This restores the code that updates the sculpt session and PBVH from dependency graph evaluation. |
Commit Details:
Full Hash: 151f69a5c214691de0665affcd8a49cecd6dd0aa
Parent Commit: 692891f
Lines Changed: +120, -138
11 Modified Paths:
/source/blender/blenkernel/BKE_object.h (+0, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+8, -6) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+9, -10) (Diff)
/source/blender/blenkernel/intern/object.c (+0, -34) (Diff)
/source/blender/blenkernel/intern/paint.c (+72, -32) (Diff)
/source/blender/draw/intern/draw_manager_data.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+3, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+5, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+19, -25) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+0, -12) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+2, -5) (Diff)
/source/blender/blenkernel/BKE_paint.h (+8, -6) (Diff)
/source/blender/blenkernel/intern/DerivedMesh.c (+9, -10) (Diff)
/source/blender/blenkernel/intern/object.c (+0, -34) (Diff)
/source/blender/blenkernel/intern/paint.c (+72, -32) (Diff)
/source/blender/draw/intern/draw_manager_data.c (+2, -2) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+3, -6) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+5, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+19, -25) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+0, -12) (Diff)
/source/blender/editors/sculpt_paint/sculpt_undo.c (+2, -5) (Diff)