MEL Scripting for Maya Animators

MEL Scripting for Maya Animators
Author: Mark R. Wilkins,Chris Kazmier
Publsiher: Elsevier
Total Pages: 552
Release: 2005-08-23
Genre: Computers
ISBN: 0080470718

Download MEL Scripting for Maya Animators Book in PDF, Epub and Kindle

Trying to learn Maya programming from the documentation can be daunting whether or not you are a programmer. The first edition of MEL Scripting for Maya Animators earned the reputation as the best introductory book on MEL, Maya’s scripting language. Now fully revised and updated, the second edition also includes new features, such as a discussion of global procedures, new chapters on fixing programming bottlenecks, advanced user interface techniques, and optimizing character rigs. New chapters on utility nodes and Maya's Web Panel feature provide new ideas on how to use MEL in applications. This new edition has kept the popular style of the first edition that offered very clear explanations of programming concepts to those without programming experience. A generous collection of code examples and Maya scene files is included on the companion Web site. This is a book for animators, artists, game developers, visual effects developers, and technical directors who want to learn the fundamentals of Maya, how to automate tasks, personalize user interfaces, build custom tools, and solve problems with MEL. Fully updated with several new chapters. Profusely illustrated and includes a companion Web site with numerous code examples and scene files. The authors bring their extensive experience in professional production studios to provide expert guidance.

MEL Scripting a Character Rig in Maya

MEL Scripting a Character Rig in Maya
Author: Chris Maraffi
Publsiher: Peachpit Press
Total Pages: 369
Release: 2010-04-16
Genre: Computers
ISBN: 9780132104180

Download MEL Scripting a Character Rig in Maya Book in PDF, Epub and Kindle

Whether for big budget films and game productions or lower budget TV and Internet content, creating flexible and believable character rigs is an essential skill required to bring any 3D animation to life. As the leading software used for cutting-edge animation, Maya has an established rigging toolset for creating realistic character controls. Traditionally, however, the process of manually building custom rigs in the software interface has been time-consuming and expensive for those who want to produce high-quality 3D characters. Now for the first time and from the author of the best-seller, Maya Character Creation, comes an in-depth guide on how the pros are using MEL (Maya Embedded Language) scripting to streamline and automate the rigging process. With MEL Scripting a Character Rig in Maya, you’ll learn how you can build custom character rigs in a matter of seconds, as opposed to days or weeks. In this detailed guide, you’ll learn: • The techniques used to build a complex character rig in the software interface, followed by instructions for writing the equivalent MEL code for scripting the entire process. • Fundamental concepts of creating animation controls in Maya, from the basics of creating, editing, and binding skeletons, to more complex rigs with controls that employ spline IK and channel connections. • Important coding techniques such as using conditional statements, loops, variables, and procedures. • How to create a character animation GUI (Graphical User Interface) that makes animating the character easy and fast. • Important skills for building rigs using numerous hands-on exercises, all code examples and Maya files available on the companion Web site.

Maya Python for Games and Film

Maya Python for Games and Film
Author: Adam Mechtley,Ryan Trowbridge
Publsiher: CRC Press
Total Pages: 402
Release: 2011-09-28
Genre: Art
ISBN: 9780123785794

Download Maya Python for Games and Film Book in PDF, Epub and Kindle

Maya Python for Games and Film is the first book to focus exclusively on how to implement Python with Maya. Written by trusted authorities in the field, this in-depth guide will help you master Maya Python, whether you're a seasoned technical artist looking to make the transition from MEL to Python or an aspiring artist not wanting to scramble for

Maya Character Creation

Maya Character Creation
Author: Chris Maraffi
Publsiher: New Riders
Total Pages: 385
Release: 2003-09-11
Genre: Computers
ISBN: 9780132798235

Download Maya Character Creation Book in PDF, Epub and Kindle

A unique, in-depth approach to creating realistic characters in Maya. Maya Character Creation: Modeling and Animation Controls' author, Chris Maraffi, has expertise in the field and in the classroom that translates to the knowledge and solid teaching skills needed to make this book a "must-have"! The current trend in computer graphics is greater organic realism. Many of the top-grossing movies today, such as Spiderman, Lord of the Rings, Jurassic Park 3 , and Star Wars Episode 2, all feature realistic 3D characters. There is a major need in the 3D community for educational material that demonstrates detailed techniques for achieving this organic reality. Maya is one of the main packages used on such cutting-edge films, and has an established toolset for creating believable 3D characters. Maya Character Creation: Modeling and Animation Controls is designed to take you through the process of designing, modeling, and setting up animation controls for complex 3D characters. The concepts, techniques, and Maya tools used for each step in the process are presented in each chapter, followed by many hands-on exercises. NURBS, polygon, and subdivision surface modeling techniques are shown for creating the character's skin, and skeleton-based animation controls are covered in detail. You will learn how a character's skin should deform when the skeletal joints and muscles move. Advanced MEL scripted animation controls are also covered extensively.

Complete Maya Programming

Complete Maya Programming
Author: David Gould
Publsiher: Morgan Kaufmann
Total Pages: 532
Release: 2003
Genre: Computers
ISBN: 1558608354

Download Complete Maya Programming Book in PDF, Epub and Kindle

"David Gould is an expert at using, programming, and teaching Maya, and it shows. People who need to program Maya will find this book essential. Even Maya users who don't intend to do extensive programming should read this book for a better understanding of what's going on under the hood. Compact yet thorough, it covers both MEL and the C++ API, and is written to be informative for both novice and expert programmers. Highly recommended!" -Larry Gritz, Exluna/NVIDIA, co-author of Advanced RenderMan: Creating CGI for Motion Pictures "This book should be required reading for all Maya programmers, novice and expert alike. For the novice, it provides a thorough and wonderfully well thought-out hands-on tutorial and introduction to Maya. The book's greatest contribution, however, is that in it David shares his deep understanding of Maya's fundamental concepts and architecture, so that even the expert can learn to more effectively exploit Maya's rich and powerful programming interfaces." -Philip J. Schneider, Disney Feature Animation, co-author of Geometric Tools for Computer Graphics "Having provided a technical review of David Gould's Complete Maya Programming, I must say that this book is the definitive text for scripting and plug-in development for Maya. Never before has there been such a concise and clearly written guide to programming for Maya. Any user smart enough to pick up this book would be better off for it." -Chris Rock, a Technical Director at "a Large Animation Studio in Northern California" "If you ever wanted to open the Maya toolbox, this is your guide. With clear step-by-step instructions, you will soon be able to customize and improve the application, as well as create your own extensions, either through the MEL scripting language or the full C++ API." -Christophe Hery, Industrial Light & Magic Learning Maya, the world's leading 3D animation and effects package, is a challenge, especially for those who want to master Maya's versatile programming features in addition to its built-in tools. Finally, here is a practical, step-by-step guide that shows how to use Maya to its fullest potential, beginning with the basics. Readers of Complete Maya Programming will first gain a thorough understanding of Maya's inner workings, and then learn how to customize and extend Maya with scripts and plugins that take control and productivity to new levels. Users new to programming can apply Maya's easy scripting language MEL (Maya Embedded Language), while more advanced users can work with the C++ API (Application Progamming Interface). Both a fundamental tutorial for Maya beginners and a solid reference for experienced developers, Complete Maya Programming is every user's guide to Maya mastery. FEATURES: *Demonstrates how to use MEL to control Maya, customize its interface, automate procedures, and more *Details how to use the C++ API to modify Maya functionality and develop tools and features to meet any need *Explains when to use MEL, when to use the C++ API, and how to use them together *Provides a multitude of real-world examples illustrating applications of Maya programming *Ideal for technical directors, developers, or anyone wishing to master Maya *Provides a storehouse of MEL scripts and C++ source code, glossary, and list of resources, available at www.davidgould.com

Creating Visual Effects in Maya

Creating Visual Effects in Maya
Author: Lee Lanier
Publsiher: CRC Press
Total Pages: 328
Release: 2014-02-03
Genre: Art
ISBN: 9781135050405

Download Creating Visual Effects in Maya Book in PDF, Epub and Kindle

Produce mind-blowing visual effects with Autodesk Maya. Gain the practical skills and knowledge you need to recreate phenomena critical to visual effects work, including fire, water, smoke, explosions, and destruction, as well as their integration with real-world film and video. In Creating Visual Effects in Maya, Maya master Lee Lanier has combined the latest studio techniques with multi-chapter, hands-on projects and professionally-vetted workflows to bolster your CG toolkit. Engaging, full-color tutorials cover: Creating foliage, fire, and smoke with Paint Effects Growing Maya Fur and nHair on clothing, characters, and sets Replicating water, smoke, sparks, swarms, bubbles, and debris with nParticles and nCloth Controlling scenes and simulations with expressions and MEL, Python, and PyMEL scripting Adding dust, fog, smoke, rippling water, and fireballs with Fluid Effects containers Creating damage with Effects presets, deformers, and animated textures Matchmoving and motion tracking with Maya and MatchMover Creating complex destruction by combining rigid bodies, nParticles, nCloth, and Fluid Effects Setting up, rendering, and compositing mental ray render passes with Autodesk Composite, Adobe After Effects, and The Foundry Nuke The companion website (www.focalpress.com/cw/lanier) features a treasure trove of Maya, MatchMover, After Effects, and Nuke project files, image sequences, texture bitmaps, and MEL, Python, and PyMEL scripts, allowing you to immediately apply the techniques taught in the book.

Autodesk Maya 2022 Basics Guide

Autodesk Maya 2022 Basics Guide
Author: Kelly Murdock
Publsiher: SDC Publications
Total Pages: 648
Release: 2021-07-26
Genre: Computers
ISBN: 9781630574505

Download Autodesk Maya 2022 Basics Guide Book in PDF, Epub and Kindle

Written by renowned author and 3D artist Kelly L. Murdock, Autodesk Maya 2022 Basics Guide is designed to give new users a solid understanding of the fundamental skills needed to create beautiful 3D models and stunning animations with Autodesk Maya. Using clear and easy to follow instructions this book will guide you through learning all the major features of Maya. The text is complemented by video instruction. Each chapter has a corresponding video tutorial that introduces you to the topics and allows you to watch and learn how functions are performed in a way that a text alone cannot do. Autodesk Maya 2022 Basics Guide makes no assumptions about your previous experience with Autodesk Maya. It begins by helping you get comfortable with the user interface and navigating scenes before moving into modeling, texturing, lighting, animating, rendering and more. Additionally, more advanced features such as character rigging, skinning, animating with dynamics and MEL scripting are also introduced. Each chapter begins by examining the concept behind each task, the goal and the necessary features that are involved. Then you go in-depth with the objective of your task as you study examples and learn the steps necessary to complete it. Working your way through the comprehensive, step-by-step lessons, you'll develop the confidence you need to create incredible renderings and animations using Autodesk Maya. Who this book is for This text was created specifically for users with no prior 3D modeling or animation experience. If you want to work in a creative field or are just curious about how 3D animated movies are made this book is the perfect way to get started. Users who are migrating from another 3D application or upgrading from a previous version of Maya will also benefit greatly from this text. What you'll learn • How to create models using primitives, curves, NURBS, Polygons and more • How to assign materials and textures to make realistic-looking models • How to use Paint Effects to paint on and quickly create complex 3D Models • How to use lights, cameras, and depth of field to render captivating scenes • How to use keyframes, motion paths and the Graph Editor to create animations • How to use character rigging, skinning, and inverse kinematics to animate realistic movements • How to use various deformers to manipulate objects, animations and special effects • How to add influence objects, skin weights and hair to a character for a more realistic look • How to use dynamics to create fire, smoke, lightning, explosions, cloth and ocean effects • How to enable raytracing, motion blur, and fog effects for increased realism • How to render stills and animations using Maya Vector and Mental Ray for different looks • How to use the Command Line and MEL Scripting to work faster About Autodesk Maya Maya is a program, created by Autodesk, used to model, animate, and render 3D scenes. 3D scenes created with Maya have appeared in movies, television, advertisements, games, product visualizations, and on the Web. With Maya, you can create and animate your own 3D scenes and render them as still images or as animation sequences.

Autodesk Maya 2019 Basics Guide

Autodesk Maya 2019 Basics Guide
Author: Kelly Murdock
Publsiher: SDC Publications
Total Pages: 576
Release: 2018-10
Genre: Computers
ISBN: 9781630571788

Download Autodesk Maya 2019 Basics Guide Book in PDF, Epub and Kindle

Written by renowned author and 3D artist Kelly L. Murdock Autodesk Maya 2019 Basics Guide is designed to give new users a solid understanding of the fundamental skills needed to create beautiful 3D models and stunning animations with Autodesk Maya. Using clear and easy to follow instructions this book will guide you through learning all the major features of Maya. The text is complemented by video instruction. Each chapter has a corresponding video tutorial that introduces you to the topics and allows you to watch and learn how functions are performed in a way that a text alone cannot do. Autodesk Maya 2019 Basics Guide makes no assumptions about your previous experience with Autodesk Maya. It begins by helping you get comfortable with the user interface and navigating scenes before moving into modeling, texturing, lighting, animating, rendering and more. Additionally, more advanced features such as character rigging, skinning, animating with dynamics and MEL scripting are also introduced. Each chapter begins by examining the concept behind each task, the goal and the necessary features that are involved. Then you go in-depth with the objective of your task as you study examples and learn the steps necessary to complete it. Working your way through the comprehensive, step-by-step lessons, you'll develop the confidence you need to create incredible renderings and animations using Autodesk Maya. Who this book is for This text was created specifically for users with no prior 3D modeling or animation experience. If you want to work in a creative field or are just curious about how 3D animated movies are made this book is the perfect way to get started. Users who are migrating from another 3D application or upgrading from a previous version of Maya will also benefit greatly from this text. What you'll learnHow to create models using curves, NURBS, Polygons and moreHow to assign materials and textures to make realistic-looking modelsHow to use Paint Effects to paint on and quickly create complex 3D ModelsHow to use lights, cameras, and depth of field to render captivating scenesHow to use keyframes, motion paths and the Graph Editor to create animationsHow to use character rigging, skinning, and inverse kinematics to animate realistic movementsHow to add influence objects, skin weights and hair to a character for a more realistic lookHow to use dynamics to create fire, smoke, lightning, explosions, cloth and ocean effectsHow to enable raytracing, motion blur, and fog effects for increased realismHow to render stills and animations using Maya Vector and Mental Ray for different looksHow to use the Command Line and MEL Scripting to work fasterAbout Autodesk Maya Maya is a program, created by Autodesk, used to model, animate, and render 3D scenes. 3D scenes created with Maya have appeared in movies, television, advertisements, games, product visualizations, and on the Web. With Maya, you can create and animate your own 3D scenes and render them as still images or as animation sequences.