From b9c3f23d503c8d81ccad9bb0795ccc2fb6c693d3 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Tue, 20 Sep 2016 18:17:20 +1000 Subject: Urgent fix: T49403 Fix for broken change tab category feature: user preferences save was broken --- mesh_bsurfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesh_bsurfaces.py') 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", -- cgit v1.2.3