- Practical Maya Programming with Python
- Robert Galanakis
- 150字
- 2021-09-03 10:05:25
Summary
In this chapter, we learned how Maya and Python work together to create PyMEL. First we learned how to use the mayapy interpreter, and how to create and use Python libraries and modules. Then we explored PyMEL via introspection: how it mirrors Maya concepts such as DAG nodes and attributes, how every Maya object is represented as a first-class PyMEL node, and PyMEL's special math data types. Finally, we built a function that can bring us to the PyMEL online help when we want more information about a PyMEL node. Along the way, we learned about concepts central to Python, such as types, the standard library, magic methods, a definition of the term Pythonic, and easier to ask for forgiveness than permission versus look before you leap.
In the next chapter, we will learn more about writing practical Maya Python with PyMEL by investigating the important concept of composability.
- Java程序設計實戰教程
- 小程序實戰視頻課:微信小程序開發全案精講
- Apache Spark 2 for Beginners
- Java加密與解密的藝術
- Learning Apache Kafka(Second Edition)
- 全棧自動化測試實戰:基于TestNG、HttpClient、Selenium和Appium
- 從Java到Web程序設計教程
- Swift Playgrounds少兒趣編程
- AIRIOT物聯網平臺開發框架應用與實戰
- Mastering Web Application Development with AngularJS
- Python函數式編程(第2版)
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- 零基礎學Scratch 3.0編程
- Learning Cocos2d-JS Game Development
- UI動效設計從入門到精通