From 0b5bb877fb3c587f33d3058fc2b62b0f0f1e57de Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 22 May 2025 21:35:22 +0000 Subject: [PATCH] Add leenkx/blender/lnx/logicnode/particle/__init__.py --- leenkx/blender/lnx/logicnode/particle/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 leenkx/blender/lnx/logicnode/particle/__init__.py 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