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>2015-10-15 02:39:55 +0300
committermeta-androcto <meta.androcto1@gmail.com>2015-10-15 02:39:55 +0300
commitf78b58128b4c22e92d2e6ec1f2cc21a68fbabc56 (patch)
tree036babaa5ef58d90f66994be019f2d56c2e45f5f
parent7ef985757de5c40c33bc7dd61dc9e3b7234e601e (diff)
disable reorder splines button
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 80595e78..e5fb239c 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")