[Maya-Python] Re: Using undo between Qt Gui and Maya

2019-07-02 Thread likage
Hi Michael, sorry for the late response on this. While I understand your first point, but for the other point - `have your GUI update when the values it is tracking in Maya change (eg when someone undoes something in Maya)`, how do I go about doing it? Is that something to be implemented in my

[Maya-Python] Re: Using undo between Qt Gui and Maya

2019-06-26 Thread Michael Boon
It depends on which widget/Window handles the ctrl-Z event. By default, if your Qt window has focus, it will handle the event (eg undo some typing in a text field) and it will not pass the event through to Maya. You need to do two things: - have your GUI ignore ctrl-Z - have your GUI update when

[Maya-Python] Re: Using undo between Qt Gui and Maya

2019-06-26 Thread likage
Adding on, my Gui was created using qt designer -- 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