Created
December 11, 2023 09:01
-
-
Save shubhamsonivfx/886764620646ce3709f607ecc6ba377c to your computer and use it in GitHub Desktop.
IBK Color Master v3 - Installation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installation | |
1. Copy 'IBK Color Master v3.gizmo' to '.nuke' folder. | |
2. Copy below text in 'menu.py'. | |
nodemenu = nuke.menu('Nodes') | |
KeyerMenu = nodemenu.menu('Keyer') | |
KeyerMenu.addCommand("IBK Color Master", "nuke.createNode('IBK_Color_Master_v3.gizmo')", icon='IBKColour.png') | |
3. Done. Open nuke and enjoy keying. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment