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 /object_boolean_tools.py
parent1dd77d4059259cb73f080cce06c6411ec55f7612 (diff)
Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken
Diffstat (limited to 'object_boolean_tools.py')
-rw-r--r--object_boolean_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index b7a2b5c9..7ef8d7a5 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -1328,7 +1328,7 @@ def UnRegisterFastT():
def register():
for cls in classes:
bpy.utils.register_class(cls)
-
+ update_panel(None, bpy.context)
wm = bpy.context.window_manager
# Scene variables
bpy.types.Scene.BoolHide = BoolProperty(