3d shader for double sided material
Two Face Material
Updated: 4 May 2022
Author: Eyal
Compatible Nuke versions: 11.3 or later
Compatibility: Linux 64, Windows 64
Create double sided look with this plugin.
It has two pipes for the inside and ouside material.
Notes:
*works for windows or linux on nuke 11, 12, 13
*shuffling black into the outside's alpha channel will cause the two materials to be plused together.
*shading with phong the inside element will return black as the normals are facing away.
Installation:
Place it inside the '.nuke' folder, Nuke will load it on startup.
In addtion, add those lines to the menu.py for a unique toolbar:
toolbar = nuke.toolbar('Nodes')
MyPluging = toolbar.addMenu('MyPlugins')
MyPluging.addCommand( 'TwoFaceMat', 'nuke.createNode('TwoFaceMat')', '' )
The tool usage is at the user's risk.