Shade 10 The Script Window

From ShadeCamp

Jump to: navigation, search

The Script window allows you to write and record scripts, using the Python programming language, to execute operations in Shade. To open the Script window, choose View > Script.

Contents

Record Checkbox

Check the Record checkbox to start recording your actions in Shade as a script. Uncheck to stop recording.

Execute Button

Executes the script in the script text editing area.

Language Pull-Down Menu

Select the programming language used to interpret the text in the script text editing area. Currently scripts can only be written in Python.

Load Button

Loads a script into the script text editing area.

Save Button

Save the text in the script editing area as a Python script file.

Script Text Editing Area

The text area is used to write and edit scripts. |