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_bsurfaces.py
parent1dd77d4059259cb73f080cce06c6411ec55f7612 (diff)
Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 0a5d724d..b90617b0 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -3722,7 +3722,7 @@ def register():
bpy.utils.register_class(CURVE_OT_SURFSK_reorder_splines)
bpy.utils.register_class(CURVE_OT_SURFSK_first_points)
bpy.utils.register_class(BsurfPreferences)
-
+ update_panel(None, bpy.context)
bpy.types.Scene.SURFSK_cyclic_cross = bpy.props.BoolProperty(
name="Cyclic Cross",