Blender Git Loki
Git Commits -> Revision 32591db
Revision 32591db by Jason Wilkins (soc-2010-jwilkins) June 12, 2010, 11:57 (GMT) |
== Autosmooth & Snake Hook Tool == * Autosmooth - automatically apply smoothing after a stroke. this is important to keep snake hooks from deforming badly * The autosmooth factor is soft limited from 0-1 and hard limited from 0-4 * Known Bug: grab does not currently play nice with symmetry, You can use snake hook for now to get the same effect but you have to be more careful * some formatting changes in pbvh.c * made it so that what you grab be pulled out to where the mouse cursor is if you have the normal_weight slider set to 0 * BUG FIX: fixed a bug present in this branch and the trunk where the bounding boxes of the original data was always used instead of the newly calculated bounding boxes of edited data. This is what was causing the mesh to rip apart under certain circumstances. |
Commit Details:
Full Hash: 32591dbbcb6a633d2407bcfd9378754eb6b820f3
SVN Revision: 29423
Parent Commit: dc6f737
Lines Changed: +198, -156
6 Modified Paths:
/release/scripts/ui/space_view3d_toolbar.py (+4, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenlib/intern/pbvh.c (+52, -47) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+125, -103) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+13, -6) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenlib/intern/pbvh.c (+52, -47) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+125, -103) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+13, -6) (Diff)