nuke: skipping override if no node was found

This commit is contained in:
Jakub Jezek 2022-05-06 15:04:29 +02:00
parent b374e8e8a1
commit 89499e97a3
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -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,