Page 4 of 8

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Sat Oct 23, 2010 7:48 am
by steveps3
Yep, that was the problem. Schoolboy error :(

Thanks

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Fri Oct 29, 2010 10:29 am
by ycarry
Last working Octane exporter is with release 32430 for me.
I use r32732 and have error with the default="2" line 1009 ...
As Blender 2.55 is near coming...
how help to have this exporter? more error reporting? coding help?

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Wed Nov 03, 2010 10:56 am
by haikalle
Hi! Thanks for this amazing script. I have one question thou. Does the script support bringging normal textures. It seams that what ever I do
it will be always bumb texture. Thanks.

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Sat Nov 06, 2010 4:34 am
by harrisyu
Hi!thanks for this great script.
after I try few times,I want to make a little change to it for my own use,
these are my modifition at line 1364:

#Use an existing octane ocs file
if projectFileAlreadyExists and not scene.oct_replace_project:
if scene.oct_animation_mode:#no -r ' -m %s.obj -r %s %s --output-png %s %s %s %s' (meshNode,objFile
command+=' -m %s.obj %s --output-png %s %s %s %s' % (meshNode,prefix,pngfile,camera_param,light_param,ocsFile)
else:
command+=' -m %s.obj %s %s %s %s' % (meshNode,prefix,camera_param,light_param,ocsFile)

I take "-r objfile.obj" out because it will overwrite all the materials settings I made before.

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Mon Nov 08, 2010 1:50 pm
by bepea
ycarry wrote:Last working Octane exporter is with release 32430 for me.
I use r32732 and have error with the default="2" line 1009 ...
As Blender 2.55 is near coming...
how help to have this exporter? more error reporting? coding help?

Im having the same problem in both blender 2.54 and 2.55
I have a win7 64bit python 2.7 and 3.1.2 installed and i cant get it to work...

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Tue Nov 09, 2010 2:29 pm
by SnoWWolf
Hi Enrico!
1. Exporting blender Groups would be great.
2. Particles converted to mesh not exporting.
3. When octane render engine is active in blender particle tab appears empty - have to switch to blender render to setup particles.

Where can i find a list of supported\planned to support blender object types?
Thank you! Keep the good work up!

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Fri Nov 12, 2010 6:17 pm
by DavidT
I thought I would mention I'm having the same error in line 1009 (default="2"). I have tried a few different builds, including the new 2.55 beta, both 32-bit and 64-bit. I am running Windows 7 64-bit.

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Sat Nov 13, 2010 4:22 pm
by ycarry
error in line 1009 (default="2")
This error can be solved by editing the script; see http://www.refractivesoftware.com/forum/viewtopic.php?p=38992#p38992.

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Mon Nov 15, 2010 5:51 pm
by enricocerica
Hi there,

I'm going to proceed and try to publish something soon (don't expect too much for now anyway). I experimented some UV exporting issues but can't see anything similar reported here, is there anybody who experimented such problem ?

Re: Beta 2.2 RC1: Blender 2.54 Export Script testing thread

PostPosted: Tue Nov 16, 2010 12:08 am
by dave62
hi,

yes i had several problems with not updated uv´s while export to octane using the 2.54 exporter.
While in blender the render looks fine, in octane it does not. (eg.: octane seems to ignore blenders clip/repeat mapping settings, it seems as alway use "repeat" for the image tex. Is there any clip/repeat/checker switch inside octane?)
So i had to do several refinements to the uv mapping, so i often got to correct uv in blender but the changes where not updated while export.
I am not shure why it didn´t work correctly but when i toggle back to blenderrenderengine it seems to update/export uv´s afterwards correctly.
Another strange thing: Inside this blender scene -if material is linked to "data", after export there is no mat available in octane. Material must be linked to object.. than it works!??
It all seems to depend on the blend file, or some special mat/link/mat usercount/relations in this scene i dont know.
I cant reproduce the discribed problems in the moment another scene, but it was a real pain to get it updated to octane wth my mk2 scene.

I never got any similar problems via obj export yet.

If you need further details about build ver etc i can tell you if i am at my workstation again.

thx dave