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 df7191c29b - Show all commits

View File

@ -89,8 +89,9 @@ class BSBST_OT_new_brushstrokes(bpy.types.Operator):
if surface_object: if surface_object:
surface_object.add_rest_position_attribute = True # TODO report if library data surface_object.add_rest_position_attribute = True # TODO report if library data
constraint = brushstrokes_object.constraints.new('COPY_TRANSFORMS') brushstrokes_object.parent = surface_object
constraint.target = surface_object if flow_object:
flow_object.parent = surface_object
# assign preset material # assign preset material
if settings.preset_material: if settings.preset_material: