mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound fix
This commit is contained in:
parent
399562d950
commit
1a1afee319
1 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,8 @@ class WriteNodeKnobSettingPanel(nukescripts.PythonPanel):
|
|||
knobs = knobs_setting["knobs"]
|
||||
knobs_value, node_knobs_settings = (
|
||||
self.get_node_knobs_setting(node_knobs)
|
||||
)
|
||||
)
|
||||
|
||||
if node_knobs and knobs_value:
|
||||
if not node_knobs_settings:
|
||||
nuke.message("No knobs value found in subset group..\nDefault setting will be used..") # noqa
|
||||
|
|
@ -98,7 +99,6 @@ class WriteNodeKnobSettingPanel(nukescripts.PythonPanel):
|
|||
for knob in ext_knob_list:
|
||||
ext = knob["value"]
|
||||
|
||||
|
||||
anatomy = Anatomy()
|
||||
|
||||
frame_padding = int(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue