My Lead on this job, Alex, has been interviewed by Solid Angle about our use of their Arnold renderer on this ad. Find it here: https://www.solidangle.com/news/sse-maya/
xsi
Softimage: Renamer Tool
Here’s a renaming tool I created for use in Softimage. Downloaded here (run it from Edit > gbRenamer)
Audi: Dominos
Our latest offering for Audi. Domino Road Effects and Light-Effects (ICE), Rigging, CAD-Wrangling and Workflow Tools http://www.themill.com/work/audi-domino-race-track.aspx
Rynkeby: Monkey Dance “Making Of”
Rynkeby have recently released a “Making Of” for this job. Here it is.
Rynkeby
This is the latest job we’ve been mischievously working on. I worked on hair and particle effects. Enjoy!
Comfort: Summer Rain
Another job I’ve been working on at the Mill – this time working with the “Comfees” of Comfort for their Vietnamese campaign. I worked as part of a small team creating all the particle effects http://www.themill.com/work/comfort/summer-rain.aspx
Cancer Research UK
I’ve been working at The Mill for the past three months and slowly some of the jobs on which I have worked are making it to air. Here’s one I only did a tiny little bit of ICE work on but I think it’s a beautiful piece. Kudos to my Lead on this one, Francois. … Read More
deleteEmptyPartitions
I like to keep my passes tidy so this little script just strips out any empty partitions on selected passes. # USE: Select passes and run the script import win32com xsi = Application selectedPasses = win32com.client.Dispatch( "XSI.Collection" ) selectedPasses.AddItems (xsi.Selection) #————————————————————– #————————————————————– #————————————————————– def stripPass(eachPass): partitionsColl = win32com.client.Dispatch( "XSI.Collection" ) for eachPartition in eachPass.Partitions: partitionsColl.AddItems … Read More