oscillode/blender_maxwell/node_trees/maxwell_sim_nodes/sockets/physical/__init__.py

8 lines
158 B
Python
Raw Normal View History

from . import physical_area_socket
PhysicalAreaSocketDef = physical_area_socket.PhysicalAreaSocketDef
BL_REGISTER = [
*physical_area_socket.BL_REGISTER,
]