Fix: Curves interpolate point count option missing from panels
Added in 8852191b77
Differential Revision: https://developer.blender.org/D14919
This commit is contained in:
@@ -776,6 +776,7 @@ def brush_settings(layout, context, brush, popover=False):
|
||||
layout.prop(brush.curves_sculpt_settings, "curve_length")
|
||||
layout.prop(brush.curves_sculpt_settings, "interpolate_length")
|
||||
layout.prop(brush.curves_sculpt_settings, "interpolate_shape")
|
||||
layout.prop(brush.curves_sculpt_settings, "interpolate_point_count")
|
||||
use_frontface = True
|
||||
elif brush.curves_sculpt_tool == 'GROW_SHRINK':
|
||||
layout.prop(brush.curves_sculpt_settings, "scale_uniform")
|
||||
|
Reference in New Issue
Block a user