mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
nuke: anatomy compatibility hack
This commit is contained in:
parent
25fc9d27c9
commit
99bb525071
1 changed files with 3 additions and 1 deletions
|
|
@ -539,7 +539,9 @@ def get_created_node_imageio_setting_legacy(nodeclass, creator, subset):
|
|||
|
||||
imageio_nodes = get_nuke_imageio_settings()["nodes"]
|
||||
required_nodes = imageio_nodes["requiredNodes"]
|
||||
override_nodes = imageio_nodes["overrideNodes"]
|
||||
|
||||
# HACK: for backward compatibility this needs to be optional
|
||||
override_nodes = imageio_nodes.get("overrideNodes", [])
|
||||
|
||||
imageio_node = None
|
||||
for node in required_nodes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue