3ds max -> Octane export script

Post, discuss and share handy resources like textures, models and HDRI maps in this forum.
Forum rules
Please do not post any material that is copyrighted or restricted from public use in any way. OTOY NZ LTD and it's forum members are not liable for any copyright infringements on material in this forum. Please contact us if this is the case and we will remove the material in question.
User avatar
justix
Licensed Customer
Posts: 585
Joined: Sat Feb 27, 2010 8:01 pm

kilaD wrote:yes that one, i uploaded a new bugfixed version. think of it as 0.41 :)
the top one still looks 0.4 but if you have update the content I re-download that again........
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
User avatar
justix
Licensed Customer
Posts: 585
Joined: Sat Feb 27, 2010 8:01 pm

justix wrote:
kilaD wrote:yes that one, i uploaded a new bugfixed version. think of it as 0.41 :)
the top one still looks 0.4 but if you have update the content I re-download that again........
nope still the same.....
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
kilaD
Licensed Customer
Posts: 215
Joined: Sun Mar 21, 2010 12:34 pm
Location: Norway
Contact:

Is there any geometry in the scene when you start it? If not it fails. I never thought it would be opened in an empty scene.
Try making a box, then start it and see if it works.

The script is not 100% foolproof yet. :)
Hello
Javadevil
Licensed Customer
Posts: 66
Joined: Mon Jan 11, 2010 5:52 am

kilaD wrote:javadevil: press the hammer :) doubleclick octane.exe - then export and it should work. What max version do you have?

n1k: Turbosmooth issue fixed in updated script


k
Yes thats what I tried.
I'm using 3dsmax Design 2011
kilaD
Licensed Customer
Posts: 215
Joined: Sun Mar 21, 2010 12:34 pm
Location: Norway
Contact:

Should work, i have 2011 as well. Download the latest version (0.42) try again and let me know
Hello
User avatar
justix
Licensed Customer
Posts: 585
Joined: Sat Feb 27, 2010 8:01 pm

kilaD wrote:Should work, i have 2011 as well. Download the latest version (0.42) try again and let me know
Thanks, I think extremely useful indeed...

Now with the 0.42 it does open and extract without error BUT when octane open I have this:

There was an error parsing the command-line arguments:

Couldn't find match for argument Argument: Settings\m\My


???
Tried 2 different scene, converted to scanline and camera is not a Vray (in my case that I have several Vray scene already made)

and also made a new scene from scratch with a simple plane and a teapot to test...no joy
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
kilaD
Licensed Customer
Posts: 215
Joined: Sun Mar 21, 2010 12:34 pm
Location: Norway
Contact:

Go to your octane root, check the oct.bat which the script generated(rightclick and edit).
Paste the content here and I`ll check it.

edit:
it looks like a path on your drive, settings/m/My...
if so, it`s probably the space in "My documents" which breaks the code.

Anyone have a clue how to fix this? How do you write paths with spaces (i.e My Documents) in DOS?
"My_Documents" or "My~doc" ?
Hello
User avatar
justix
Licensed Customer
Posts: 585
Joined: Sat Feb 27, 2010 8:01 pm

kilaD wrote:Go to your octane root, check the oct.bat which the script generated(rightclick and edit).
Paste the content here and I`ll check it.

edit:
it looks like a path on your drive, settings/m/My...
if so, it`s probably the space in "My documents" which breaks the code.

Anyone have a clue how to fix this? How do you write paths with spaces (i.e My Documents) in DOS?
"My_Documents" or "My~doc" ?
as soon as I'm home I'll check out and post...thanks!
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
User avatar
[gk]
Licensed Customer
Posts: 574
Joined: Sat Jan 16, 2010 12:48 pm
Location: Denmark

kilaD wrote:Go to your octane root, check the oct.bat which the script generated(rightclick and edit).
Paste the content here and I`ll check it.

edit:
it looks like a path on your drive, settings/m/My...
if so, it`s probably the space in "My documents" which breaks the code.

Anyone have a clue how to fix this? How do you write paths with spaces (i.e My Documents) in DOS?
"My_Documents" or "My~doc" ?
Find my DOS bat and check it, will sove this problem.
Amiga 1000 with 2mb memory card
User avatar
[gk]
Licensed Customer
Posts: 574
Joined: Sat Jan 16, 2010 12:48 pm
Location: Denmark

@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
Amiga 1000 with 2mb memory card
Post Reply

Return to “Resources and Sharing”