GPencil: Remove the old UserPrefs-based On/Off Stroke Smoothing method
This never really worked that well, and often ended up being far too strong to be of practical use. The new options do similar things, but with greater control, so removing this old method now.
This commit is contained in:
@@ -300,10 +300,10 @@ class USERPREF_PT_edit(Panel):
|
||||
col.prop(edit, "grease_pencil_manhattan_distance", text="Manhattan Distance")
|
||||
col.prop(edit, "grease_pencil_euclidean_distance", text="Euclidean Distance")
|
||||
col.separator()
|
||||
col.prop(edit, "use_grease_pencil_smooth_stroke", text="Smooth Stroke")
|
||||
col.prop(edit, "grease_pencil_default_color", text="Default Color")
|
||||
col.separator()
|
||||
col.prop(edit, "use_grease_pencil_simplify_stroke", text="Simplify Stroke")
|
||||
col.separator()
|
||||
col.prop(edit, "grease_pencil_default_color", text="Default Color")
|
||||
col.separator()
|
||||
col.separator()
|
||||
col.separator()
|
||||
|
Reference in New Issue
Block a user