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")