Blender Git Commit Log
Git Commits -> Revision 3c13561
Revision 3c13561 by Martin Poirier (master) December 28, 2006, 22:42 (GMT) |
=== Transform Snap === Fixed the bug where it would snap to a selected (moving) vertex. Fixed a bug with Snap Closest with only one vertex selected. === Internals: EditMesh Mods === Modify and documented findnearestvert. Added a new parameter to restrict the search to selected or unselected vert instead of just adding a bias to them (as previously). Currently, the "strict" method bypasses the openGL optimisation, people with more knowledge about that should feel invited to fix it. === Internals: EditMesh Tools === Adding missing newline at the end. |
Commit Details:
Full Hash: 3c13561ab59b6abb667b846955040a00a9c5be7a
SVN Revision: 9520
Parent Commit: d665beb
Lines Changed: +55, -15
6 Modified Paths:
/source/blender/include/editmesh.h (+11, -1) (Diff)
/source/blender/include/transform.h (+3, -2) (Diff)
/source/blender/src/editmesh_loop.c (+1, -1) (Diff)
/source/blender/src/editmesh_mods.c (+27, -6) (Diff)
/source/blender/src/editmesh_tools.c (+0, -1) (Diff)
/source/blender/src/transform_snap.c (+13, -4) (Diff)
/source/blender/include/transform.h (+3, -2) (Diff)
/source/blender/src/editmesh_loop.c (+1, -1) (Diff)
/source/blender/src/editmesh_mods.c (+27, -6) (Diff)
/source/blender/src/editmesh_tools.c (+0, -1) (Diff)
/source/blender/src/transform_snap.c (+13, -4) (Diff)