Blender Git Commit Log

Git Commits -> Revision f4a0318

Revision f4a0318 by Martin Poirier (master)
December 19, 2006, 22:25 (GMT)
=== Transform Snap ===

Draw a circle around the snapping point for visual aid.

Different snapping target method, switchable in the 3d view header menu in the Transform menu.

* Closest: Snaps the closest vertex to the point
* Median: Snaps the median of the selection to the point
* Center: Snaps the transform center to the point (this is different from median because you can use Cursor/Boundbox as center)

Fix a bug with constraints/snap handling.

Commit Details:

Full Hash: f4a03182fbe1d3960c78e610e1659061f7e39482
SVN Revision: 9368
Parent Commit: 83e3545
Lines Changed: +201, -57

8 Modified Paths:

/source/blender/include/BIF_transform.h (+1, -0) (Diff)
/source/blender/include/transform.h (+7, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+5, -0) (Diff)
/source/blender/src/drawview.c (+1, -0) (Diff)
/source/blender/src/header_view3d.c (+44, -16) (Diff)
/source/blender/src/transform.c (+9, -1) (Diff)
/source/blender/src/transform_constraints.c (+21, -16) (Diff)
/source/blender/src/transform_snap.c (+113, -24) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021