[Bf-extensions-cvs] [f78b581] master: disable reorder splines button

meta-androcto noreply at git.blender.org
Thu Oct 15 01:40:22 CEST 2015


Commit: f78b58128b4c22e92d2e6ec1f2cc21a68fbabc56
Author: meta-androcto
Date:   Thu Oct 15 10:39:55 2015 +1100
Branches: master
https://developer.blender.org/rBAf78b58128b4c22e92d2e6ec1f2cc21a68fbabc56

disable reorder splines button

===================================================================

M	mesh_bsurfaces.py

===================================================================

diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 80595e7..e5fb239 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")



More information about the Bf-extensions-cvs mailing list