Brushstroke Tools: Initial Version #328
@ -101,7 +101,7 @@ class BSBST_OT_new_brushstrokes(bpy.types.Operator):
|
||||
self.report({"ERROR"}, "Surface Object needs an available UV Map")
|
||||
return {"CANCELLED"}
|
||||
|
||||
name = 'Brushstrokes'
|
||||
name = f'{surface_object.name} - Brushstrokes'
|
||||
brushstrokes_object = self.new_brushstrokes_object(context, name)
|
||||
flow_is_required = settings.brushstroke_method == 'SURFACE_FILL'
|
||||
if flow_is_required:
|
||||
|
Loading…
Reference in New Issue
Block a user