Skip to content

Commit

Permalink
Fix conflit with other addons
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier150 committed Mar 10, 2021
1 parent b6016cd commit fe8fcbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blender-for-unrealengine/bfu_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ class BFU_PT_BlenderForUnrealObject(bpy.types.Panel):

class BFU_OT_OpenDocumentationPage(Operator):
bl_label = "Documentation"
bl_idname = "object.open_documentation_page"
bl_idname = "object.bfu_open_documentation_page"
bl_description = "Clic for open documentation page on GitHub"

def execute(self, context):
Expand Down Expand Up @@ -1135,7 +1135,7 @@ def draw(self, contex):

credit_box = layout.box()
credit_box.label(text=ti('intro')+' Version: '+str(version))
credit_box.operator("object.open_documentation_page", icon="HELP")
credit_box.operator("object.bfu_open_documentation_page", icon="HELP")

row = layout.row(align=True)
row.menu(
Expand Down

0 comments on commit fe8fcbf

Please sign in to comment.