Page 1 of 2

could octane render in background?

Posted: Fri Apr 29, 2011 3:08 pm
by 3dland
just like maya's command line render.don't need to open octane renderer every time and render file directly.it waste so many time on open octane.

Re: could octane render in background?

Posted: Mon May 02, 2011 4:35 am
by roeland
A rendering can be started from the command line, run "octane.exe --help" to see the command line options available.

A basic rendering command looks like this:

Code: Select all

octane.exe --quiet --exit -m "mymeshnode" --samples 50 -o "out.png" "scene.ocs"
the -m flag gives the name of the mesh node you want to render.

Re: could octane render in background?

Posted: Mon May 02, 2011 8:19 am
by vipvip
an animation rendering command line ( batch render command line for multiple scenes, like maya ones ) would be particulary interesting:
perhaps to include in 3D-apps exporters scripts ( -> octane renderer command line applies only on stills (?) )

Re: could octane render in background?

Posted: Mon May 02, 2011 12:33 pm
by face
vipvip wrote:an animation rendering command line ( batch render command line for multiple scenes, like maya ones ) would be particulary interesting:
perhaps to include in 3D-apps exporters scripts ( -> octane renderer command line applies only on stills (?) )
One problem is, that you must export the mesh for every frame if you have geometry changes.
The next problem is, to export the mesh for the next scene.
For that you must load the scene and export again all frames.

A Max/Maya/Softimage/Whatever command line renderer can read the native scene file, in which is all the data he need to render.
This is, what a standalone renderer can“t, he must import frame by frame.

face

Re: could octane render in background?

Posted: Mon May 02, 2011 1:35 pm
by vipvip
I understand: i'm afrais you're right.
Just hoping...

Re: could octane render in background?

Posted: Thu May 05, 2011 2:18 pm
by 3dland
i mean don't need open octane render again and again.just render frame by command line. we use "render -mr....."to render frame with mentalray.but computer don't do the thing like open maya and render frame and then close maya.but octane do that.

Re: could octane render in background?

Posted: Thu May 05, 2011 2:21 pm
by 3dland
this is a very important problem.it waste so many time on open octane and then close.also it's automatically.

Re: could octane render in background?

Posted: Thu May 05, 2011 2:36 pm
by vipvip
i agree
it would be great to btain a automatic soltution for batch rendering multiples scenes.
Very few chances with the actual octane's logic...

Re: could octane render in background?

Posted: Thu May 05, 2011 8:01 pm
by abstrax
vipvip wrote:i agree
it would be great to btain a automatic soltution for batch rendering multiples scenes.
Very few chances with the actual octane's logic...
That is planned, too, but we are not there yet.

Cheers,
Marcus

Re: could octane render in background?

Posted: Thu May 05, 2011 8:37 pm
by vipvip
ok, good news ! :)
thanx for the info