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:
authorHarley Acheson <harley.acheson@gmail.com>2020-02-28 19:45:17 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-02-28 19:45:17 +0300
commit85f980c517e42d41352bf7190ae850239edc2f88 (patch)
treee00fb20ba791706c68fdabf3c84b981539b62a90 /release
parent4a373afa5fb8f9eab92314fac1b140b7803f30fe (diff)
UI: Remove Support for Large Cursors
Removing the 'Large Cursors' option as it is no longer applicable or useful on any platform. Differential Revision: https://developer.blender.org/D6958 Reviewed by Brecht Van Lommel
Diffstat (limited to 'release')
m---------release/datafiles/locale0
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
2 files changed, 0 insertions, 1 deletions
diff --git a/release/datafiles/locale b/release/datafiles/locale
-Subproject 34d98762cef85b9c065f21a051d1dbe3bf2979b
+Subproject 036668461bd1ec98ea5c23b45f83211dd2fd2a4
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 22308f5f275..7e868b21e8a 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -197,7 +197,6 @@ class USERPREF_PT_interface_display(InterfacePanel, CenterAlignMixIn, Panel):
flow.prop(view, "show_tooltips")
flow.prop(view, "show_tooltips_python")
flow.prop(view, "show_developer_ui")
- flow.prop(view, "show_large_cursors")
class USERPREF_PT_interface_text(InterfacePanel, CenterAlignMixIn, Panel):