- 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.
- 少兒人工智能趣味入門:Scratch 3.0動畫與游戲編程
- Oracle WebLogic Server 12c:First Look
- 觸·心:DT時代的大數據精準營銷
- Android應用程序開發與典型案例
- 算法基礎:打開程序設計之門
- Blockly創意趣味編程
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Java EE企業級應用開發教程(Spring+Spring MVC+MyBatis)
- Tableau Dashboard Cookbook
- JSP應用與開發技術(第3版)
- Python GUI設計tkinter菜鳥編程(增強版)
- Python程序設計
- Selenium自動化測試完全指南:基于Python
- C#從入門到精通(第5版)