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:
authorTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
committerTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
commitbf9080d9c15e2afdff8344b37fc0d89d84b559f7 (patch)
treebe6f1fa5fd561176ab8877bf6cc5d463d693fa1a /source/blender/makesdna/DNA_view3d_types.h
parent1ff595a28e541de9cf71708bb7327b8deb0598ac (diff)
2.5
Finished a couple of XXX todo's in drawing code, attempt to fix subsurf crash... didnt work yet!
Diffstat (limited to 'source/blender/makesdna/DNA_view3d_types.h')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index e819ce8a7cd..4f6d8989f9d 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -152,8 +152,9 @@ typedef struct View3D {
/* last view */
float lviewquat[4];
short lpersp, lview;
-
- short pad5, pad6;
+
+ /* customdata flags from modes */
+ unsigned int customdata_mask;
} View3D;