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-09-20 11:17:20 +0300
committermeta-androcto <meta.androcto1@gmail.com>2016-09-20 11:17:20 +0300
commitb9c3f23d503c8d81ccad9bb0795ccc2fb6c693d3 (patch)
treee017724538258a47b89a6573bb7acf348913b239 /archimesh
parent1dd77d4059259cb73f080cce06c6411ec55f7612 (diff)
Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index 9167b8cd..d05f59cf 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -200,7 +200,7 @@ def register():
bpy.utils.register_class(achm_window_panel.AchmWindowEditPanel)
bpy.utils.register_class(Archi_Pref)
INFO_MT_mesh_add.append(AchmMenu_func)
-
+ update_panel(None, bpy.context)
# Define properties
Scene.archimesh_select_only = BoolProperty(
name="Only selected",