Jul 11, 2011

Blocky - mosaic effect in nuke

If someone needed a mosaic filter in nuke, no need to turn to 3rd party plugins, or doing resizes, it's right there. Just have to load it, because it's hidden by default. It's called blocky. You can load it in your custom menu.py, by adding these lines, for example:

nuke.load('Blocky')
menubar = nuke.menu("Nuke")
m = menubar.addMenu("Custom")
m.addCommand("Blocky", "nuke.createNode(\"Blocky\")", "",)