mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound: suggestion
This commit is contained in:
parent
496e550d65
commit
a4b1a90e31
1 changed files with 0 additions and 2 deletions
|
|
@ -53,8 +53,6 @@ def get_created_node_imageio_setting(**kwarg):
|
|||
imageio_node = None
|
||||
for node in imageio_nodes:
|
||||
log.info(node)
|
||||
if (node["nukeNodeClass"] != nodeclass) and (
|
||||
creator not in node["plugins"]):
|
||||
if (nodeclass in node["nukeNodeClass"]) and (
|
||||
creator in node["plugins"]):
|
||||
imageio_node = node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue