maybe there is a way to ignore the callback if a mouse button is pressed down at the time. (or the alt key, if this is the main issue).
2010/7/6 Horvátth Szabolcs <[email protected]>: > Hi, > > I'm trying to track the attribute changes of a Maya scene using > MNodeMessage.addAttributeChangedCallback but I have a hard time > distinguishing attribute "drags", for example when the users zooming in > using the camera (and calling the callback million times) and attribute > settings, when the user sets a single attribute using the channel box or > attribute editor. I would like to avoid using time counters and threads to > do this, but I can't seem to find a solution that works out of the box with > the Python API. > > Any tips are much appreciated! > > Cheers, > Szabolcs > > -- > http://groups.google.com/group/python_inside_maya -- http://groups.google.com/group/python_inside_maya
