Re: [Maya-Python] Re: cmds.polySplit crashing maya aaaahh

2015-03-02 Thread Kurian O.S
If you pass the geo name then it should work eg: surfaceNode, creatorNode = cmds.polyCreateFacet( p=[(0, 2, 0), (0, -2, 0), (4, -2, 0), (4, 2, 0)] ) #just make sure we clear current selection cmds.select(cl=True) cmds.polySplit(surfaceNode, ip=[(2, 0.1), (3, 0.5), (0, 2, -1, 0.0), (0, 0.9)] ) O

[Maya-Python] Re: cmds.polySplit crashing maya aaaahh

2015-03-02 Thread e9554564
its ok i figured it. I needed to put a cmds.select command to select the specific piece of geometry first. Its weird you can't specify that in the polySplit command, but anyway... -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya