From 751f960b82a373d8c429265f951188daabb731d1 Mon Sep 17 00:00:00 2001 From: Onek8 Date: Thu, 22 May 2025 22:06:41 +0000 Subject: [PATCH] Update leenkx/blender/lnx/logicnode/__init__.py --- leenkx/blender/lnx/logicnode/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/leenkx/blender/lnx/logicnode/__init__.py b/leenkx/blender/lnx/logicnode/__init__.py index ce3969e..ab82a33 100644 --- a/leenkx/blender/lnx/logicnode/__init__.py +++ b/leenkx/blender/lnx/logicnode/__init__.py @@ -47,7 +47,8 @@ def init_categories(): lnx_nodes.add_category('Navmesh', icon='UV_VERTEXSEL', section="motion") lnx_nodes.add_category('Transform', icon='TRANSFORM_ORIGINS', section="motion") lnx_nodes.add_category('Physics', icon='PHYSICS', section="motion") - + lnx_nodes.add_category('Particle', icon='PARTICLE_DATA', section="motion") + lnx_nodes.add_category('Array', icon='MOD_ARRAY', section="values") lnx_nodes.add_category('Map', icon='SHORTDISPLAY', section="values") lnx_nodes.add_category('Database', icon='MESH_CYLINDER', section="values")