Page 1 of 1

Layer Overrides [SOLVED]

Posted: Mon Jan 30, 2017 10:29 pm
by mrviviano
I have noticed that there are some attributes on the camera that I am not able to create layer overrides for. Note I am using Maya 2017's legacy render layers.

Re: Layer Overrides

Posted: Sun Feb 05, 2017 7:43 pm
by calus
mrviviano wrote:I have noticed that there are some attributes on the camera that I am not able to create layer overrides for. Note I am using Maya 2017's legacy render layers.
Right, most of the Octane camera attributes are missing the "override" function in their right click contextual menu,
but it's still possible to create a layer override for these attributes with the mel command, for example for "aperture" :

Code: Select all

editRenderLayerAdjustment "perspShape.octAperture";
Anyway, the issue should be fixed in the custom callback code for octane attribute's contextual menu.
But sadly this is only one problem among lot of other issues with Octane attributes integration in the Maya UI.
As "small" as all these issues are considered, they still are indeed workflow breakers and arbitrary missing Maya features...

Re: Layer Overrides

Posted: Sat Feb 11, 2017 7:08 pm
by calus
This issue is fixed in OctaneRender® for Maya® 3.05.3 - 9.38

Re: Layer Overrides [SOLVED]

Posted: Tue Feb 14, 2017 3:55 pm
by mrviviano
Thanks Calus!