Soften No Cat

This is a simple soften filter based upon two non-concatenating transforms. setting the sliders to any fractional value between 0 and 1 will allow you to increase or decrease the soften. I find this softening produced by anti-aliasing to be more pleasing than the built-in soften node.

Updated: 21 March 2014

Author: thexdan

Compatible Nuke versions: 6.3 or later

Compatibility:

This is a simple soften filter based upon two non-concatenating transforms. setting the sliders to any fractional value between 0 and 1 will allow you to increase or decrease the soften.

I find this softening produced by anti-aliasing to be more pleasing than the built-in soften node. For a future version I would like to add controls for the filter type, but 'cubic' is good for most purposes.

 

You can add the follwing lines to your menu.py file to make this available in the gui:

import nuke

danny = toolbar.addMenu('Danny Gizmos')

danny.addCommand('Soften No Cat', 'nuke.createNode(\'SoftenNoCat\')')

Sign in or register to download or rate.