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:
Diffstat (limited to 'source/blender/include/blendef.h')
-rw-r--r--source/blender/include/blendef.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index 9f7ad98a1bc..42d6238be4e 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -389,4 +389,11 @@
#define R_DISPLAYWIN 1
#define R_DISPLAYAUTO 2
+ /* Gvp.flag */
+#define VP_COLINDEX 1
+#define VP_AREA 2
+#define VP_SOFT 4
+#define VP_NORMALS 8
+
+
#endif