cmds.curve( p=[(0, 0, 0), (3, 5, 6), (5, 6, 7), (9, 9, 9)] ) This is taken straight from the maya docs - look there for more examples: file:///C:/3D/Autodesk/Maya2009/docs/Maya2009/en_US/CommandsPython/curve.html
Also, see a previous discussion at http://groups.google.com/group/python_inside_maya/browse_thread/thread/f37a9b9c32102aec/30b62e71ea5484cd?hl=en&lnk=gst&q=setattr+nurbscurve#30b62e71ea5484cd for another way to create nurbs curves... - Paul On Tue, May 26, 2009 at 2:19 AM, Grisha Zotov <[email protected]> wrote: > > Hello everyone. > I have a question: How to script in python NURBS curve (EP curve > tool)? > cmds.curve - making CV curve > > Thanks > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
