Message 1 of 1
Render setup's huge limitation
Not applicable
03-06-2019
03:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.