Jul 29, 2011
Python in the new RV player!
Best news in this month so far!
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\")", "",)
nuke.load('Blocky')
menubar = nuke.menu("Nuke")
m = menubar.addMenu("Custom")
m.addCommand("Blocky", "nuke.createNode(\"Blocky\")", "",)
Labels:
nuke
Subscribe to:
Posts (Atom)