- 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.
- C++ Primer習(xí)題集(第5版)
- Spring 5.0 By Example
- Vue.js前端開(kāi)發(fā)基礎(chǔ)與項(xiàng)目實(shí)戰(zhàn)
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- ASP.NET 3.5程序設(shè)計(jì)與項(xiàng)目實(shí)踐
- C語(yǔ)言程序設(shè)計(jì)案例精粹
- 全棧自動(dòng)化測(cè)試實(shí)戰(zhàn):基于TestNG、HttpClient、Selenium和Appium
- .NET 3.5編程
- 零基礎(chǔ)入門學(xué)習(xí)Python(第2版)
- 從零開(kāi)始學(xué)Linux編程
- 圖數(shù)據(jù)庫(kù)實(shí)戰(zhàn)
- Scala Data Analysis Cookbook
- Spring技術(shù)內(nèi)幕:深入解析Spring架構(gòu)與設(shè)計(jì)原理(第2版)
- Emotional Intelligence for IT Professionals
- PHP 8從入門到精通(視頻教學(xué)版)