mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
fixing updating
This commit is contained in:
parent
541b9d41f2
commit
5cde873d50
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class NukeCreator(NewCreator):
|
|||
INSTANCE_DATA_KNOB,
|
||||
{
|
||||
key: value[1] for key, value in _changes.items()
|
||||
if current_data.get(key) != value[1]
|
||||
if current_data.get(key) != value[0]
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue