Skip to content

CAVEInteraction: Add customizable python interactor style

Add a new interactor style to the CAVEInteraction plugin that allows users to write their own custom interactor styles in python. The new class vtkSMVRPythonInteractorStyleProxy borrows from vtkPythonAlgorithm, and when added to ParaView via the plugin, allows the user to choose a python file implementing the custom functionality.

Merge request reports