PipelineFX Forum

Qube! => Jobtypes and Applications => Topic started by: Jegyun on March 09, 2007, 12:26:50 AM

Title: About slice rendering in Maya & 3dsmax with Qube
Post by: Jegyun on March 09, 2007, 12:26:50 AM
Hello,  :)

Is it possible to render still image in Maya(software rendering) & 3dsmax(scanline rendering) for slice rendering using by Qube?

In case of 3dsmax, I can render still image(scanline rendering) for slice rendering by backburner. And in case of Maya, I can render image for
same rendering by Muster(software rendering).

How can I set up to render image for slicing rendering in Maya & 3dsmax with Qube?

Please, give me a your hands.
Title: Re: About slice rendering in Maya & 3dsmax with Qube
Post by: zack.mark on March 09, 2007, 11:43:09 PM
Hi Jegyun,

As far as I know the Maya jobtype doesn't support image slicing.  It could be done, though.  A simple jobtype that executes a command similar to this would work:

Code: [Select]
mayabatch.exe -render -iw WIDTH -ih HEIGHT -xl LEFT -xr RIGHT -yl LOW -yh HIGH -s START_FRAME -e END_FRAME file
I expect that the Maya jobtype could also be modified to render slices, but since it runs Maya interactively rather than through the command line, I don't know how to do it.

--Zack