marcomusy / vedo

A python module for scientific analysis of 3D data based on VTK and Numpy
https://vedo.embl.es
MIT License
2.05k stars 266 forks source link

How to disable interactivity on some renderer ? #1198

Open OhmPuchiss opened 1 week ago

OhmPuchiss commented 1 week ago

I create the application that has numerous renderer and would like to disable the interactivity on some renderer window.

marcomusy commented 1 week ago

You can try with .freeze(). See example examples/basic/interaction_modes4.py