A little hint for you to check it self.
The layout of the things that will send to Octane is simple.
Here an example:
First the binary:
octane.exe
Then the first command:
octane.exe
-r
First command parameter:
octane.exe -r
"C:\Users\face\Desktop\Project\test.obj"
After this, a new command is comming.
Important to know:
Commands begin either with a
- or a
--
Values can have a - too. That is not a command. It will be follow by a numeric value. eg -12.1254
The layout is also:
execute
[space]command
[space]parameter
[space]nextcommand...
You can check if after each command a space comes. And if filenames are between "".
A typical layout:
octane.exe -m test.obj -r "C:\Users\face\Desktop\Project\test.obj" --cam-up-x -0 --cam-up-y 0.995037 --cam-up-z -0.0995037 --cam-target-x 0 --cam-target-y 0 --cam-target-z 0 --cam-pos-x 0 --cam-pos-y 2 --cam-pos-z 20 --cam-fov 53.638 --cam-aperture 1 --cam-focaldepth 5 "C:\Users\face\Desktop\Project\test.ocs"
In colors:
octane.exe
[space]-m
[space]test.obj
[space]-r
[space]"C:\Users\face\Desktop\Project\test.obj"
[space]--cam-up-x
[space]-0
[space]--cam-up-y
[space]0.995037
[space]...
Hope that helps a little, so you can help to disburde the scripters
face