The Muffin
Open Muffin - The story is finished! from Open Muffin on Vimeo.
Everyone is invited to contribute to the project and everyone is allowed to watch, enjoy and spread the final animations.
The result will be a number of funny 3D animation shorts based on the same characters, each with a likewise story released under the Creative Commons Attribution License.
If you like the idea of helping the muffin project, read on at “how to contribute”.
MORE
After effect...
Here's an image done in after effects,was trying a stereoscopic version of it..wud post it once done,which wud b any time soon..
Labels: My Work
3D Stereoscopic Visual Effects
3D Stereoscopic Visual Effects - web event
Free webinar on 3D Stereoscopic Visual Effects
Limited 'seating' but there will be a recording. 10am this Friday.
By Lee Stranahan with speakers Jason Goodman and Daniel Smith
More
Labels: Events, Vfx Townhall
Nuke MasterClass
Its here...wait is finally over Stereoscopy.
http://www.youtube.com/watch?v=ACqB7...feature=digest
http://www.youtube.com/user/TheFoundryChannel#p/p
Here's some interesting making stuff check it out...
Ratatouille Progression Reel
Nuke breakdowns:
Labels: Articles
Nuke old Bezier tool
So if u want to get old bezier in nuke instead to the the new rotopaint:
heres hw u do it. Press x and in the dialog box enter Bezier enter..
annd u ll get the old bezier... make sure you first letter is a capital one.
Labels: Nuke, Tips n tricks
Heres another of my small scripts.in continuation of the earlier one i poseted,though havent synced them exactly..but just to get the idea...
This one takes your inputs of your project structure(you must know it,and it must exist) and add a shortcut to it in the file open panel so that you can directly go into it.
(wht still i haven't figured out, how will do this over network cos rite now i want my drive to be mapped on my system to access it,still figuring it out,in this cript i hve presumed my project to be in my local d drive)
def ProjectFile():
myPanel = nuke.Panel("My Project")
myPanel.addSingleLineInput("PROJECT: ","My Project")
myPanel.addSingleLineInput("SEQUENCE: ","01")
myPanel.addSingleLineInput("SHOT: ", "")
if myPanel.show():
curShow=myPanel.value("PROJECT: ")
curSeq=myPanel.value("SEQUENCE: ")
curShot=myPanel.value("SHOT: ")
myLabel=curShow + "-" + curSeq + "-" + curShot
myPath="d:/" + curShow + "/" + curSeq + "/" + curShot + "/"
dir=os.path.dirname(myPath)
if os.path.isdir(dir):
nuke.addFavoriteDir(myLabel,myPath,nuke.SCRIPT | nuke.IMAGE)
nuke.scriptOpen()
else: raise Exception('The File Path Doest Exsits')
VFX402 – Through The Looking Glass to Underland
Submissions Start: April 1st 2010
Submissions End: May 1st 2010
The new challenge is on now...hope to take part in this one as well....
Still waiting the official result of the first one thought....
Go..
Labels: Events, Vfx Challenges
Vfx Town Hall
VFX Town Hall – Community Links
Here some more link going around:
Motion Design Standards of Practice Wiki
“This open, collaborative site aims at establishing standards of practice for employers and employees in the motion design industry, including freelance animators, designers, art directors, and visual effects artists.”
Lucas Martell blog post “VFX Union Solution” with an explanation and link to a Google Spreadsheet form where people can enter hours anonymously to start to get a global sense of hours worked vs. hours paid.
Labels: Events, Vfx Townhall