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:
Submodule release/datafiles/locale updated: 34d98762ce...036668461b
@@ -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):
|
||||
|
@@ -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
Submodule source/tools updated: 603f076606...d230f2161f
Reference in New Issue
Block a user