MCPcopy Index your code
hub / github.com/BlendingJake/NodeIO / execute

Method execute

io_node.py:767–769  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

765 bl_label = "Import Node Tree"
766
767 def execute(self, context):
768 import_node_tree(self, context)
769 return {"FINISHED"}
770
771
772def register():

Callers

nothing calls this directly

Calls 1

import_node_treeFunction · 0.85

Tested by

no test coverage detected