Amin Bakht Generalist Reel
Posted in: Demo Reels!here is my generalist reel for 2011.
if you wish to contact me you can do so on aminbakht[at]gmail.com
Any feedback would be welcomed.:thumbsup:
Cheers
if you wish to contact me you can do so on aminbakht[at]gmail.com
Any feedback would be welcomed.:thumbsup:
Cheers
Have a nice day!
[VIMEO
lebkuchen in berlin from poly proc on Vimeo.
][/VIMEO]
HD Version is available on Vimeo site. Thanks. 🙂
I’m using PF Track 2011. The problem I face is that when I track it, the ground plane looks right when the cam is up and moving forward but its wrong when the cam is near the ground. Is this shot trackable? What do anyone think?
Its basically a test shoot before my real shoot for my masters project in Bournemouth University. So any matchmove professionals help would be great appreciated!
Jason
WORKSHOP: 25 – 29 GIUGNO 2011
VIDEO MAPPING
Condotto da: Robert Seidel & Daniel Rossa
Nel corso dei 5 giorni del workshop, Robert Seidel e Daniel Rossa mostreranno le nuove tecnologie e le tecniche digitali della video mapping con proiezioni su superfici e oggetti vari. I partecipanti saranno divisi per gruppied attrezzati con proiettori per poter elaborare un progetto multimediale che verrà esposto all’interno della mostra durante il festival di motion graphics […]
I’m pretty new to Nuke and I hit a roadblock with a script that I am writing. Basically what the script does is pop up a panel with a multiline text input and 2 buttons, one to save and one to save as.
In the example below, if you click on Save it will print the text entered in the text box but when pressing Save As it won’t…
multilineTextInput = ''
p = nuke.Panel("test")
p.addMultilineTextInput("add text:", multilineTextInput)
p.addButton(" Save As ")
p.addButton(" Save ")
result = p.show()
if result == 0:
multilineTextVal= p.value("add text:")
print multilineTextVal
nuke.scriptSaveAs(filename=None, overwrite=1)
elif result == 1:
multilineTextVal= p.value("add text:")
print multilineTextVal
nuke.scriptSave()
Any help is really appreciated as this drove me nuts for few good hours!!!
Thanks,
Anton