Blender Git Commit Log
Git Commits -> Revision a912afd
Revision a912afd by Sergey Sharybin (master) December 10, 2011, 14:45 (GMT) |
Fix #29516: Twist brush giving crazy results - Rotation now happens around initial stroke location rather than around scene origin - Added slider for rotation strength which helps in cases only few rotation is needed to be to increase the precision of such strokes |
Commit Details:
Full Hash: a912afd202ecfdd0b459d85fba18280c38b0062f
SVN Revision: 42555
Parent Commit: e9a0a42
Lines Changed: +31, -6
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+5, -0) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+14, -5) (Diff)
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+14, -5) (Diff)