Hello all,
I'm looking for a way to get all of the available render channels and set them up. I see many are separate classes like RenderChannelNormals, RenderChannelZDepth, etc. But it looks like many are part of RenderChannelColor? Via the 'alias' parameter it looks like.
Is there a way to get all of the available aliases, preferably in Python / c++?
I'd like to be able to setup up channels like diffuse and reflection and all the others.
thanks,
- Eric
I'm looking for a way to get all of the available render channels and set them up. I see many are separate classes like RenderChannelNormals, RenderChannelZDepth, etc. But it looks like many are part of RenderChannelColor? Via the 'alias' parameter it looks like.
Is there a way to get all of the available aliases, preferably in Python / c++?
I'd like to be able to setup up channels like diffuse and reflection and all the others.
thanks,
- Eric
Comment