Brushstroke Tools: Initial Version #328
@ -66,9 +66,13 @@ def set_brushstroke_name(self, value):
|
|||||||
if not ob:
|
if not ob:
|
||||||
return
|
return
|
||||||
ob.name = value
|
ob.name = value
|
||||||
|
ob.data.name = value
|
||||||
flow_ob = utils.get_flow_object(ob)
|
flow_ob = utils.get_flow_object(ob)
|
||||||
if flow_ob:
|
if flow_ob:
|
||||||
flow_ob.name = utils.flow_name(value)
|
flow_name = utils.flow_name(value)
|
||||||
|
flow_ob.name = flow_name
|
||||||
|
flow_ob.data.name = flow_name
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
class BSBST_link_context_setting(bpy.types.PropertyGroup):
|
class BSBST_link_context_setting(bpy.types.PropertyGroup):
|
||||||
|
Loading…
Reference in New Issue
Block a user