Lumen - Material Pass Replace Node

For those who don’t know how to make a custom node:

#if LUMEN_CARD_CAPTURE
return Lumen; 
#else
return Default;
#endif
  • Add Default and Lumen to the Inputs Array.
  • Give it a custom Description, So it doesn’t say “Custom”
  • It should look like this now. You’re done!
9 Likes