Hi,
Is it possible to create renderElements with the python scene access. I know how to create lightSelects and multimattes, but how do I create elements like specular, diffuse, relfection etc.
I have tried creating the channel with: specChannel = create('RenderChannelColor', 'specChannel')
How do I set the channel to ex. specular?
--
Jacob
Is it possible to create renderElements with the python scene access. I know how to create lightSelects and multimattes, but how do I create elements like specular, diffuse, relfection etc.
I have tried creating the channel with: specChannel = create('RenderChannelColor', 'specChannel')
How do I set the channel to ex. specular?
--
Jacob
Comment