Preferences: Add option to disable edit-mode wire Antialiasing
Requested by some users who prefer old wireframe precision. Smooth wires are still enabled by defaults as they don't have a noticeable perf impact. Application restart is needed for changes to take effects.
This commit is contained in:
@@ -608,6 +608,7 @@ class USERPREF_PT_viewport_quality(PreferencePanel):
|
||||
flow.prop(system, "gpu_viewport_quality")
|
||||
flow.prop(system, "multi_sample", text="Multisampling")
|
||||
flow.prop(system, "gpencil_multi_sample", text="Grease Pencil Multisampling")
|
||||
flow.prop(system, "use_edit_mode_smooth_wire")
|
||||
|
||||
|
||||
class USERPREF_PT_viewport_textures(PreferencePanel):
|
||||
|
||||
Reference in New Issue
Block a user