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:
authormeta-androcto <meta.androcto1@gmail.com>2016-08-10 18:14:59 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-08-10 18:14:59 +0300
commitdb8a5fb266e4d7282bbf97b976bcc811fc2f2095 (patch)
tree2b6d23221f6266dac45a3ee4a048b23500711705 /archimesh
parentb70a37e67c86e79fe1e1e4b7535ad4c28c87d89c (diff)
archimesh, fix registration
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 35606f35..4f3f963f 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -202,6 +202,7 @@ def register():
bpy.utils.register_class(achm_main_panel.AchmRunHintDisplayButton)
bpy.utils.register_class(achm_window_panel.AchmWinPanel)
bpy.utils.register_class(achm_window_panel.AchmWindowEditPanel)
+ bpy.utils.register_class(Archi_Pref)
INFO_MT_mesh_add.append(AchmMenu_func)
# Define properties
@@ -312,6 +313,7 @@ def unregister():
bpy.utils.unregister_class(achm_main_panel.AchmRunHintDisplayButton)
bpy.utils.unregister_class(achm_window_panel.AchmWinPanel)
bpy.utils.unregister_class(achm_window_panel.AchmWindowEditPanel)
+ bpy.utils.unregister_class(Archi_Pref)
INFO_MT_mesh_add.remove(AchmMenu_func)
# Remove properties