I have a itemFilter that is hiding some transforms and their shape in
the default outliner. I can install the filter quite easily through
script to the outliner. But how do I get the filter to play nicely
with all the other combinations of filters the user can choose in the
outliner?
Effectively I want my itemFilter to run last and just filter out the
current view and be visible in the show menu of the outliner.
Digging through the mel files :( I found -
// Invoke any user supplied code. This callback is published
and
// needs to remain consistent in future versions of Maya.
//
if (exists ("outlinerEdMenuUserCallback") )
{
// Use catchQuiet in case no callback is supplied, we
don't want that to
// show an error
catchQuiet( eval("source \"outlinerEdMenuUserCallback
\"") );
}
Anyone got experience with this?
Cheers
-Dave
--
view archives: http://groups.google.com/group/python_inside_maya
change your subscription settings:
http://groups.google.com/group/python_inside_maya/subscribe