Brushstroke Tools: Initial Version #328

Merged
Simon Thommes merged 229 commits from SimonThommes/blender-studio-tools:brushstroke_tools-initial-version into main 2024-11-06 15:03:47 +01:00
Showing only changes of commit b1e227e949 - Show all commits

View File

@ -291,7 +291,6 @@ class BSBST_OT_duplicate_brushstrokes(bpy.types.Operator):
bs_ob = utils.get_active_context_brushstrokes_object(context) bs_ob = utils.get_active_context_brushstrokes_object(context)
if not bs_ob: if not bs_ob:
settings.edit_toggle = edit_toggle
return {"CANCELLED"} return {"CANCELLED"}
flow_object = utils.get_flow_object(bs_ob) flow_object = utils.get_flow_object(bs_ob)