Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Ewering <blender@instinctive.de>2004-07-18 19:57:33 +0400
committerAlexander Ewering <blender@instinctive.de>2004-07-18 19:57:33 +0400
commit96e0a103d49299649b1391fd66aa08a91b5889e4 (patch)
tree2fb3523fb5aec1a8f738a56b9e69185e0197159b /source/blender/makesdna/DNA_view3d_types.h
parent6dca057ac5250bb78b664d2cf9270a409238ecbc (diff)
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.
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h2
1 files changed, 0 insertions, 2 deletions
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