morobuse
06-05-2007, 05:12 PM
In the past I've used to do...
source up_pipelineTools;
global string $gMainWindow;
setParent $gMainWindow;
menu -l "Pipeline Tools"
-p MayaWindow
-tearOff true
-to 1
-aob true;
etc.
but in Maya 8.0 and 8.5 it causes that I cannot change the module settings... and it's stuck on animation. Is there anything new about it?
source up_pipelineTools;
global string $gMainWindow;
setParent $gMainWindow;
menu -l "Pipeline Tools"
-p MayaWindow
-tearOff true
-to 1
-aob true;
etc.
but in Maya 8.0 and 8.5 it causes that I cannot change the module settings... and it's stuck on animation. Is there anything new about it?
