We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7732724 commit 47e1338Copy full SHA for 47e1338
examples/hotkeys/hotkey_functions.py
@@ -86,7 +86,7 @@ def save_session_as(graph):
86
graph.save_session(file_path)
87
88
89
-def new_session(graph):
+def clear_session(graph):
90
"""
91
Prompts a warning dialog to new a node graph session.
92
examples/hotkeys/hotkeys.json
@@ -17,6 +17,13 @@
17
"function_name":"import_session",
18
"shortcut":""
19
},
20
+ {
21
+ "type":"command",
22
+ "label":"Clear Session...",
23
+ "file":"../examples/hotkeys/hotkey_functions.py",
24
+ "function_name":"clear_session",
25
+ "shortcut":""
26
+ },
27
{
28
"type":"command",
29
"label":"Save...",
0 commit comments