Page 11 of 13

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Mon Aug 08, 2011 12:40 pm
by anereton
Hi,

Any updates about the plugin? Im working with it, and is helping me a lot.. so im just curious... : )

Thanks

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Thu Aug 11, 2011 7:58 pm
by kivig
anereton wrote:Hi,

Any updates about the plugin? Im working with it, and is helping me a lot.. so im just curious... : )

Thanks
Possibly when XML hierarchy for .oct will be supported I guess.
But I'm curious too :)

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Wed Aug 31, 2011 11:45 pm
by portgas
hi
i have a question. Im using 2.57 and your plugin, but have a little problem. When i export obj of my scene from blender(not plugin) it takes textures for each object directly from uv image editor, super handy! But when i export my scene from plugin, it just using material without texture, unless i add it to material. Any way to do what i want from within plugin, or any way to just use my camera position in octane without plugin.
Sorry for my english. Thanks for help.

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Fri Sep 02, 2011 1:49 pm
by DcVertice
I have a problem with 2.59 and 1.09d, the plugin only export five/six materials for all the scene.

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Fri Sep 02, 2011 2:19 pm
by matej
@portgas, the proper way to work with materials is to have images applied in texture slots of your material. That's what the exporter assumes - that you have properly created materials. The UV/image panel is there for other purposes, not material setup. The exporter can't guess to which channel do you want your currently visible texture applied.

@DcVertice, check the console if there are any crash reports

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Fri Sep 02, 2011 3:50 pm
by DcVertice
@matej

Don't report any problem. If I export the scene to FBX (3dsmax) I only export 4 materials, maybe be a problem with the scene? I don't know If I need do something special.

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Fri Sep 02, 2011 4:26 pm
by steveps3
Do your textures name spaces in the names or other non alpha characters. This could be causing it.

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Mon Sep 05, 2011 6:46 pm
by lakris
Images(Png) from rendering an animation with Blender exporter v1.09d, do they contain alpha channels?
(i want to place the animation in videoclips)

Thanks in advance.

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Tue Sep 06, 2011 2:49 am
by kiwimage
@ Lakris

Yes you can enable png alpha, it's not dependant of the exporter, it's an option of Octane itself :

In the rendertarget menu, you'll find the options that you need :
- alpha channel,
- premultiplied alpha
- and keep environnement

As I said, to enable or disable this options, it's in Octane, so you'll have to make the ocs file (using the "render still image" option, then modify wathever you want to.
save the ocs and close Octane. your alpha settings will be kept next time you launch the exporter for your animation rendering.

Re: [Unsupported] Blender plugin v1.xx - Code

Posted: Tue Sep 06, 2011 4:07 am
by lakris
Thank you, i will try that :)