mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
nuke: skipping override if no node was found
This commit is contained in:
parent
b374e8e8a1
commit
89499e97a3
1 changed files with 3 additions and 0 deletions
|
|
@ -620,6 +620,9 @@ def get_imageio_node_setting(node_class, plugin_name, subset):
|
|||
|
||||
log.debug("__ imageio_node: {}".format(imageio_node))
|
||||
|
||||
if not imageio_node:
|
||||
return
|
||||
|
||||
# find overrides and update knobs with them
|
||||
get_imageio_node_override_setting(
|
||||
node_class,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue