Blender Git Loki
Git Commits -> Revision 9c30155
Revision 9c30155 by Joseph Eagar (sculpt-dev) September 30, 2021, 08:36 (GMT) |
Sculpt: fix drag-dot/anchored for face sets * Added an API for original face sets based on the SculptCustomLayer API. |
Commit Details:
Full Hash: 9c30155c47f51bb796a305b633bdcae87856b0ef
Parent Commit: f6da696
Lines Changed: +131, -21
5 Modified Paths:
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+11, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+40, -18) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+51, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+28, -3) (Diff)
/source/blender/blenkernel/BKE_pbvh.h (+11, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+40, -18) (Diff)
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+51, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+28, -3) (Diff)