diff --git a/leenkx/blender/lnx/logicnode/particle/__init__.py b/leenkx/blender/lnx/logicnode/particle/__init__.py new file mode 100644 index 0000000..a6d363e --- /dev/null +++ b/leenkx/blender/lnx/logicnode/particle/__init__.py @@ -0,0 +1,3 @@ +from lnx.logicnode.lnx_nodes import add_node_section + +add_node_section(name='default', category='Particle') \ No newline at end of file