I will briefly introduce myself as I am new here on this forum.
My name is Johan and I work for Voortman Steel Machinery in Rijssen.
We generate our machines and transport systems with Python scrips.
Recently we started generating images automatically using python scrips.
Now I would like to add all the images I generate, 9 per machine, to the view editor. This because not all images are always correct.
Now I cannot find anywhere whether View Editor can be accessed by python code such as (app.findCommand(“fillView”)).
Yes those are the views that you can access via app.Views. Then, you must check the camera matrix for each view and assign that matrix location to the camera. You can access the camera with app.findCamera()