Blender Git Loki
Git Commits -> Revision b1179c4
Revision b1179c4 by Antonis Ryakiotakis (master) September 13, 2013, 23:58 (GMT) |
Sculpting: * Cleanup for previous commit and reduce some local variable referencing * Add support for brushes that operate on frontfaces only and do not show the option for those brushes. Currently only clay strips is in the list but this may change according to artist feedback. This should take care of the "sticky" surface problem completely. |
Commit Details:
Full Hash: b1179c4752395b5b3247e5a22587f4b65e45d72d
SVN Revision: 60122
Parent Commit: 8f3a408
Lines Changed: +42, -32
6 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+4, -3) (Diff)
/source/blender/blenkernel/BKE_brush.h (+3, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+0, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+23, -28) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)
/source/blender/blenkernel/BKE_brush.h (+3, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+0, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+5, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+23, -28) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+7, -0) (Diff)