From f78b58128b4c22e92d2e6ec1f2cc21a68fbabc56 Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Thu, 15 Oct 2015 10:39:55 +1100 Subject: [PATCH] disable reorder splines button --- mesh_bsurfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py index 80595e785..e5fb239c1 100644 --- a/mesh_bsurfaces.py +++ b/mesh_bsurfaces.py @@ -94,7 +94,7 @@ class VIEW3D_PT_tools_SURFSK_curve(bpy.types.Panel): row.separator() col.operator("curve.surfsk_first_points", text="Set First Points") col.operator("curve.switch_direction", text="Switch Direction") - col.operator("curve.surfsk_reorder_splines", text="Reorder Splines") +# col.operator("curve.surfsk_reorder_splines", text="Reorder Splines") -- GitLab