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:
authorCampbell Barton <ideasman42@gmail.com>2018-01-12 04:41:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-12 04:45:56 +0300
commit93d30d62e6e46b0eb852c86053d9529495050c5d (patch)
tree377dd38affe09938b27c7da20c3e02a80707ce47 /source/blender/makesdna/DNA_userdef_types.h
parentff4c9d69ee4bf1764b6f4effa487e29e6c4ab985 (diff)
User Prefs: app-template option to hide the cursor
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 3d3e9d1704b..c1ba808ec03 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -710,6 +710,7 @@ typedef enum eUserpref_UI_Flag2 {
/* UserDef.app_flag */
typedef enum eUserpref_APP_Flag {
USER_APP_LOCK_UI_LAYOUT = (1 << 0),
+ USER_APP_VIEW3D_HIDE_CURSOR = (1 << 1),
} eUserpref_APP_Flag;
/* Auto-Keying mode.