Commit: a0152042b846887412c31df8ad4f779a2c400c1c
Author: Falk David
Date:   Thu Aug 13 14:27:34 2020 +0200
Branches: soc-2020-greasepencil-curve
https://developer.blender.org/rBa0152042b846887412c31df8ad4f779a2c400c1c

GPencil: UI: Move adaptive resolution

Since the adaptive resolution modifies the behaviour of the
curve resolution parameter, it makes more sense to put the checkbox
underneath the curve resolution silder.

===================================================================

M       release/scripts/startup/bl_ui/space_view3d.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_view3d.py 
b/release/scripts/startup/bl_ui/space_view3d.py
index 7c9f632dcd2..0c4680ea6ba 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -6992,9 +6992,9 @@ class VIEW3D_PT_gpencil_curve_edit(Panel):
 
         layout = self.layout
         col = layout.column(align=True)
-        col.prop(gpd, "use_adaptive_curve_resolution")
         col.prop(gpd, "edit_curve_resolution")
         col.prop(gpd, "curve_edit_threshold")
+        col.prop(gpd, "use_adaptive_curve_resolution")
 
 
 class VIEW3D_MT_gpencil_edit_context_menu(Menu):

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to