Blender Git Commit Log
Git Commits -> Revision 5cc582f
Revision 5cc582f by Joseph Eagar (sculpt-dev) October 18, 2021, 10:44 (GMT) |
Sculpt: Implement accumulate for paint and other fixes * The paint brush now supports accumulate. * Fixed bug with PBVH_FACES not setting MSculptVert update flags correctly in face set draw brush. * Topology rake now has a mode where it simply propegates directions from boundaries. |
Commit Details:
Full Hash: 5cc582fec7baee110cd08f5375f60cf39664f4c6
Parent Commit: a55b584
Lines Changed: +49, -73
8 Modified Paths:
/source/blender/blenkernel/intern/brush_channel_define.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+9, -44) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+18, -13) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+13, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+3, -10) (Diff)
/source/blender/blenkernel/intern/dyntopo.c (+9, -44) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_brushes.c (+18, -13) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_paint_color.c (+13, -3) (Diff)
/source/blender/editors/sculpt_paint/sculpt_smooth.c (+3, -10) (Diff)