(self, context)
| 756 | bl_label = "Export Node Tree" |
| 757 | |
| 758 | def execute(self, context): |
| 759 | export_node_tree(self, context) |
| 760 | return {"FINISHED"} |
| 761 | |
| 762 | |
| 763 | class NodeIOImport(bpy.types.Operator): |
nothing calls this directly
no test coverage detected