Skip to Content

LightFusion is a Nuke Python tool that automates the creation of a Multi-Light Beauty rebuild script. It works by selecting light layers and merging them using the plus operation, all inside a group node. The group node’s properties panel is equipped with grading controls, allowing for quick and easy adjustments to the lighting layers.  

Download​​    ​GitHub  


  Installation  

1. Copy 'LightFusion' folder in '.nuke' folder.

Linux: /home/<your username>/.nuke

Mac OS X: /Users/<your username>/.nuke

Windows: C:\Users\<your username>\.nuke

2. Copy below text in 'init.py' file located in '.nuke' folder.

​nuke.pluginAddPath('./LightFusion')

3. Done.