- 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.
- 黑客攻防從入門到精通(實戰秘笈版)
- Boost C++ Application Development Cookbook(Second Edition)
- Mastering Spring MVC 4
- Getting Started with CreateJS
- PHP+MySQL網站開發項目式教程
- Java Web開發詳解
- Learning Apache Karaf
- Extending Unity with Editor Scripting
- 監控的藝術:云原生時代的監控框架
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Node.js 6.x Blueprints
- C#程序開發參考手冊
- C語言進階:重點、難點與疑點解析
- 計算機視覺實戰:基于TensorFlow 2
- MATLAB/Simulink建模與仿真