Brushstroke Tools: Initial Version #328
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user