hound fix

This commit is contained in:
Kayla Man 2023-06-09 20:21:57 +08:00
parent 399562d950
commit 1a1afee319

View file

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