From fe8fcbf96b12ce73929bc23a91969f01b92ece54 Mon Sep 17 00:00:00 2001 From: Xavier Loux Date: Wed, 10 Mar 2021 15:03:28 +0100 Subject: [PATCH] Fix conflit with other addons --- blender-for-unrealengine/bfu_ui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blender-for-unrealengine/bfu_ui.py b/blender-for-unrealengine/bfu_ui.py index a9172ffb..f07b6d8c 100644 --- a/blender-for-unrealengine/bfu_ui.py +++ b/blender-for-unrealengine/bfu_ui.py @@ -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): @@ -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(