Blender Git Loki
Git Commits -> Revision 891a202
Revision 891a202 by Ton Roosendaal (master) February 14, 2009, 13:07 (GMT) |
2.5 View3D: snap menu (SHIFT+S) back. All options are own operators, a (temp?) menu collects them all. Note that the operators have a full name, for the menu it seems too much; still I'd prefer a way to name operators in a way it fits everywhere. That will make a unified translation system possible for example. Also: this code was needed to get 'center view' (numpad dot) in editmode to work. Last note; it uses old transform code to gather vertex info. This is fully local to this C file, and quite simple to replace in future with new transform. |
Commit Details:
Full Hash: 891a2022c51c2c80d999f5419f255cb7caebeb8c
SVN Revision: 18967
Parent Commit: 699f8fe
Lines Changed: +1174, -2
1 Added Path:
/source/blender/editors/space_view3d/view3d_snap.c (+1148, -0) (View)
5 Modified Paths:
/source/blender/editors/include/ED_mesh.h (+2, -1) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+2, -1) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+11, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+10, -0) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+2, -1) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+11, -0) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+10, -0) (Diff)