mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use better list to check from
This commit is contained in:
parent
9e008a80e0
commit
9a8a16eed8
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class NukeCreator(NewCreator):
|
|||
instance_node = created_inst.transient_data["node"]
|
||||
|
||||
# update instance node name if subset name changed
|
||||
if "subset" in changes:
|
||||
if "subset" in changes.changed_keys:
|
||||
instance_node["name"].setValue(
|
||||
changes["subset"].new_value
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue