Python Scripts and Add-ins

 
 
 

This section describes the use of Python with the Showcase SDK.

Python is used for writing batch files and add-ins for Showcase. The primary difference between a batch file and an add-in is that a batch file will be run once to perform a specific task (or set of tasks), while a add-in will be available throughout a Showcase session. An add-in is intended to extend the functionality, or to customize the behavior or appearance, of Showcase.

This documentation assumes a certain degree of proficiency with Python programming and is not intended for beginners. For specific information on using Python, refer to the help reference documentation in the \python\Doc folder and www.python.org.

Add-ins are especially useful when you require a high degree of interactivity with the user. If you just need to automate a sequence of steps then a batch file may be more appropriate.