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 'archimesh/achm_window_panel.py')
-rw-r--r--archimesh/achm_window_panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_window_panel.py b/archimesh/achm_window_panel.py
index ce7cb34e..592e13a6 100644
--- a/archimesh/achm_window_panel.py
+++ b/archimesh/achm_window_panel.py
@@ -1772,7 +1772,7 @@ Object.WindowPanelGenerator = CollectionProperty(type=GeneralPanelProperties)
# Define panel class to modify myobjects.
# ------------------------------------------------------------------
class AchmWindowEditPanel(Panel):
- bl_idname = "window.edit_panel2"
+ bl_idname = "ARCHIMESH_PT_window_edit"
bl_label = "Window Panel"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'