Blender Git Loki
Git Commits -> Revision bb2d988
Revision bb2d988 by Jason Wilkins (soc-2010-jwilkins) July 11, 2010, 11:51 (GMT) |
== Clay Tubes Tool == Clay Tubes uses a cube brush test and distance calculation instead of a sphere. Will try to generalize sphere/cube/cylinder tests later if it doesn't effect performance too much. * Bug Fix: 'special' rotation (rotation as the result of random, anchored, or rake) wasn't being considered when drawing the texture overlay. * Known problem: clay tubes does not play nicely with anchored stroke method. This is a genearal problem with different tools and strokes and needs to be worked out. |
Commit Details:
Full Hash: bb2d988204d6411a4cf98bd96116bb54edfdd7a0
SVN Revision: 30202
Parent Commit: cc30cbd
Lines Changed: +137, -18
5 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+4, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+12, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+117, -5) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+12, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+117, -5) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -2) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)