File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242__module_name__ = 'NodeGraphQt'
4343__url__ = 'https://github.com/jchanvfx/NodeGraphQt'
4444
45+
4546from .base .actions import setup_context_menu
4647from .base .graph import NodeGraph
4748from .base .node import NodeObject , Node , Backdrop
Original file line number Diff line number Diff line change 66
77def setup_context_menu (graph ):
88 """
9- convenience function that populates the node graphs context menu
10- with some default menus and commands.
9+ Sets up the node graphs context menu with some basic menus and commands.
1110
1211 Args:
1312 graph (NodeGraphQt.NodeGraph): node graph controller class.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ NodeGraphQt is a node graph framework that can be implemented and repurposed int
66.. image :: _images/overview.png
77 :width: 60%
88
9- Nav Controls
10- ============
9+ Navigation
10+ ==========
1111
1212+---------------+----------------------------------------------+
1313| action | controls |
You can’t perform that action at this time.
0 commit comments