Python Functions

A list of functions for working with Python and accessing the Python and API documentation can be found in the table below.

Function

How to access it

What it does

Notes

Execute example scripts

Menubar | Python > Examples

Executes example scripts and displays results in the output pane of the Python Console.

 

View Python API documentation

Menubar | Python >
Documentation

Displays the Python API
documentation in a web browser.

 

View Software API Overview
documentation

Menubar | Python > Readme

Displays the Software API Overview documentation.

An introduction to Python in Mari and GLSL shaders

Display Python Console

Menubar | Python > Show Console

Displays the Python Console

 

Zoom in on Python Console

Ctrl/Cmd+ + on the text in the Python Console

Zooms in on the text in the Python Console output pane.

 

Zoom out from Python Console

Ctrl/Cmd+ - on the text in the Python Console

Zooms out from the text in the Python Console output pane.

 

Evaluate a script in the Python Console

Ctrl/Cmd+Return

Evaluates a script that is written in the Python Console input pane or that is input in the Script Path field.