SMAA Antialiasing filter plugin for Nuke using Blink API
Smaa
Updated: 1 October 2019
Author: buddly
Compatible Nuke versions: All
Compatibility: Linux 64, Mac 64, Source
SMAA (Enhanced Subpixel Morphological Antialiasing) post-processing plugin for Nuke using Blink API.
Download the plugin corresponding to your architecture (Linux or Mac only for now) and copy the shared library (Smaa.so for linux, Smaa.dylib for masOS) corresponding to the Nuke version you are using (11.2, 11.3 or 12.0) into your personal ~/.nuke folder.
Add the following to your ~/.nuke/menu.py file:
import nuke
toolbar = nuke.menu('Nodes')
toolbar.addCommand('Filter/Smaa', 'nuke.createNode('Smaa')')
You can also build the plugin from the source code with the following instructions: Github home page