IBK set up that tries to detect if incoming image is Green screen or Blue screen
ibkCreate
Updated: 3 May 2013
Author: Tom McCarthy
Compatible Nuke versions: 7.0 or later
Compatibility: Linux, Mac, Windows
Creates an IBKColour with IBKGizmo that are connected together and are organised. The IBK will also try and determin if the plate is Green screen or Blue screen based and switch itself accordingly.
Here is a code snippet to paste into your Menu.py :
import ibkCreate
toolBar = nuke.toolbar('Nodes')
toolBar.addCommand('Keyer/IBKCreate', lambda: ibkCreate.ibkCreate())