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-11-28 03:27:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-28 03:27:06 +0300
commit4c6e7ef11f3007e5433532b3c1f816260d84e142 (patch)
treec3385577a895f8c4374312d09e6a46dde6c38190 /release/scripts/startup/bl_ui/space_userpref.py
parent43512b06b33a164653ea7619a9a86822ec0f1a3c (diff)
Missing from last commit
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index b9c7d9ae818..6add7bf32eb 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -202,7 +202,6 @@ 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")
class USERPREF_PT_edit(Panel):