[Bf-blender-cvs] [c52a18abf84] master: UI: Curves Sculpting - Remove duplicated entry for Curve Length

Dalai Felinto noreply at git.blender.org
Tue Jul 5 17:50:53 CEST 2022


Commit: c52a18abf84b29ca19aa79ef1ce580e67a437779
Author: Dalai Felinto
Date:   Tue Jul 5 17:43:34 2022 +0200
Branches: master
https://developer.blender.org/rBc52a18abf84b29ca19aa79ef1ce580e67a437779

UI: Curves Sculpting - Remove duplicated entry for Curve Length

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

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

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

diff --git a/release/scripts/startup/bl_ui/properties_paint_common.py b/release/scripts/startup/bl_ui/properties_paint_common.py
index f0034a3d710..9b1cf11f6e7 100644
--- a/release/scripts/startup/bl_ui/properties_paint_common.py
+++ b/release/scripts/startup/bl_ui/properties_paint_common.py
@@ -782,7 +782,6 @@ def brush_settings(layout, context, brush, popover=False):
     elif mode == 'SCULPT_CURVES':
         if brush.curves_sculpt_tool == 'ADD':
             layout.prop(brush.curves_sculpt_settings, "add_amount")
-            layout.prop(brush.curves_sculpt_settings, "curve_length")
             col = layout.column(heading="Interpolate", align=True)
             col.prop(brush.curves_sculpt_settings, "interpolate_length", text="Length")
             col.prop(brush.curves_sculpt_settings, "interpolate_shape", text="Shape")



More information about the Bf-blender-cvs mailing list