Skip to content

Commit

Permalink
Remove Logic Node Documentation Button
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Mar 3, 2021
1 parent ab9f96c commit 0c45dec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,19 +734,19 @@ def draw(self, context):
layout.scale_y = 1.4
layout.operator(
bge_netlogic.ops.NLBGEDocsButton.bl_idname,
text="Blender Game Engine",
text="Engine API",
icon='FILE_BLEND'
)
layout.operator(
bge_netlogic.ops.NLUPBGEDocsButton.bl_idname,
text="UPBGE",
text="Manual",
icon='BLENDER'
)
layout.operator(
bge_netlogic.ops.NLDocsButton.bl_idname,
text="Logic Nodes",
icon='OUTLINER'
)
# layout.operator(
# bge_netlogic.ops.NLDocsButton.bl_idname,
# text="Logic Nodes",
# icon='OUTLINER'
# )


class BGELogicTree(bpy.types.NodeTree):
Expand Down

0 comments on commit 0c45dec

Please sign in to comment.