Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'development_api_navigator.py')
-rw-r--r--development_api_navigator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 599f6f4e..15622ec7 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -457,7 +457,7 @@ class Toggle_doc(ApiNavigator, Operator):
# ######### UI Panels ############
class OBJECT_PT_api_navigator(ApiNavigator, Panel):
- bl_idname = 'api_navigator'
+ bl_idname = 'OBJECT_PT_api_navigator'
bl_space_type = "TEXT_EDITOR"
bl_region_type = "UI"
bl_label = "API Navigator"