Page 1 of 1

export orbx from untiy

PostPosted: Wed Jul 10, 2019 1:49 pm
by mathaig
Hello, I would like to dump a scene that has been prepared in octane to orbx. Is it possible ?
What are the functionas that are exposer via the menu items ?

Regards
m

Re: export orbx from untiy

PostPosted: Wed Jul 10, 2019 2:35 pm
by ChrisHekman
You can export your scene to orbx via the top menu bar. Octane->Export Scene
If you want to export an animation or timeline, you can use the Timeline exporter or the Recorder. You can find these in the top bar menu as well.

Re: export orbx from untiy

PostPosted: Wed Jul 10, 2019 7:47 pm
by mathaig
Sorry, I did not precise, I want to do this via script. Is it possible ?
regards

Re: export orbx from untiy

PostPosted: Thu Jul 11, 2019 8:40 am
by ChrisHekman
Code: Select all
OctaneUnity.Scene.Instance.Save("c:\yourfolder\file.orbx");

Re: export orbx from untiy

PostPosted: Thu Jul 11, 2019 8:58 am
by mathaig
So from you are suggesting is that i dump an orbx at every frame.
Let me give you the full context. I Would like to record a timeline into orbx. The purpose of this: to batch render the timeline outside unity.

Is the API of the recorder window exposed so that I can kick off orbx export myself ?

I hope I'm clear.
Regards

Re: export orbx from untiy

PostPosted: Thu Jul 11, 2019 10:31 am
by ChrisHekman
Sorry, there is no C# API for the recorder or the timeline.

Re: export orbx from untiy

PostPosted: Thu Jul 11, 2019 9:15 pm
by mathaig
Exposing a function like so:
static void Record(OctaneUnity.RecorderSettings setting)
{
...
}


Is the same a pressing the record button via the recorder dialog. This could help us clear off hours of or tedious labour.
Could you please help us with this ?

regards