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

Method execute

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

Source from the content-addressed store, hash-verified

756 bl_label = "Export Node Tree"
757
758 def execute(self, context):
759 export_node_tree(self, context)
760 return {"FINISHED"}
761
762
763class NodeIOImport(bpy.types.Operator):

Callers

nothing calls this directly

Calls 1

export_node_treeFunction · 0.85

Tested by

no test coverage detected