oscillode/blender_maxwell/node_trees/maxwell_sim_nodes/nodes/outputs/exporters/__init__.py

9 lines
133 B
Python
Raw Normal View History

from . import json_file_exporter
BL_REGISTER = [
*json_file_exporter.BL_REGISTER,
]
BL_NODES = {
**json_file_exporter.BL_NODES,
}