Blender Git Commit Log
Git Commits -> Revision 57c7200
Revision 57c7200 by Martin Poirier (master) February 24, 2009, 00:45 (GMT) |
Merging volume embedding and transform snapping. - Volume embed is available as a transform snap option (need new icon). Not as "continuous" as stroke embed, will have to be fixed somehow. - Transform snaps work in armature edit mode (only snap to mesh, not other armatures, for now). Adding to other edit data type should be easy. - Strokes can use all the transform snap options plus volume embed. Bug fix: added small threshold to face snap (and volume embed) to prevent slipping in cracks between faces. More tweaking needed but this now takes care of all the worst cases. |
Commit Details:
Full Hash: 57c7200a65a5fcfaa3a7c110ff3b2aecc7cde16f
SVN Revision: 19095
Parent Commit: 7c830b7
Lines Changed: +568, -368
7 Modified Paths:
/source/blender/blenlib/BLI_arithb.h (+1, -0) (Diff)
/source/blender/blenlib/intern/arithb.c (+51, -0) (Diff)
/source/blender/include/BIF_transform.h (+26, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/src/editarmature_sketch.c (+100, -293) (Diff)
/source/blender/src/header_view3d.c (+1, -0) (Diff)
/source/blender/src/transform_snap.c (+388, -75) (Diff)
/source/blender/blenlib/intern/arithb.c (+51, -0) (Diff)
/source/blender/include/BIF_transform.h (+26, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+1, -0) (Diff)
/source/blender/src/editarmature_sketch.c (+100, -293) (Diff)
/source/blender/src/header_view3d.c (+1, -0) (Diff)
/source/blender/src/transform_snap.c (+388, -75) (Diff)