Just wondering if anybody else has noticed that all the commands which modify popupMenu’s fail under 2014, mnore over if you deleteUI(‘mypopup’) then try adding anything to a new one bound to the same window Maya hard crashes. I had a few people reporting that the Red9 PoseSaver UI was taking Maya out and this is the cause of it. On most of the calls I delete the items / popup, then rebuild it so that it reflects the correct setup. I’ve just tried everything from cmds.deleteUI(‘mypopup’) to cmds.popupMenu(‘mypopup’,e=True,dai=True) to cmds.menuItem(‘mypopupItem’, e=True, en=False)
None of these do anything anymore… bugger!
cheers
Mark