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
export orbx from untiy
Moderator: ChrisHekman
- ChrisHekman
- Posts: 1061
- Joined: Wed Jan 18, 2017 3:09 pm
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.
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.
- ChrisHekman
- Posts: 1061
- Joined: Wed Jan 18, 2017 3:09 pm
Code: Select all
OctaneUnity.Scene.Instance.Save("c:\yourfolder\file.orbx");
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
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
- ChrisHekman
- Posts: 1061
- Joined: Wed Jan 18, 2017 3:09 pm
Sorry, there is no C# API for the recorder or the timeline.
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
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