Blender Git Loki
Git Commits -> Revision d07b550
Revision d07b550 by Nicholas Bishop (soc-2010-nicolasbishop) June 20, 2010, 17:42 (GMT) |
* Added mesh rna for paint masks * Added operators to add/remove paint mask layers * Added UI to select paint mask layer and add/remove Note that this commit doesn't include the code for actually using multiple layers in sculpt mode. |
Commit Details:
Full Hash: d07b5501dffac469a95740a4878e3977150cb617
SVN Revision: 29579
Parent Commit: ed08eb6
Lines Changed: +223, -18
5 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+11, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+70, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+137, -14) (Diff)
/source/blender/editors/sculpt_paint/paint_intern.h (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+70, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_ops.c (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+137, -14) (Diff)