Anamorphic Bars

A simple Gizmo that dynamically calculates and adds the black bars to your footage based on aspect ration to get that Anamorphic film look

Updated: 12 April 2015

Author: Dragoby

Compatible Nuke versions: 8.0 or later

Compatibility:

A simple Gizmo that dynamically calculates and adds black bars to your footage based on aspect ration to get that Anamorphic film look.

The gizmo should work with nuke 6.3 and up but has only been tested on nuke 8

The gizmo has one control to input your desired aspect ration 1.777(16:9) 2.33(21:9) etc and the gizmo does all of the math and creates the black bars.

 

To install the gizmo copy it to your .nuke folder in your home directory 

linux: /home/username/.nuke
windows: C:/users/Username/.nuke

Then add these lines to your menu.py in your .nuke directory and if menu.py doesnt exist create one

toolbar = nuke.menu('Nodes')
toolbar.addMenu('Dragoby')

toolbar.addCommand('Dragoby/Anamorphic Bars', 'nuke.createNode('Anamorphic_Bars_v03')')

 

then just reload nuke and your done.  If you have any features you want or find a bug please let me know and I will adress that as soon as possible

Thanks
Josh

 

Sign in or register to download or rate.