[Bf-extensions-cvs] [db8a5fb] master: archimesh, fix registration

meta-androcto noreply at git.blender.org
Wed Aug 10 17:15:25 CEST 2016


Commit: db8a5fb266e4d7282bbf97b976bcc811fc2f2095
Author: meta-androcto
Date:   Thu Aug 11 01:14:59 2016 +1000
Branches: master
https://developer.blender.org/rBAdb8a5fb266e4d7282bbf97b976bcc811fc2f2095

archimesh, fix registration

===================================================================

M	archimesh/__init__.py

===================================================================

diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 35606f3..4f3f963 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



More information about the Bf-extensions-cvs mailing list