Render setup's huge limitation

Render setup's huge limitation

Anonymous
Not applicable
299 Views
0 Replies
Message 1 of 1

Render setup's huge limitation

Anonymous
Not applicable

I created a maya hair system, and put the "hairSystemShape1" in a collection.

Than I find out that I can't override the "hairSystemShape1.rsHairShader" attribute. 

I did it with python:

rs = renderSetup.instance()
r1 = rs.getRenderLayer('renderSetupLayer1')
r1.createAbsoluteOverride('hairSystemShape1', 'rsHairShader')

I get this error:
# Error: RuntimeError: file D:\Program Files\Autodesk\Maya2017\Python\lib\site-packages\maya\app\renderSetup\model\plug.py line 446: Plug 'hairSystemShape1.rsHairShader' is not overridable : type 'Message' is not supported. #

Dose any one can tell me how to achieve that? Many thanks.

By the way, I am using MAYA 2017 update 5.

0 Likes
300 Views
0 Replies
Replies (0)