5 free sIBL sets
Posted in: 1The faculties at my school are advising me to move to roto or match move sections where jobs are in huge numbers but should i apply for a roto post or a match move post as a fresher or there are other positions for someone who wants to do simulations.
this might be a naive question but i am seriously confused by the response of my institute.
thanks
sagar
Photofilter in Nuke
Posted in: NUKE from The FoundryI haven’t been able to find a simple solution with decent results for this.
OFFF Barcelona: Main and Partner titles
Posted in: cg, Design, directing, vfxPostPanic completed the main titles for the prestigious OFFF Festival 2011 in Barcelona. The titles premiered on the closing night of the festival. Mischa Rozema, Director, says: “We knew we wanted to make something that would unsettle and menace the audience. It was always going to be dark but also highly aesthetic. This project […]
Andrei Robu
Posted in: DesignAndrei Robu is Design Director and Partner at Acme Industries , design office in Bucharest, Romania. Andrei specializes in lettering and brand design. Some great work to see on his site: andreirobu.com
Greem Dot Films: Universal Studios
Posted in: cg, directingLA based Green Dot Films‘ Luc Schurgers directed this new :30 “Intensity” with post by MiniVegas for Universal Studios’ King Kong 360 – 3-D ride out of David & Goliath, LA. Schurgers: “It was truly an auteur-like set up, and the smartest way for something with these creative parameters to be achieved.” Schurgers cast 5 […]
Roto/Rotopaint hotkeys
Posted in: NUKE from The FoundryI looked for it and could not find it here on the forum, but it is possible I am blind.
Is it possible to assign my own hotkeys to tools in Roto/Rotopaint nodes?
For example in Roto node Q is select tools, V is bezier drawing. I would like to add sth for "point operation" tools 😀
Cheers
Lukasz
I tried this one but it doesnt work properly..
#############################################
# Check output path Script
# Created by: Sander Jansen – www.Sander-Art.com
# for info: sander@sander-art.com
# 31-10-2010
import nuke, os
#This part of the scripts checks the output path and if it doesn’t exist it creates it for you
def CheckOutputPath():
file = nuke.filename(nuke.thisNode())
dir = os.path.dirname(file)
osdir = nuke.callbacks.filenameFilter(dir)
try:
os.makedirs (osdir)
except OSError:
pass
#This script adds the ‘CheckOutputPath()’ script to a selected write node (this can be added as a button in the GUI of Nuke)
def AddCheckOutputPath():
for node in nuke.selectedNodes():
if node.Class() == ‘Write’:
node.knob(‘beforeRender’).setValue(‘CheckOutputPat h.CheckOutputPath()’)
else:
nuke.message(‘This script can only be added to a write node’)
##################################################
CGI compositing with XSI
Posted in: Softimage XSII also have looked long and hard for tutorials on doing CGI with XSI and have come back with nothing.. (e.g. Doing shadow only renders within XSI.) Does anyone have tutorials on what I am looking for?
Thanks again,
HeShe~