Skip to content

CAVEInteraction: Python interactor and off-axis rendering fixes

  • Bump VTK to pick up a fix to off-axis projection

  • Fix problem where errors that occurred, e.g., importing the python module, were obscured due a short-circuited conditional evaluation.

  • Fix a problem where custom python interactor styles restored from state did not observe the event that would allow them to be reconfigured, which rendered them completely useless (they would have to be removed and a new one added).

Requires this VTK change to be merged and then a real VTK bump.

Edited by Scott Wittenburg

Merge request reports