- Maya Programming with Python Cookbook
- Adrian Herbez
- 150字
- 2021-07-14 10:46:40
Conventions
In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "We can include other contexts through the use of the include
directive."
A block of code is set as follows:
import maya.cmds as cmds print("Imported the script!") def makeObject(): cmds.polyCube() print("Made a cube!")
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Open the script editor by going to Windows | General Editors | Script Editor."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- Implementing Modern DevOps
- Spring Cloud Alibaba核心技術與實戰案例
- Magento 2 Development Cookbook
- Mastering Swift 2
- 軟件供應鏈安全:源代碼缺陷實例剖析
- 編寫高質量代碼:改善Objective-C程序的61個建議
- Unity 2018 Augmented Reality Projects
- Python:Deeper Insights into Machine Learning
- 30天學通C#項目案例開發
- Learning D
- Node.js應用開發
- Building a Media Center with Raspberry Pi
- Spring MVC Blueprints
- JavaScript前端開發程序設計教程(微課版)
- VB語言程序設計教程(第2版)