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 5ec2c54e1d - Show all commits

View File

@ -117,9 +117,6 @@ class BSBST_OT_new_brushstrokes(bpy.types.Operator):
# attach surface object pointer # attach surface object pointer
if surface_object: if surface_object:
utils.set_surface_object(brushstrokes_object, surface_object) utils.set_surface_object(brushstrokes_object, surface_object)
# brushstrokes_object['BSBST_surface_object'] = surface_object
# if flow_object:
# flow_object['BSBST_surface_object'] = surface_object
if flow_object: if flow_object:
brushstrokes_object['BSBST_flow_object'] = flow_object brushstrokes_object['BSBST_flow_object'] = flow_object
brushstrokes_object['BSBST_active'] = True brushstrokes_object['BSBST_active'] = True