oscillode/blender_maxwell/node_trees/maxwell_sim_nodes/nodes/inputs/constants/__init__.py

9 lines
127 B
Python
Raw Normal View History

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