mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
flame: fixing setter for node name
This commit is contained in:
parent
16bd11083d
commit
afbacb1944
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ def create_batch_group_conent(batch_nodes, batch_links, batch_group=None):
|
|||
batch_node = batch_group.create_node(node_type)
|
||||
|
||||
# set name
|
||||
setattr(batch_node, "name", node_name)
|
||||
batch_node.name.set_value(node_name)
|
||||
|
||||
# set attributes found in node props
|
||||
for key, value in node_props.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue