Batch Render Fix – script by John Mather
Hello!
When I was working on finishing up the Balloon short film, my team ran into an issue where Maya’s batch render would go crazy and our character would lose parts of her body while the other parts moved through the animation. Or the clothes would be the only thing moving and nothing else would move.
My team mate, Andrew Rodriguez stumbled on a thread where this awesome guy John Mather made a script as a way to solve this exact issue. Apparently, we weren’t the only ones having batch render issues. His script takes a start and end frame number, like 0 to 200, and renders out from the current camera with whatever settings you have in your Render Settings.
In my journey to learn more on the technical side, I decided to make a window for this so I could learn how to extend the function of a script, since his didn’t have a UI. This is my version of the script that has a simple window for inputting the required data to run the script. And also, I really wanted to post this because it was an amazing find for my team since it saved our final project.
This is the link to where you can see the discussion and if there are any updates to his script.
http://simplymaya.com/forum/showthread.php?p=318227
And this is the script:
Hand Rig – Set Driven Keys and Extra finger controls setup
I set up a file to help a friend out with their rig awhile ago. It shows a relatively simple concept of layering a rig to allow for extra overall control. I thought this was pretty nice when I first learned it, so I wanted to share this with anyone starting out who may not be aware of this technique since it’s not something that seems so simple when you’re first learning how to rig.
The file is seperated in three seperate files, showing the steps of how to setup the fingers of a hand rig with Set Driven Keys, that control custom attributes to pose the hand, and extra finger controls that allow for tweaking of the preset poses or to make completely new poses.
The way it works is like this:
You have your basic joints for your finger. Then you have your control objects, like a nurbs circle, fitted around the joints. They will be orient constrained to control the joints after the control heirarchy is set up.
The control objects are then self grouped twice, one to set the SDK on and one as the null node that doesn’t do anything.
Then the null group of the control object is parented under the next control object (not its SDK or null group).
So the idea of layering can be thought of as having one step above that which controls something, and that one thing above controls something else or is being controlled by something else, like a custom attribute in this case.
The files are pretty easy to understand, but if you have any questions please feel free to contact me for help.
You can download the files here.