Python Script Engine
1.0
GL Studio Editor Python Script API
|
The Python Script Engine allows the execution of python scripts. These scripts can be used to influence a GL Studio design in multiple ways, including creating objects, adding code and properties, and changing settings for the GL Studio design. The Python Script extension allows users to create scripts that automate common functions within GL Studio, including creating objects and code, and making changes to GL Studio editor and document settings. These scripts can also be mapped to custom toolbar buttons directly within the GL Studio interface, providing a quick and easy way to enact commonly used scripts.
A few examples to get you familiar with the scripting API.
See the GL Studio Users Manual as well as the Cpp Tutorial for more information on Custom Script Buttons and examples.