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:
authorMatt Ebb <matt@mke3.net>2010-03-09 09:20:08 +0300
committerMatt Ebb <matt@mke3.net>2010-03-09 09:20:08 +0300
commit2ad3d8f158d2e7658e293efd90a4cb1ca403d2bb (patch)
treee0042efe9610c45204f15424453e59e760ba91b7 /source/blender/makesdna
parent05332ed0edd06a6ede213ac0f544e7d7236c08ac (diff)
Fix [#21145] Preferences: Solid OpenGL lights viewport update
Diffstat (limited to 'source/blender/makesdna')
-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 123aab2d9e0..12849d02d97 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -229,6 +229,7 @@ typedef struct View3D {
#define RV3D_FLYMODE 2
#define RV3D_CLIPPING 4
#define RV3D_NAVIGATING 8
+#define RV3D_GPULIGHT_UPDATE 16
/* RegionView3d->viewlock */
#define RV3D_LOCKED 1