Aug 31, 2011

Heroes intro

I forgot to post here out previous work, the intro for Heroes of Might and Magic 6! So check this out:

Eset commercial teaser

This is a sneak peek of our latest work, a 90 sec. commercial for Eset Antivirus. Full video coming soon!
Also this is the first job working at our new company, Tripodvfx.

Aug 2, 2011

Atomkraft public beta started!

Great third-party renderer (using 3delight) package for nuke, called Atomkraft went open beta:
http://www.jupiter-jazz.com/
I tried the early beta releases on linux and looked really promising! Now for windows too! Nice job!

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\")", "",)

Jun 9, 2011

Autobackdrop update

Hi, a quick help for compers frequently using the autobackdrop pythonscript. Getting bright, saturated colors every time? Now here is a little modified version, that uses pastel colors only! Enjoy!
Of course thanks for creators of original versions: Frank Rueter and Michael (at yawpitchroll, sorry don't now the last name)

Gabor

May 15, 2011

simple converter gui

I finally had the time to finish the first version of a program, that converts image sequences from one format to another. This is the first program I did with pyqt and designer, and it's still very very beta. The best thing in this is that I think I started to get the grasp of the designer-qt-python code-exe pipeline. If you want to try, you need to have nuke installed, because this program calls nuke for conversion, in command line mode. You have to set a path to a directory that contains the sequences to convert. It processes the sequences, but not the subdirectories recursively, it will be in the next release :) And you have to set the path to nuke and to the "glt_batchconvertFromCmdline2.py" file in the gui. As usual I can't guarantee anything. You can download it from here