Re: [Maya-Python] Maya 2018 PYQT4 - Designer UI issue

2017-12-24 Thread Justin Israel
On Sun, Dec 24, 2017, 11:02 PM Nitin Singh wrote: > > > Hi Guys, > > I am having this issue in maya 2018. > > I made a UI in pyqt4 designer. I got it all working but for some reason > Maya launches new version of UI when I run the script. It doesn't close the > old already opened UI. > The title

[Maya-Python] Re: See which faces are affected by polyChipOff?

2017-12-24 Thread Erik . Spellerberg
Den fredag 22 december 2017 kl. 19:56:18 UTC+1 skrev vince touache: > I'm not sure I understand what you want to achieve, but can't you use the > python version instead of the mel one ? > a = cmds.polyChipOff(dup=False) > b = cmds.polySeparate(your_mesh) > > this way, you get a proper return valu