Houdini Pushing overrides
- April 19th, 2017
- Write comment
A python script to “push” take values back to the root take. If you have an override you want to make global, right click and send it back to the main take.
Read more
Archive for the ‘Uncategorized’ Category
A python script to “push” take values back to the root take. If you have an override you want to make global, right click and send it back to the main take.
Read more
def reloadModules(moduleStr): import sys for key, value in sys.modules.items(): if moduleStr in key: if value: print 'reloading:', key del(sys.modules[key]) reloadModules('blahblah')
South is looking like a godsend for Django database migrations… so far, so sexy.
New showreels posted! Yes, I have been doing stuff.
Download movie: chrisg_animationReel_2010
Download movie: chrisg_generalistReel_2010
Sure, it’s stinkingly quick, robust and has a bunch of great features. But what’s really making Nuke shine at the moment is The Foundry’s development approach. Read more
First polish pass for this month’s 11 Second Club. No lipsync yet, but i’m starting to get down to the nitty gritty, faffing with fingers, tweaking timing and sorting the spacing.
Download movie: 11sec_jan09_polish_01
Okay, so you’re creating an After Effects script (my condolences to you, by the way) to create a mask or a shape layer. And you want to create an *open* mask. And you’ve been banging your head against a brick wall, because the damn thing always wants to close. Here’s how to fix it… Read more