Scripting
Use the Scripting tools on the Advanced tab to open the Python scripting editor and run automation against Volvicon. The scripting editor lets you write and execute Python that calls the Scripting API, build custom filters or plugins, and batch operations without leaving the application.
Open the scripting editor
- Ribbon: Advanced ▸ Scripting
- The command opens the Python scripting editor with a code pane, output console, and toolbar controls for New, Open, Save, Run, Stop, Find, and Templates.
What you can do
- Create and save Python scripts that call the Volvicon Scripting API (volumes, masks, surfaces, AI segmentation, project management).
- Run scripts asynchronously and stop long-running executions from the toolbar.
- Insert ready-made templates for common workflows (getting started, volume/mask/surface operations, AI segmentation, project management).
- Search and replace within the script, toggle comments, auto-format Python indentation, and zoom the editor font.
- View stdout/stderr in the built-in console with friendly error formatting for common argument and type issues.
Learn more
See the full feature list and UI reference in Scripting Editor.