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:
authorMartin Poirier <theeth@yahoo.com>2005-07-24 11:10:56 +0400
committerMartin Poirier <theeth@yahoo.com>2005-07-24 11:10:56 +0400
commitfa0795c84f552f605691de3e5f206405a00ccaab (patch)
tree1eccad91f25e71093f31710160b474445feb8cea /source/blender/makesdna/DNA_view3d_types.h
parentdf864efff3647fd024bfe5806781c16fc9d37485 (diff)
Missing include file from commits. (tsk)
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index da132a65e52..27447315385 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -178,6 +178,7 @@ typedef struct View3D {
#define V3D_MANIP_GLOBAL 0
#define V3D_MANIP_LOCAL 1
#define V3D_MANIP_NORMAL 2
+#define V3D_MANIP_VIEW 3
/* View3d->twflag */
/* USE = user setting, DRAW = based on selection */