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 /mesh_looptools.py
parent1dd77d4059259cb73f080cce06c6411ec55f7612 (diff)
Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken
Diffstat (limited to 'mesh_looptools.py')
-rw-r--r--mesh_looptools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 6f81dde5..36e4a5c2 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -4848,7 +4848,7 @@ def register():
bpy.types.VIEW3D_MT_edit_mesh_specials.prepend(menu_func)
bpy.types.WindowManager.looptools = bpy.props.PointerProperty(\
type = LoopToolsProps)
-
+ update_panel(None, bpy.context)
# unregistering and removing menus
def unregister():