mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Simplify
This commit is contained in:
parent
f93e27ac41
commit
b2a86e22d0
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ def imprint(node, data, update=False):
|
|||
parm_template = get_template_from_value(key, value)
|
||||
|
||||
if key in current_parms:
|
||||
if node.evalParm(key) == data[key]:
|
||||
if node.evalParm(key) == value:
|
||||
continue
|
||||
if not update:
|
||||
log.debug(f"{key} already exists on {node}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue