Storyboard
Storyboard Script Interface Documentation

Introduction

The scripting interface in Storyboardis provided as a means to use javascript to manipulate storyboard projects. With the exception of the SelectionManager interface, all interfaces can run in batch mode as well as inside Storyboard.

In order to execute a batch script the syntax is:

Storyboard -scene /pathToProject/ProjectFile.sboard -batch -compile /pathToJavaScriptFile/javaScriptFile.js

Note: See the general help documentation for instructions on how to use the script editor, and how to assign scripts to buttons on the toolbars.