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 '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 33fa2609..88432d42 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -1363,7 +1363,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(