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 /release
parentff4c9d69ee4bf1764b6f4effa487e29e6c4ab985 (diff)
User Prefs: app-template option to hide the cursor
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 3516085602e..cb088f00714 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -320,6 +320,7 @@ class USERPREF_PT_interface(Panel):
col.label(text="App Template:")
col.label(text="Options intended for use with app-templates only.")
col.prop(view, "show_layout_ui")
+ col.prop(view, "show_view3d_cursor")