Cleanup: make format

This commit is contained in:
Jacques Lucke 2024-04-03 18:24:54 +02:00
parent 85ce2a34e3
commit a6d6787d26

@ -816,7 +816,7 @@ def brush_settings(layout, context, brush, popover=False):
col.active = not brush.curves_sculpt_settings.use_point_count_interpolate
col.prop(brush.curves_sculpt_settings, "points_per_curve", text="Points")
if brush.curves_sculpt_tool == 'DENSITY' :
if brush.curves_sculpt_tool == 'DENSITY':
col = layout.column()
col.prop(brush.curves_sculpt_settings, "density_add_attempts", text="Count Max")
col = layout.column(heading="Interpolate", align=True)