Blender Git Loki
Git Commits -> Revision e8f6f70
Revision e8f6f70 by Pablo Dobarro (master) September 30, 2019, 13:58 (GMT) |
PBVH: PBVH_FullyMasked and PBVH_FullyUnmasked flags This commit introduces flags to tag the PBVH nodes as fully masked or unmasked. This is used in do_brush_actions to filter fully masked nodes during a stroke. Other tools can also be updated to use this flags. Sculpt updates now require a flag to update the mask or the vertex coordinates. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5935 |
Commit Details:
Full Hash: e8f6f70846e57be81d5d4e28556f7a12d291f5db
Parent Commit: 3dc027a
Lines Changed: +230, -36
5 Modified Paths:
/source/blender/blenkernel/BKE_pbvh.h (+18, -9) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+109, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+8, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+86, -25) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+9, -0) (Diff)
/source/blender/blenkernel/intern/pbvh.c (+109, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+8, -2) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+86, -25) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+9, -0) (Diff)