From 96e0a103d49299649b1391fd66aa08a91b5889e4 Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Sun, 18 Jul 2004 15:57:33 +0000 Subject: 1) Change the way "Align mode" is accessed in the UI: It's now a global toggle for all pivot modes. The 2 new pivot modes have been removed from the popup. Instead, a new toggle button is added to the 3d view header. 2) Grab cursor mode. Cursor can be grabbed (and constrained to axis, grid, etc. while moving) like any other object. If no object is selected, GKEY alone grabs the cursor, otherwise pressing CKEY while in GKEY mode moves the cursor. --- source/blender/makesdna/DNA_view3d_types.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/makesdna/DNA_view3d_types.h') diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h index 1f3cadbb961..ef48bc21b17 100644 --- a/source/blender/makesdna/DNA_view3d_types.h +++ b/source/blender/makesdna/DNA_view3d_types.h @@ -125,9 +125,7 @@ typedef struct View3D { /* View3D->around */ #define V3D_CENTRE 0 #define V3D_CENTROID 3 -#define V3D_CENTROID_LOC 4 #define V3D_CURSOR 1 -#define V3D_CURSOR_LOC 5 #define V3D_LOCAL 2 -- cgit v1.2.3