Change between available viewer LUT's
cycle_vlut
Updated: 20 July 2011
Author: bend
Compatible Nuke versions: 6.1 or later
Compatibility: Linux, Mac, Windows
Simple script to step through available viewer LUT's, keyboard shortcut is alt+v in the viewer (also adds alt+shift+v to cycle backwards)
To use the script, either:
- Copy the file contents into your "menu.py" (e.g in ~/.nuke/menu.py)
- Do things in a tidier way, and copy the "cycle_vlut.py" file somewhere on NUKE_PATH (e.g in ~/.nuke/), then to your "menu.py" add:
import cycle_vlut cycle_vlut.setup_menu()