Hello There, I'm wondering if there is anyway to shorten or stretch nurbs curve with sliding button instead of scaling whole curve.
for example if I put slide button to 0, the curve would have original length. and if I put slide button to -1, it would have original leghth * 0.9, if I put slide button to 1, it would have original length * 1.1. I was testing with below command but it has limitation to go back to original length. cmds.detachCurve(curve, ch=False, cos=False, rpo=True, p=value) or are there any api command to do this? thanks for your help. -Jun -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/71e7b852-7300-4f6d-a1cf-753b371d673b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
