On 22/11/2014 at 13:48, xxxxxxxx wrote:
Hallo
I want to change the strenght of a Texture in a layer shader ,
also it would be nice to change the blend mode and access the parameters of filters.
I tried
Def main() :
print theLayerShader.GetUserDataContainer()
and
def main()
print thelayerShader[c4d.MATERIAL_COLOR_SHADER]
Frist return [] scound return an Error
AttributeError: Parameter value not accessible (object unknown in Python)
I hope some one can Help.