Blender Git Commit Log
Git Commits -> Revision 43bd8c2
Revision 43bd8c2 by Antonis Ryakiotakis (master) September 16, 2013, 02:24 (GMT) |
Undo the front-facing only commit for clay strips brushes, it adds an attenuation that should really be optional. There's also a minor performance penalty and all this only for one problematic case. In case the tool flattens two surfaces, users can manually set the front face only option. A better non-attenuating way to cull such vertices can be added later. Also flatten brush should calculate the flatten plane from the original vertices or the flattening will not converge for planes offsets different than zero. Reported by Michalis Zissiou, thanks! |
Commit Details:
Full Hash: 43bd8c2b28d06953b64ed6d1e72cead9e42463a0
SVN Revision: 60155
Parent Commit: abb37f4
Lines Changed: +11, -32
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+3, -4) (Diff)
/source/blender/blenkernel/BKE_brush.h (+0, -3) (Diff)
/source/blender/blenkernel/intern/brush.c (+0, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+8, -13) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+0, -7) (Diff)
/source/blender/blenkernel/BKE_brush.h (+0, -3) (Diff)
/source/blender/blenkernel/intern/brush.c (+0, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+8, -13) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+0, -7) (Diff)