StoryLiner Scripting API

The StoryLiner scripting API is currently in development. It provides a wide set of functions to create and manipulate shots from other Python scripts.

The advantage of using functions from the API in your code instead of calling directly some native functions of the add-on is that those functions are garanteed to be the same over time. If the add-on content, its internal structure and the name of its functions where to change at some point, for any reason, your code will not be affected because the API will provide a reliable interface to the code of StoryLiner.

Please contact me for more details if you plan to use the API.