mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
hound fix
This commit is contained in:
parent
3da8dcc7fe
commit
7d99e8c8cf
1 changed files with 2 additions and 1 deletions
|
|
@ -128,7 +128,8 @@ class WriteNodeKnobSettingPanel(nukescripts.PythonPanel):
|
|||
settings = [
|
||||
node_settings for node_settings
|
||||
in get_nuke_imageio_settings()["nodes"]["overrideNodes"]
|
||||
if node_settings["nukeNodeClass"] == "Write" and node_settings["subsets"]
|
||||
if node_settings["nukeNodeClass"] == "Write"
|
||||
and node_settings["subsets"]
|
||||
]
|
||||
if not settings:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue