bsc_thesis/code/blender_maxwell/node_trees/__init__.py

10 lines
150 B
Python

from . import maxwell_sim_nodes
BL_REGISTER = [
*maxwell_sim_nodes.BL_REGISTER,
]
BL_NODE_CATEGORIES = [
*maxwell_sim_nodes.BL_NODE_CATEGORIES,
]