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:
2019-03-04 19:15:18 +01:00
parent 81ae7773e7
commit 89db684d82
9 changed files with 25 additions and 7 deletions

View File

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