What I tell myself everyday.
March 28, 2009
quotes from james cameron.
"I don't think anything resembling The Terminator is really going to happen. There certainly aren't going to be genocidal wars waged by machines a few generations from now. The stories function more on a symbolic level, and that's why people key into them. They're about us fighting our own tendency toward dehumanization. When a cop has no compassion, when a shrink has no empathy, they've become machines in human form. Technology is changing the whole fabric of social interaction. We're absorbing our machines in a symbiotic way, evolving to become one with our own devices, and that's going to continue indefinitely."
http://www.wired.com/entertainment/hollywood/magazine/17-04/ff_cameron#
March 11, 2009
Mental Ray Sites
http://www.impresszio.hu/szabolcs/MentalRay/UsingFramebuffers/UsingFramebuffers.html
http://www.impresszio.hu/szabolcs/MentalRay/MentalRayHide_Shaders/MentalRayHides_shaders.htm
http://toi.bk.tudelft.nl/toi-pedia/index.php?title=Rendering_Mental_Ray:_Common_Render_Settings
http://toi.bk.tudelft.nl/toi-pedia/index.php?title=Rendering_Mental_Ray:_Anti_Aliasing_Settings
http://toi.bk.tudelft.nl/toi-pedia/index.php?title=Lighting_and_rendering
March 9, 2009
Maya 3D Space - Global, Object, Local
World space - the coordinate system for the entire scene. Its origin is at the center of the scene (0,0,0). The grid you see in view windows shows the world space axes.
Object space - the coordinate system from an object’s point of view. Each Object have its own object space. The origin of object space is at the object’s pivot point, and its axes are rotated with the object.
* If you freeze the transformation of the object, the axes will align back to world space but the origin remains at pivot point of the object.
Local space - similar to object space, however it uses the origin and axes of the object’s parent node in the hierarchy of objects. This is useful when you haven’t transformed the object itself, but it is part of a group that is transformed.
You can choose to move the objects in its local, world or object axis. If the object is not parented, the local axes orientation will be that of the world.
rigging tutorials
http://www.imanishi.com/mayablog_en/maya/mayaanimchara/
start at the bottom, and work your way up.
March 8, 2009
Pre-rigging Check Lists.
Before rigging a character, a couple of things to check before proceeding with the rigging. This will save a lot of time and reduce mental stress later.
Check that you do not have double spaces and weird modelling artifacts in your model.
- Do NOT smooth the model which will slow down the rigging and skinning process.
- Make sure the model is facing front in the front view. And in the center of world space.
- Make sure all the geometry are labelled.
- Make sure the size of the character is not too small. At least 20 units tall.
- Make Sure transformation is frozen.
- DO NOT parent geometry pieces to other geometry pieces unless you have done so to create blend shapes for the face.
- Research and plot out the skeletal structure of your character. e.g how many fingers does the character have. Does the model have a neck, if so how long is it etc....
- Think about each appendage as an individual joint chain. So seperate chain for each leg, arm, finger, head, torso. You can also add chains for articles of clothing or props.
- Place the geometry on a seperate layer so that you wont select the geo by mistake.
Maya Joint Tool for Idiots.
Creating Joints are literally creating a parent and child Hierarchy. The more joints you create, the more parent-child relationship there is in the hierarchy.
When you move or rotate or scale the joint, its child, and subsequent children will be affect by it.
The Joints have their own local axis. It is determined by the position of its child. If it does not have a child, the local axis will align with world space. If a joint has a child, by default its X axis points towards the child.
*Important* The bones between 2 joints are just visual connections. They do not really exist in the scene. You cannot add weights or parent objects to bones. Only to joints.
The size of the joints and bones can be changed in the tool settings of the Joint Tool. Adjusting the size will not affect how the joints work. This is not to be confused with actual scaling of the Hierarchy.
You can also use Display -> Animation -> Joint Size to change the size of the joints.
*Note* Scaling or rotating the hierarchy WILL affect how the joints work. If a joint is rotated or scaled, you MUST freeze transformations on the joints to reset the values. For joints, Translate values will not freeze. There will always be a value so that Maya knows where that joint in world space in relation to its parent joint. So do not freak out.
Joint Should be placed in the Orthographic Views as it can only be place on a grid.
maya rigging joints simplified.
Each appendage is its its own joint hierarchy. And they will be controled seperately. So separate chains have to created for Hands, Arms, Legs, Foot, Spine etc... These are then parented together into one big hierarchy.
The skeletal Rig should be believable and and functional. As in reality, the position of the joint is important to have the character move in a believable manner.
We will need to understand how Joints and Local Space work in order to better understand the rigging process.