View Single Post
# 2 13-06-2003 , 07:17 AM
Registered User
Join Date: May 2003
Posts: 25
When i type:

in script editor:

get_RenderRegions(6000,6000,8,8," C:\\temp\\balls.mb");
I effectively get This 64 commands, which are indeed NOT named "pane_O", etc;;etc;;
I get 64 lines like ,this following one:


Render -x 6000 -y 6000 -xl 0 -xr 749 -yl 0 -yr 749 C:\temp\balls.mb


which sounds good, for rendering these differnts parts,but :
which is not usefull ,to type in command prompt!!cause nothing is done!

I understand that the squares have no names,for th e moment;


SO, in the script editor,in Maya, i type the following:

get_RenderRegions( 6000, 6000, 8, 8, "pane", "C:\\temp\\balls.mb" );

i didn,t get 64 command lines,named "pane_0".......

Ihave the following message:

Error: Line 1.42: Invalid use of Maya object "pane".

I tried many times, with some changes with spaces and quotes or,even changing pane by tile!
but still a problem!



What kind of image prefix argument, should i have to enter????


Last edited by filou; 13-06-2003 at 08:37 AM.