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
This commit is contained in:
Harley Acheson 2020-02-28 08:45:17 -08:00
parent 4a373afa5f
commit 85f980c517
Notes: blender-bot 2023-02-14 19:00:02 +01:00
Referenced by issue #79321, Large or better vissible cursor in all modes
Referenced by issue #75509, Glowing Alpha Shading
Referenced by issue #74206, Crashes when selecting Material Properties tab.
Referenced by issue #73978, Interface - Large Cursors
Referenced by issue blender/blender-addons#74325, Export UV Layout option only exports UDIM tile 1001
5 changed files with 130 additions and 1184 deletions

@ -1 +1 @@
Subproject commit 34d98762cef85b9c065f21a051d1dbe3bf2979b7
Subproject commit 036668461bd1ec98ea5c23b45f83211dd2fd2a4e

View File

@ -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):

View File

@ -748,7 +748,7 @@ typedef struct UserDef {
/** Milliseconds to spend spinning the view. */
short smooth_viewtx;
short glreslimit;
short curssize;
short curssize DNA_DEPRECATED;
/** #eColorPicker_Types. */
short color_picker_type;
/** Curve smoothing type for newly added F-Curves. */

File diff suppressed because it is too large Load Diff

@ -1 +1 @@
Subproject commit 603f076606f052adc97d937633bfeb9b268ec202
Subproject commit d230f2161f36f8b21f3ce8eeb19b34c0629506c2