Look at this.. everytime I try to export a network, this happens :
select -r mentalrayPhenomenon1 ;
pv_performAction "C:/yy.mi" "mentalRay";
Mayatomr -mi -file "C:/yy.mi" -exportFilter 2097151 -active -tabstop 8;
// Error: (Mayatomr.Export) : more than one node selected //
// Error: file: C:/Program Files/AliasWavefront/Maya5.0/scripts/others/pv_performAction.mel line 377: Could not save file. //
well.. I only have to write
select -r mentalrayPhenomenon1 ;
Mayatomr -mi -file "C:/yy.mi" -exportFilter 2097151 -active -tabstop 8;
and everything works... weird, isn't it?
Hope to post the fixed network today.
cheers again