Hi there, i am trying to create a curve of degree=3 from 4 points in space. So if i use the following command i will create a curve which goes through the points, but there will only be an edit point at either end of the curve.
cmds.curve(d=3, p=[(0, 0, 0), (3, 5, 6), (5, 6, 7), (9, 9, 9)] ) if i make the degree=1 then it will be a linear curve and there will be an edit point on each of the position points specified in the p= flag. What i need is to keep it a d=3 curvy curve but to have the points i have specified as editable points on the curve. I this possible within this command? thanks for your time, Sam -- 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 python_inside_maya+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/847b51e4-46a2-4f7e-a655-7b430ef4fb33%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.