Maya Visual Effects The Innovator's Guide
eBook - ePub

Maya Visual Effects The Innovator's Guide

Autodesk Official Press

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Maya Visual Effects The Innovator's Guide

Autodesk Official Press

About this book

Create innovative CG solutions with Maya and this creative guide

Professional Maya artists have to think on their feet. It's nothing for them to receive just vague sketches or incomplete ideas of what the studio wants and have to come up with something brilliant. If you're an intermediate to advanced Maya user, Maya Visual Effects: The Innovator's Guide, Second Edition is what you need to meet the challenge. Professional Maya artist Eric Keller offers inspired solutions and hands-on projects, as well as numerous practical shortcuts and deadlines, so you learn to produce innovative CG assets from scratch, using Maya, on a deadline.

  • Shows intermediate to advanced Maya users new solutions, workarounds, and shortcuts for creating Maya visual effects on deadline
  • Gives readers plenty of hands-on projects, so they come up with solutions that they can add to their Maya toolsets
  • Offers workable ideas that can be applied, no matter which version of Maya software is being used
  • Presents projects in an engaging style, with pages of full-color imagery to illustrate concepts

Create amazing effects with the creative insights and fresh advice in this new edition of Maya Visual Effects: The Innovator's Guide.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Maya Visual Effects The Innovator's Guide by Eric Keller in PDF and/or ePUB format, as well as other popular books in Computer Science & Digital Media. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Sybex
Year
2013
Print ISBN
9781118441602
eBook ISBN
9781118654880
c01uf000.tif

Chapter 1
Texture Effects

All too often textures are overlooked as a solution for creating effects. The tendency is to think of textures as simply a means for coloring objects. The tutorials in this first chapter demonstrate some ways in which engaging visual effects can be created quickly and easily simply by taking advantage of the power that textures have to offer.
Chapter Contents
  • Create Animated Lighting Effects with a Ramp Texture
  • Use Ambient Occlusion for Holographic Effects
  • Use Creative Text Effects

Create Animated Effects with a Ramp Texture

This first challenge involves adding an effect to the opening shot of an animated short. Figure 1-1 shows part of the storyboard for the opening. The camera moves down and out to reveal a dilapidated hotel sign with some broken lights. The gag is that the lighted parts of the sign spell “Hell.” The neon vacancy sign is just barely hanging on. The director would like to suggest that the hotel is possessed by demons, so as the camera stops, the Vacancy sign lights up, one of the bolts gives away, and the sign swivels so that the arrow points downward. Subtle, no?
c01f001.tif
Figure 1-1: The storyboard shows a neon sign magically coming to life.
Rather than have the sign blink on like a real neon sign would, the director would like the light of the neon Vacancy sign to start at the letter V and travel to the end over the course of about a second. A particle effect should be added to the leading end of the light.
The sign has already been modeled, and the basic camera move, along with the animation of the broken sign, is established. For the Vacancy sign, there is a NURBS curve but no neon geometry as of yet.
This effect should be fairly easy to create by extruding geometry along the length of the curve. A shader can be applied to the geometry, and then an animated ramp attached to the incandescence of the shader will provide the lighted effect. Whenever you’re confronted with an effect, it’s a good idea to design a rig with a few simple controls that can be easily animated. Whenever possible, the rig should be set up to anticipate changes as easily as possible because art directors are fussy and tend to change their minds a lot. This tutorial will take you through the steps of setting up a rig so that one control can be used to animate the light traveling along the length of the word Vacancy as well as the position emitter for the particle effect.
This exercise demonstrates one way of creating the rig and introduces you to several methods for navigating the node hierarchy in Autodesk® Maya®. Every Maya artist has their own style of working, but once in a while it’s a good idea to explore alternative methods of navigating the Maya interface. Doing so will open possible workflows that you may not be aware of, which can increase your efficiency as well as your understanding of how Maya works.

Create the Sign Geometry

The geometry for the Vacancy sign can be extruded along the existing curve in the scene. Before you start extruding geometry using NURBS geometry, I suggest you consider applying a Paint Effects stroke to the curve and then convert the stroke into polygons. The reason for this is that it’s easier to control the twisting and pinching that may occur as the geometry follows the curve. In addition, the UV texture coordinates created by the Paint Effects geometry will be easily adapted so that the ramp that creates the neon light can be animated without too much work.
  1. 1. The project files for this chapter can be downloaded from from the book’s support site. Use your web browser to navigate to www.sybex.com/go/mayavisualeffects2e and download the Chapter01_project. Once the files have been downloaded, unzip them to your local drive. Open Maya and use the File menu to set the Project to Chapter01_project. Then open the signSTart.ma file located in the Scenes directory of the Chapter01_project file directory. Once the scene is open, switch to the Persp camera using the View menu in the main viewport.
  2. 2. In the Outliner, expand the vacancy_sign group, and select the curve node named vacancyNeonCurve (see Figure 1-2).
    c01f002.tif
    Figure 1-2: Select the vacancyNeonCurve node in the Outliner.
  3. 3. Switch to the Rendering menu set, and choose Paint Effects ⇒ Curve Utilities ⇒ Attach Brush To Curves (see Figure 1-3). The default stroke, which is a thick black line, is applied to the curve.
    c01f003.tif
    Figure 1-3: Use the Paint Effects menu to attach the default brush stroke to the curve.
  4. 4. Select the Stroke1 node in the Outliner, and open the Attribute Editor.
  5. 5. To convert the stroke into geometry, choose Modify ⇒ Convert ⇒ Paint Effects To Polygons ⇒ Options; in the options, turn on Quad Output and Hide Strokes.
  6. 6. Maya creates a new node for the converted geometry and places it in a group called brush2MeshGroup. Expand this group, and select the brush2Main node. Press Shift+P to unparent the mesh, which moves it out of the group brush2MeshGroup.
  7. 7. Double-click the brush2Main node in the Outliner so it becomes highlighted, and rename the brush2Main node to vacancyNeonGeo. You can select and delete the brush2MeshGroup node (see Figure 1-4).
    c01f004.tif
    Figure 1-4: Conve...

Table of contents

  1. Cover
  2. Contents
  3. Title
  4. Copyright
  5. Dedication
  6. Acknowledgments
  7. About the Author
  8. About the Contributor
  9. Introduction
  10. Chapter 1: Texture Effects
  11. Chapter 2: Particle Effects
  12. Chapter 3: Joint Rigging for Effects
  13. Chapter 4: Creative Blend Shape Techniques
  14. Chapter 5: Paint Effects
  15. Chapter 6: nCloth Techniques
  16. Chapter 7: Fluid Effects
  17. Chapter 8: nHair and Fur Effects
  18. Index
  19. End User License Agreement