第 13 章 脚本编写 1. 插件 1.1. 简介 1.2. 使用插件 1.3. Installing New Plugins 1.3.1. Linux / Unix-like systems 1.3.2. Windows 1.3.3. Apple Mac OS X 1.3.4. Running the installed plugin 1....
Python 脚本编写模式 Writing Style Modules 选择 链形 拆分 排序 Stroke Creation User Control on the Pipeline Definition Python 脚本编写模式 The Python Scripting mode offers full programmable ...
脚本表达式 脚本表达式 一个表达式可以是测试表达式,也可以是行为表达式。一个表达式可以占用几行。几个行为表达式可以用 “;” 来分隔。 测试表达式是一个返回一个值的表达式,它只能在 IF 或 ELSE IF 语句中使用。它只能在 IF 或 ELSE IF 语句中使用,或者在赋值中使用(”变量 = 测试表达式”)。请注意,赋值可以在 IF 或 ELSE...