Page 2 of 4

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 1:30 am
by renmaxhb
I found a bug: octane light cannot copy.

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 5:30 am
by renmaxhb
can the plugin suport images sequece?

It is important to animation!!

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 5:52 am
by JimStar
renmaxhb wrote:I found a bug: octane light cannot copy.
What version you talking about? In previous version duplicating of the objects was fixed. And I just tried to copy the light - all works well.
If you have it in this version - describe please more detail what you do and what you get.

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 6:01 am
by doctorpangloss
Batch render fails in a scene with a mesh generated from nParticles (i.e., "Convert > nParticles to Polygons"). Polygons were baked to Alembic and still didn't work.

The scene renders correctly in IPR and single frame render. Batch mode crashes. Crash dump attached.

Reading the crash dump, I would note that I did in fact triangulate the nParticles mesh beforehand.

This scene file probably isn't very useful without the cache data, but it's large (>1GB). I'd suggest just making a scene with nParticles converted to polygons. Should cause the crash.

Quadro 4000 + GTX 580, Maya 2013 + 2.58m.

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 6:10 am
by doctorpangloss
Same error in Maya 2012. I can get it to crash differently if I have other renderers loaded (DependEngine.dll causes the crash in that case). But otherwise, same PolyEngine.dll errors.

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 6:28 am
by renmaxhb
2.58M,

Ipr stop working if I copy a light ,Error: Error materials export. Octane render stopped.

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 6:35 am
by renmaxhb
Re: OctaneRender® for Maya® beta 2.58m [CURRENT]
renmaxhb wrote:
I found a bug: octane light cannot copy.

What version you talking about? In previous version duplicating of the objects was fixed. And I just tried to copy the light - all works well.
If you have it in this version - describe please more detail what you do and what you get.

try this

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 6:36 am
by renmaxhb
this mb

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 7:47 am
by JimStar
renmaxhb wrote:2.58M,

Ipr stop working if I copy a light ,Error: Error materials export. Octane render stopped.
Please, when you get some errors, read all error messages, not only last one.;) And reading the changelog of new versions may be helpful too.;)
It is not the bug. I will try to explain what your problem is:

The full error message looks like this:

Code: Select all

// Error: Octane: Light node "octaneLight1" has not unique name // 
// Error: Octane: Light node "octaneLight1" has not unique name // 
// Error: Error materials export. Octane render stopped. //
And one of the additional features in changelog of previous version looks like this:
JimStar wrote:
  • Material nodes are checked now before render to have unique names (to not interchange inside Octane engine).
One of the problems wich eliminates this addition is the problem that when you duplicate the "locator" object, Maya does not rename the duplicated object and creates the light with the same name. In this case the Octane Diffuse Material (with emission enabled) of this light node will be indexed in Octane engine (wich indexes them by names) as the same node. And you will get the problem when the settings of duplicated light node will be linked to settings of the light node being duplicated inside Octane engine.
To eliminate this and some other problems, the checking for names uniqueness were added to previous version.

So, just rename the second Light Node from "octaneLight1" to "octaneLight2" and all will be OK.;)

Re: OctaneRender® for Maya® beta 2.58m [CURRENT]

Posted: Thu Aug 16, 2012 8:37 am
by JimStar
doctorpangloss wrote:Batch render fails in a scene with a mesh generated from nParticles (i.e., "Convert > nParticles to Polygons").
Thanks for detailed report with the scene!
I've reproduced it, working...