Yes exactly, I tried unsuccesfully to implement pumpthread simply because of the name.
I definitely want it on a separate thread (not competing with PyQt Dialog Window's thread). !!! On Mon, Jun 8, 2009 at 6:01 AM, sukuba <[email protected]> wrote: > > I'm not sure if I understand your problem, but, maybe what you're > looking for is the pumpThread module, it throws your pyqt window in a > new thread so you can access to your maya scene while pyqt window is > running, without lock it. > If that's the problem, I can tell you more about how to use this. > > On 8 jun, 13:11, mleep <[email protected]> wrote: > > Is there a way to have access to the Maya scene (regular user input/ > > access) with a QDialog window running in the background? > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
