Cleanup: remove unused variables, redundant assignments

This commit is contained in:
2022-05-18 17:40:19 +10:00
parent ba2c6c90fa
commit c536791f36
6 changed files with 5 additions and 10 deletions

View File

@@ -797,7 +797,6 @@ def brush_settings(layout, context, brush, popover=False):
col = layout.column()
col.active = not brush.curves_sculpt_settings.interpolate_point_count
col.prop(brush.curves_sculpt_settings, "points_per_curve")
use_frontface = True
elif brush.curves_sculpt_tool == 'GROW_SHRINK':
layout.prop(brush.curves_sculpt_settings, "scale_uniform")
layout.prop(brush.curves_sculpt_settings, "minimum_length")