-
Notifications
You must be signed in to change notification settings - Fork 2
Python
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>
The state-variables can be accessed by the globally defined session-variable. Setting values will automatically trigger a scene-update.
import Multiview; print("diffforward", session.diffforward); session.show_flow = True