Brushstroke Tools: Initial Version #328
Binary file not shown.
@ -35,6 +35,7 @@ class BSBST_OT_new_brushstrokes(bpy.types.Operator):
|
||||
brushstrokes_data = bpy.data.hair_curves.new(name)
|
||||
brushstrokes_object = bpy.data.objects.new(name, brushstrokes_data)
|
||||
context.collection.objects.link(brushstrokes_object)
|
||||
brushstrokes_object.visible_shadow = False
|
||||
return brushstrokes_object
|
||||
|
||||
def new_flow_object(self, context, name):
|
||||
|
Loading…
Reference in New Issue
Block a user