Skip to content
Paul Stahr edited this page Aug 17, 2021 · 1 revision

Scripting can also be done in the native Python-Interface

To do so you can call a script by python <script.py>

Environment

The state-variables can be accessed by the globally defined session-variable. Setting values will automatically trigger a scene-update.

Example

import Multiview; print("diffforward", session.diffforward); session.show_flow = True

Clone this wiki locally