forked from LeenkxTeam/LNXSDK
Repe [T3DU] and Moises Jpelaez updates
This commit is contained in:
@ -28,6 +28,8 @@ def init_categories():
|
||||
lnx_nodes.add_category('Logic', icon='OUTLINER', section="basic",
|
||||
description="Logic nodes are used to control execution flow using branching, loops, gates etc.")
|
||||
lnx_nodes.add_category('Event', icon='INFO', section="basic")
|
||||
lnx_nodes.add_category('Signal', icon='LINKED', section="basic",
|
||||
description="Signal nodes provide type-safe, instance-based event communication between traits.")
|
||||
lnx_nodes.add_category('Input', icon='GREASEPENCIL', section="basic")
|
||||
lnx_nodes.add_category('Native', icon='MEMORY', section="basic",
|
||||
description="The Native category contains nodes which interact with the system (Input/Output functionality, etc.) or Haxe.")
|
||||
|
||||
Reference in New Issue
Block a user