Complete Maya Programming

Complete Maya Programming
Title Complete Maya Programming PDF eBook
Author David Gould
Publisher Morgan Kaufmann
Total Pages 532
Release 2003
Genre Computers
ISBN 9781558608351

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

Complete Maya Programming Volume II

Complete Maya Programming Volume II
Title Complete Maya Programming Volume II PDF eBook
Author David Gould
Publisher Elsevier
Total Pages 737
Release 2005-08-05
Genre Computers
ISBN 0080529577

Download Complete Maya Programming Volume II Book in PDF, Epub and Kindle

David Gould's acclaimed first book, Complete Maya Programming: An Extensive Guide to MEL and the C++ API, provides artists and programmers with a deep understanding of the way Maya works and how it can be enhanced and customized through programming. In his new book David offers a gentle, intuitive introduction to the core ideas of computer graphics. Each concept is explained progressively and is fully implemented in both MEL and C++ so that an artist or programmer can use the source code directly in their own programs. Geometry and modeling are covered in detail with progressively more complex examples demonstrating all of Maya's possible programming features. David Gould's first volume is widely regarded as the most authoritative reference on Maya programming. Volume II continues this tradition and provides an unmatched guide for the artist and programmer tackling complex tasks. Covers a spectrum of topics in computer graphics including points and vectors, rotations, transformations, curves and surfaces (polygonal, NURBS, subdivision), and modeling Offers insights to Maya's inner workings so that an artist or programmer can design and develop customized tools and solutions Discusses problem solving with MEL (Maya's scripting language) and the more powerful and versatile C++ API, with plenty of code examples for each

Maya Python for Games and Film

Maya Python for Games and Film
Title Maya Python for Games and Film PDF eBook
Author Adam Mechtley
Publisher CRC Press
Total Pages 408
Release 2011-09-28
Genre Computers
ISBN 0123785790

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 information.

MEL Scripting for Maya Animators

MEL Scripting for Maya Animators
Title MEL Scripting for Maya Animators PDF eBook
Author Mark R. Wilkins
Publisher Elsevier
Total Pages 552
Release 2005-08-23
Genre Computers
ISBN 9780080470719

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.

Maya Programming with Python Cookbook

Maya Programming with Python Cookbook
Title Maya Programming with Python Cookbook PDF eBook
Author Adrian Herbez
Publisher Packt Publishing Ltd
Total Pages 266
Release 2016-07-29
Genre Computers
ISBN 1783551631

Download Maya Programming with Python Cookbook Book in PDF, Epub and Kindle

Master complex workflows and conquer the world with Python and Maya About This Book Improve your modelling skills and reduce your scripting problems using Python in Maya Learn to communicate with web applications using Python for easier team development A quick and practical answer to every problem you can have whilst scripting in Maya with Python Who This Book Is For This book is for Python developers who have just started scripting with Maya. What You Will Learn Find out how to use Python scripting to automate tedious tasks Create functional user interfaces to make scripts easy to share with others Add new functionality to Maya via the power of scripting Import and export arbitrary data into and out of Maya Improve your workflow, and that of your team Create custom create custom controls to make rigs that are easy to work with Implement a system to render 3D assets for isometric games Use script jobs to trigger actions automatically in response to user interaction Open a command port to allow other applications to communicate with Maya In Detail Maya is a 3D graphics and animation software, used to develop interactive 3D applications and games with stupendous visual effects. The Maya Programming with Python Cookbook is all about creating fast, powerful automation systems with minimum coding using Maya Python. With the help of insightful and essential recipes, this book will help you improve your modelling skills. Expand your development options and overcome scripting problems encountered whilst developing code in Maya. Right from the beginning, get solutions to complex development concerns faced when implementing as parts of build. Style and approach This book is comprised of a set of practical recipes, grouped under specific topics, which can be referred to independently or in sequence. These recipes provide quick solutions to common problems, and cover most of the real-world scenarios that developers are likely to face when working with Maya.

Practical Maya Programming with Python

Practical Maya Programming with Python
Title Practical Maya Programming with Python PDF eBook
Author Robert Galanakis
Publisher Packt Publishing Ltd
Total Pages 352
Release 2014-07-25
Genre Computers
ISBN 1849694737

Download Practical Maya Programming with Python Book in PDF, Epub and Kindle

Practical Maya Programming with Python is a practical tutorial packed with plenty of examples and sample projects which guides you through building reusable, independent modules and handling unexpected errors. If you are a developer looking to build a powerful system using Python and Maya's capabilities, then this book is for you. Practical Maya Programming with Python is perfect for intermediate users with basic experience in Python and Maya who want to better their knowledge and skills.

Computer Animation Complete

Computer Animation Complete
Title Computer Animation Complete PDF eBook
Author Rick Parent
Publisher Morgan Kaufmann
Total Pages 544
Release 2009-10-13
Genre Computers
ISBN 9780123785640

Download Computer Animation Complete Book in PDF, Epub and Kindle

A compilation of key chapters from the top MK computer animation books available today - in the areas of motion capture, facial features, solid spaces, fluids, gases, biology, point-based graphics, and Maya. The chapters provide CG Animators with an excellent sampling of essential techniques that every 3D artist needs to create stunning and versatile images. Animators will be able to master myriad modeling, rendering, and texturing procedures with advice from MK's best and brightest authors. Divided into five parts (Introduction to Computer Animation and Technical Background, Motion Capture Techniques, Animating Substances, Alternate Methods, and Animating with MEL for MAYA), each one focusing on specific substances, tools, topics, and languages, this is a MUST-HAVE book for artists interested in proficiency with the top technology available today! Whether you're a programmer developing new animation functionality or an animator trying to get the most out of your current animation software, Computer Animation Complete: will help you work more efficiently and achieve better results. For programmers, this book provides a solid theoretical orientation and extensive practical instruction information you can put to work in any development or customization project. For animators, it provides crystal-clear guidance on determining which of your concepts can be realized using commercially available products, which demand custom programming, and what development strategies are likely to bring you the greatest success. Expert instruction from a variety of pace-setting computer graphics researchers. Provides in-depth coverage of established and emerging animation algorithms. For readers who lack a strong scientific background, introduces the necessary concepts from mathematics, biology, and physics. A variety of individual languages and substances are addressed, but addressed separately - enhancing your grasp of the field as a whole while providing you with the ability to identify and implement solutions by category.