mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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))
|
log.debug("__ imageio_node: {}".format(imageio_node))
|
||||||
|
|
||||||
|
if not imageio_node:
|
||||||
|
return
|
||||||
|
|
||||||
# find overrides and update knobs with them
|
# find overrides and update knobs with them
|
||||||
get_imageio_node_override_setting(
|
get_imageio_node_override_setting(
|
||||||
node_class,
|
node_class,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue