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
1ae4cbcdad
commit
02db5c6792
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ knobs_setting = {
|
|||
class WriteNodeKnobSettingPanel(nukescripts.PythonPanel):
|
||||
""" Write Node's Knobs Settings Panel """
|
||||
def __init__(self):
|
||||
nukescripts.PythonPanel.__init__(self,"Set Knobs Value(Write Node)")
|
||||
nukescripts.PythonPanel.__init__(self, "Set Knobs Value(Write Node)")
|
||||
|
||||
preset_name, _ = self.get_node_knobs_setting()
|
||||
# create knobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue