2010
Table Of Contents
- Contents
- Overview
- Maya Basics
- Polygonal Modeling
- Introduction
- Preparing for the lesson
- Lesson 1: Modeling a polygonal mesh
- Introduction
- Setting modeling preferences
- Using 2D reference images
- Creating a polygon primitive
- Modeling in shaded mode
- Model symmetry
- Selecting components by painting
- Selecting edge loops
- Editing components in the orthographic views
- Editing components in the perspective view
- Drawing a polygon
- Extruding polygon components
- Bridging between edges
- Adding polygons to a mesh
- Splitting polygon faces
- Terminating edge loops
- Deleting construction history
- Mirror copying a mesh
- Working with a smoothed mesh
- Creasing and hardening edges on a mesh
- Beyond the lesson
- Lesson 2: Sculpting a polygon mesh
- NURBS Modeling
- Subdivision Surfaces
- Animation
- Introduction
- Preparing for the lessons
- Lesson 1: Keyframes and the Graph Editor
- Lesson 2: Set Driven Key
- Lesson 3: Path animation
- Lesson 4: Nonlinear animation with Trax
- Introduction
- Open the first scene for the lesson
- Creating clips with Trax
- Changing the position of clips with Trax
- Editing the animation of clips
- Reusing clips within Trax
- Soloing and muting tracks
- Scaling clips within Trax
- Open the second scene for the lesson
- Creating clips from motion capture data
- Extending the length of motion capture data
- Redirecting the motion within a clip
- Beyond the lesson
- Lesson 5: Inverse kinematics
- Introduction
- Open the scene for the lesson
- Understanding hierarchies
- Viewing hierarchies using the Hypergraph
- Creating a skeleton hierarchy
- Parenting a model into a skeleton hierarchy
- Applying IK to a skeleton hierarchy
- Creating a control object for an IK system
- Constraining an IK system
- Limiting the range of motion of an IK system
- Simplifying the display of a hierarchy
- Applying parent constraints on an IK system
- Planning an animation for an IK system
- Animating an IK system
- Beyond the lesson
- Character Setup
- Polygon Texturing
- Rendering
- Introduction
- Preparing for the lessons
- Lesson 1: Rendering a scene
- Introduction
- Open the scene for the lesson
- Creating shading materials for objects
- Refining shading materials for objects
- Maya renderers
- Rendering a single frame using IPR
- Rendering using the Maya software renderer
- Batch rendering a sequence of animation frames
- Viewing a sequence of rendered frames
- Beyond the lesson
- Lesson 2: Shading surfaces
- Lesson 3: Lights, shadows, and cameras
- Lesson 4: Global Illumination
- Lesson 5: Caustics
- Dynamics
- Painting
- Introduction
- Preparing for the lessons
- Lesson 1: Painting in 2D using Paint Effects
- Lesson 2: Painting in 3D using Paint Effects
- Introduction
- Preparing for the lessons
- Brushes and strokes
- Rendering Paint Effects strokes
- Paint Effects on 3D objects
- Creating a surface to paint on
- Painting on objects
- Using turbulence with brush stroke tubes
- Using additional preset brushes
- Mesh brushes
- Converting mesh strokes to polygons
- Modifying a converted polygonal mesh
- Beyond the lesson
- Lesson 3: Painting textures on surfaces
- Expressions
- Scripting in Maya
- Assets
- Hair
- Fluid Effects
- Fur
- Introduction
- Preparing for the lessons
- Lesson 1: Assigning a fur description
- Introduction
- Lesson setup
- Duplicating objects across an axis of symmetry
- Renaming surfaces on a model
- Assigning objects to a reference layer
- Assigning a fur description preset to a model
- Reversing surface normals
- Modifying the fur direction
- Painting fur attributes
- Modifying the color of a fur description
- Creating a new fur description
- Beyond the lesson
- Lesson 2: Rendering fur
- nCloth
- Introduction
- Preparing for the lessons
- Lesson 1: Creating nCloth collisions
- Lesson 2: Creating nCloth constraints
- Lesson 3: Creating nCloth Clothing
- Introduction
- Lesson setup
- Making the dress into an nCloth object
- Making the character wear the dress
- Caching nCloth to speed up playback
- Adjusting the fit of the dress
- Defining the behavior of nCloth clothing
- Painting nCloth properties
- Open the second scene for the lesson
- Setting the initial state
- Constraining nCloth clothing
- Improving the quality of the nCloth simulation
- Smoothing nCloth clothing
- Beyond the lesson
- nParticles
- Introduction
- Preparing for the tutorials
- Lesson 1: Creating nParticles
- Lesson 2: Creating a smoke simulation with nParticles
- Lesson 3: Creating a liquid simulation with nParticles
- Introduction
- Lesson setup
- Creating a Water style nParticle object
- Adjusting Liquid Simulation attributes
- Adding fluidity to the nParticles
- Open the second scene for the lesson
- Convert nParticles to a polygon mesh
- Cache your nParticle simulation
- Adding Motion Streak
- Open the third scene for the lesson
- Render your liquid simulation
- Assigning material shaders
- Rendering a simulated frame
- Beyond the lesson
- Live
- Index
To see the value of Ball’s scaleY attribute at any particular frame, select
Ball, display the Channel Box, and stop the animation at the desired
frame. The Channel Box updates its values after you stop the animation.
The scaling is smooth because the geometry stretches in synch with the
small time increments of the animation playback.
8 Close the Expression Editor window.
Editing expressions
To edit an expression after you’ve created it and closed the window, you must
know how to find the expression in the Expression Editor. The next steps
show how to find and edit the expression. Specifically, you’ll change the
expression to alter how quickly the scaleY value changes.
To edit the expression
1 To display the Expression Editor again, select Window > Animation Editors
> Expression Editor.
2 To find the expression, make sure the Ball is selected. In the Attributes
list of the Expression Editor, select scaleY, the attribute controlled by the
expression.
If you don’t see the scaleY attribute, scroll through the Attributes list as
necessary. You can also use the Select Filter menu option to customize
how you search for your expressions within the Expression Editor.
The expression you created previously appears in the expression text
field:
Ball.scaleY = time + 1;
3 Change the expression to this:
Ball.scaleY = time/5 + 1;
By dividing time by 5, you’ll make the Y scaling increase one-fifth as fast
as with the previous version of the expression.
Note that you can use the keyboard commands Ctrl-c (Windows and
Linux) or Control-c (Mac OS X), Ctrl-x or Control-x, and Ctrl-v or
Control-v to copy, cut, and paste text in the Expression Editor and
elsewhere in Maya.
4 Click Edit to update the modified expression.
630 | Chapter 12 Expressions