Layer Shader

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/09/2012 at 14:04, xxxxxxxx wrote:

Hello all.

I'm trying to get access to a Layer Shader.  The other shaders were easy enough:

  
#To get the shader from the color channel  
material[c4d.MATERIAL_COLOR_SHADER]  
  
#To get the shaders from a fusion shader  
fusion[c4d.SLA_FUSION_BLEND_CHANNEL]  
fusion[c4d.SLA_FUSION_BASE_CHANNEL]  

How would I do that for a layer shader?

Any help would be appreciated.

Dan

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 20/09/2012 at 22:16, xxxxxxxx wrote:

for c++ there's the Layer Shader Library in lib_layershader.h
don't know if that's available in Python though

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 21/09/2012 at 10:13, xxxxxxxx wrote:

Bah, that sucks.  Thanks for the help though!

Dan