animation / batch scripting support syntax for tinkerers

Generic forum to discuss Octane Render, post ideas and suggest improvements.
Forum rules
Please add your OS and Hardware Configuration in your signature, it makes it easier for us to help you analyze problems. Example: Win 7 64 | Geforce GTX680 | i7 3770 | 16GB
User avatar
radiance
Posts: 7633
Joined: Wed Oct 21, 2009 2:33 pm

understand wrote:augh i am confuse. not sure how to make windows batch render seperate .ocs files. is there a flag for like, after finish rendering X samples, then open new ocs and render that one into a different png file and etc?
yes, just look at the end of the PDF manual.

Radiance
Win 7 x64 & ubuntu | 2x GTX480 | Quad 2.66GHz | 8GB
User avatar
understand
Licensed Customer
Posts: 177
Joined: Mon Mar 22, 2010 4:05 pm
Location: berlin

great thanks for being completely unhelpful
Win 8.0 64-bit | Gainward 460 GTX 2048mb (driver: latest) | Phenom 965 3.4ghz 140w | 12GB
Win 8.1 64-bit | EVGA 780ti Superclocked 3072mb (driver: latest) | i7 4930k 3.4ghz | 32GB
Win 7 64-bit Bootcamp | 650M 1GB (driver: 327.23) | i7 2.7ghz | 8GB
User avatar
[gk]
Licensed Customer
Posts: 574
Joined: Sat Jan 16, 2010 12:48 pm
Location: Denmark

dude?
You wrote 3 posts in the start *from the scripting throne* saying you knew how to make bat files. That doesnt fit very well with your last pritty desperate statement.
Do not blame Radiance or anyone for you having problems.

And by the way, I do not reccomend you to access the ocs files at all, use the flags, they do everything you will need. its a lot easier.

So, ask a specific problem with a specific issue, then its easier o help you. + your last problem can be resolved refering to your manual + learn how to do loops in the bat.

take a look at my loop here..

@echo off
for %%f in (*.obj) do (
start "" /wait "C:\Program Files\Refractive Software\Octane Render 1.02 x64\octane.exe" -e -m %1 -r c:\test\%%f -s 400 -o c:\test\test_%%~nf.png c:\test\master.ocs
)
pause

should give you a starting point to go from.
Amiga 1000 with 2mb memory card
User avatar
understand
Licensed Customer
Posts: 177
Joined: Mon Mar 22, 2010 4:05 pm
Location: berlin

thanks for the reply but I need to batch render .ocs files and not sure how to create a bat file to restart the rendering command after octane exits.
Win 8.0 64-bit | Gainward 460 GTX 2048mb (driver: latest) | Phenom 965 3.4ghz 140w | 12GB
Win 8.1 64-bit | EVGA 780ti Superclocked 3072mb (driver: latest) | i7 4930k 3.4ghz | 32GB
Win 7 64-bit Bootcamp | 650M 1GB (driver: 327.23) | i7 2.7ghz | 8GB
User avatar
[gk]
Licensed Customer
Posts: 574
Joined: Sat Jan 16, 2010 12:48 pm
Location: Denmark

Pedo and I are working on a 3dsmax script with UI

here is a first layout.
if you think of anything thats missing,do tell.

Image
Amiga 1000 with 2mb memory card
User avatar
BlessOd
Licensed Customer
Posts: 50
Joined: Tue Jan 19, 2010 5:54 pm

[gk] wrote:Pedo and I are working on a 3dsmax script with UI

here is a first layout.
if you think of anything thats missing,do tell.

Image
Excellent work)
Too bad I do not know MaxScript very well, would help you if needed)
I wrote a small script for exporting animations if you want I can send you.
When planning to finish the script?
Win 7 64 | Geforce GTX260 (216 core) | Quad 6600 (3.2GHz) | 4GB
User avatar
[gk]
Licensed Customer
Posts: 574
Joined: Sat Jan 16, 2010 12:48 pm
Location: Denmark

The code for exporting is already done and it was the one i used for the SL500 animation.
So on that account,the max script is covered.

No date set for final script, but me and pedro will work on it and put up the first version asap.
Then get some feedback.

If anyone,i know that one guy were doing some material scripting, is doing anything we can try implement it if it makes sense.

thanks
Amiga 1000 with 2mb memory card
User avatar
BlessOd
Licensed Customer
Posts: 50
Joined: Tue Jan 19, 2010 5:54 pm

I made a script for the materials, but not finished, because a standard OBJ exporter does not support script material.
when you export all the items on are the same material, but do not know how to get around.
You can write your own exporter, but it's hard for me and it will be slow.

sorry google translation)))
Win 7 64 | Geforce GTX260 (216 core) | Quad 6600 (3.2GHz) | 4GB
User avatar
pedrofelipe
Licensed Customer
Posts: 157
Joined: Mon Jan 18, 2010 2:06 pm
Location: The Netherlands

Hey my name is PedRo there's a "R" on it! :)
User avatar
pedrofelipe
Licensed Customer
Posts: 157
Joined: Mon Jan 18, 2010 2:06 pm
Location: The Netherlands

BlessOd wrote:I made a script for the materials, but not finished, because a standard OBJ exporter does not support script material.
when you export all the items on are the same material, but do not know how to get around.
You can write your own exporter, but it's hard for me and it will be slow.

sorry google translation)))
Material? humm very interesting. I want to create a material for octane too... maybe we can develop it togueder! do u have skype? if you do add me pfpasturczak :)
Post Reply

Return to “General Discussion”