Skip to content

Commit

Permalink
Merge pull request #3118 from t3du/BrowserCategory
Browse files Browse the repository at this point in the history
Browser Category
  • Loading branch information
luboslenco authored Dec 29, 2024
2 parents ade05d9 + ae1fa18 commit d12be99
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions armory/blender/arm/logicnode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def init_categories():
arm_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.")

arm_nodes.add_category('Browser', icon='URL', section="basic")
arm_nodes.add_category('Camera', icon='OUTLINER_OB_CAMERA', section="data")
arm_nodes.add_category('Material', icon='MATERIAL', section="data")
arm_nodes.add_category('Light', icon='LIGHT', section="data")
Expand Down
3 changes: 3 additions & 0 deletions armory/blender/arm/logicnode/browser/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from arm.logicnode.arm_nodes import add_node_section

add_node_section(name='default', category='Browser')

0 comments on commit d12be99

Please sign in to comment.