oscillode/blender_maxwell/node_trees/maxwell_sim_nodes/nodes/structures/primitives/__init__.py

9 lines
118 B
Python
Raw Normal View History

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