mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
rename the setting panel
This commit is contained in:
parent
82da23d721
commit
9b4641de65
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,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 Presets(Write Node)")
|
||||
|
||||
knobs_value, _ = self.get_node_knobs_setting()
|
||||
# create knobs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue