the top one still looks 0.4 but if you have update the content I re-download that again........kilaD wrote:yes that one, i uploaded a new bugfixed version. think of it as 0.41
3ds max -> Octane export script
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.
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.
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
nope still the same.....justix wrote:the top one still looks 0.4 but if you have update the content I re-download that again........kilaD wrote:yes that one, i uploaded a new bugfixed version. think of it as 0.41
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
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.
Try making a box, then start it and see if it works.
The script is not 100% foolproof yet.

Hello
Should work, i have 2011 as well. Download the latest version (0.42) try again and let me know
Hello
Thanks, I think extremely useful indeed...kilaD wrote:Should work, i have 2011 as well. Download the latest version (0.42) try again and let me know
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
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" ?
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
as soon as I'm home I'll check out and post...thanks!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" ?
Win 7 64 | 2 X MSI AERO GtX 1070| Intel I7-6850K| 32 GB DDR4 RAM | Asus X99 II-A
Find my DOS bat and check it, will sove this problem.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" ?
Amiga 1000 with 2mb memory card
@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
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