- Practical Maya Programming with Python
- Robert Galanakis
- 216字
- 2021-09-03 10:05:24
Chapter 1. Introspecting Maya, Python, and PyMEL
Maya and Python are both excellent and elegant tools that can together achieve amazing results. And while it may be tempting to dive in and start wielding this power, it is prudent to understand some basic things first. Knowledge of the fundamentals will provide the platform from which we will grow great skills and conquer our obstacles throughout the rest of this book.
In this chapter, we will look at Python as a language, Maya as a program, and PyMEL as a framework. We will begin by briefly going over how to use the standard Python interpreter, the Maya Python interpreter, the Script Editor in Maya, and your Integrated Development Environment (IDE) or text editor in which you will do the majority of your development. Our goal for the chapter is to build a small library that can easily link us to documentation about Python and PyMEL objects. Building this library will illuminate how Maya, Python and PyMEL are designed, and demonstrate why PyMEL is superior to maya.cmds
. We will use the powerful technique of type introspection to teach us more about Maya's node-based design than any Hypergraph or static documentation can. Along the way we will explore some core concepts that will reoccur throughout later chapters.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- 軟件安全技術
- 數據庫系統原理及MySQL應用教程(第2版)
- 大學計算機基礎實驗教程
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Learning AWS Lumberyard Game Development
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Python編程:從入門到實踐
- Python機器學習基礎教程
- Protocol-Oriented Programming with Swift
- 微服務架構深度解析:原理、實踐與進階
- 智能手機APP UI設計與應用任務教程
- Python機器學習之金融風險管理
- HTML5移動前端開發基礎與實戰(微課版)
- 精通Spring:Java Web開發與Spring Boot高級功能