Blender Git Commit Log

Git Commits -> Revision 74715d0

Revision 74715d0 by Martin Poirier (master)
November 26, 2009, 19:47 (GMT)
First changes to implement the 2.5 snapping proposal (discussed back in May and recently on IRC).

http://wiki.blender.org/index.php/User:Theeth/Snapping

The new widget isn't there yet, but the rest works, including:

Increment (gears) is now a snap mode

Ctrl click to toggle snap on or off (in transform and 3d view)
Shift+Ctrl click to select snap mode (3d view only)

Snap status (on/off) is persisted in tool settings, no need to always turn it back on when entering transform.

It's still possible to have something resembling the old system by editing the transform modal keymap to snap on on ctrl press and snap off on key release.

Commit Details:

Full Hash: 74715d00cc466ccb45ed525c12cfd1c7ed29243f
SVN Revision: 24935
Parent Commit: 6ca1c91
Lines Changed: +145, -106

8 Modified Paths:

/source/blender/editors/object/object_ops.c (+0, -4) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+33, -31) (Diff)
/source/blender/editors/transform/transform.c (+27, -25) (Diff)
/source/blender/editors/transform/transform.h (+7, -10) (Diff)
/source/blender/editors/transform/transform_constraints.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_generics.c (+4, -0) (Diff)
/source/blender/editors/transform/transform_ops.c (+43, -1) (Diff)
/source/blender/editors/transform/transform_snap.c (+29, -33) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021