Hmmm. That could be a lot of transforms. I'm not sure what you're trying to do, so it's hard to come up with a context relevant solution, but my first thought is to reduce the total number of attributes you are tracking. When do you actually care that there is a change?
2010/7/7 Horvátth Szabolcs <[email protected]> > > Are you tracking ALL attributes? Or are you tracking only a few? >> > I'm tacking all transform node's transformation attributes using: > OpenMaya.MNodeMessage.addAttributeChangedCallback(dagPath.transform(), > procToCall, 0) > > > Cheers, > Szabolcs > > -- > http://groups.google.com/group/python_inside_maya > -- http://groups.google.com/group/python_inside_maya
