Blender Git Commit Log
Git Commits -> Revision 9d4543b
Revision 9d4543b by Martin Poirier (master) March 29, 2009, 19:52 (GMT) |
Add snapping parameters to transform operators (only Translation, Resize and Rotation, since those are the one ones that support it). |
Commit Details:
Full Hash: 9d4543bd29625699271d50c66c1a27beed7bab6b
SVN Revision: 19454
Parent Commit: 6705b6f
Lines Changed: +87, -27
5 Modified Paths:
/source/blender/editors/transform/transform.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.h (+7, -5) (Diff)
/source/blender/editors/transform/transform_constraints.c (+2, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+26, -0) (Diff)
/source/blender/editors/transform/transform_snap.c (+51, -20) (Diff)
/source/blender/editors/transform/transform.h (+7, -5) (Diff)
/source/blender/editors/transform/transform_constraints.c (+2, -1) (Diff)
/source/blender/editors/transform/transform_ops.c (+26, -0) (Diff)
/source/blender/editors/transform/transform_snap.c (+51, -20) (Diff)