- Maya Programming with Python Cookbook
- Adrian Herbez
- 163字
- 2021-07-14 10:46:39
Preface
This book is a guide to using the Python scripting language to automate tasks in, and build tools for, Maya. The first two chapters provide an overview of Python scripting in Maya and the basics of UI creation. From there, chapters three through seven each cover a different problem domain, in roughly the same order that they are encountered in real-world projects. We start with modeling, moving through texturing, rigging, animation, and rendering. The last three chapters cover topics needed to flesh out scripts into full tool pipelines, including file input and output and communicating with the world outside of Maya via the Web. In the last chapter, we'll cover a few more advanced topics, such as script nodes and script jobs.
Each chapter provides several examples of how to achieve specific tasks in that domain, will full code listing and explanation. Each example stands on its own, and the reader should feel free to move around within the book as needed.
- Python科學(xué)計(jì)算(第2版)
- Monkey Game Development:Beginner's Guide
- 信息可視化的藝術(shù):信息可視化在英國(guó)
- Cocos2d-x游戲開(kāi)發(fā):手把手教你Lua語(yǔ)言的編程方法
- Designing Hyper-V Solutions
- Scratch真好玩:教小孩學(xué)編程
- 琢石成器:Windows環(huán)境下32位匯編語(yǔ)言程序設(shè)計(jì)
- Android底層接口與驅(qū)動(dòng)開(kāi)發(fā)技術(shù)詳解
- Internet of Things with ESP8266
- HTML5開(kāi)發(fā)精要與實(shí)例詳解
- 大話Java:程序設(shè)計(jì)從入門(mén)到精通
- 響應(yīng)式Web設(shè)計(jì):HTML5和CSS3實(shí)戰(zhàn)(第2版)
- Building Serverless Web Applications
- 零代碼實(shí)戰(zhàn):企業(yè)級(jí)應(yīng)用搭建與案例詳解
- MyBatis 3源碼深度解析