Hi there,
I am trying to determine the command for connecting shaders to a vraymeshmtl node automatically, by name.
I know how to do it via shader value but not name.
For example, I would like to connect the following shader to the same shader name in the vray proxy, rather than use the shader value. Even more specifically, I would like to do this 'en mass' for all the shader names in the proxy.
Any help appreciated
Thanks
I am trying to determine the command for connecting shaders to a vraymeshmtl node automatically, by name.
I know how to do it via shader value but not name.
For example, I would like to connect the following shader to the same shader name in the vray proxy, rather than use the shader value. Even more specifically, I would like to do this 'en mass' for all the shader names in the proxy.
HTML Code:
connectAttr -f e_plasticBlackSmooth_SHD.outColor Ascent_vraymeshmtl.shaders[0];
Thanks
Comment