This script help you to global scale up or down the selected cornerpin.
scaleCornerpin
Updated: 21 June 2016
Author: satheesh
Compatible Nuke versions: 7.0 or later
Compatibility:
Recently i had situation to scale up the cornerpin globally. But there is no way either to place the pins individually. So here is the solution. Bugs and future improvement requests are welcome.
menupy lines.
nuke.menu( 'Viewer' ).addCommand( 'scaleCornerpin/scaleUpCornerpin', 'scaleCornerpin.scaleUpCornerpin()', 'ctrl++')
nuke.menu( 'Viewer' ).addCommand( 'scaleCornerpin/scaleDownCornerpin', 'scaleCornerpin.scaleDownCornerpin()', 'ctrl+-')