Skip to content

Catalyst python script v2 changes

Lots of changes to the Catalyst Python scripting introduced for 5.9.

  • The GUI no longer exports .zip instead it simply exports .py files.
  • The implementation for the code that executes these scripts between legacy Catalyst adaptors and the new Conduit-based adaptors is now unified. The scripts too are unified and hence same scripts can be work irrespective of which adaptor they are being used with.
  • adding support for hard-coded pipelines in Conduit-based Catalyst using vtkInSituPipelineIO.
  • CatalystPythonScriptsV2.md has been revamped to give a clearer overview of the scripting API.

Backport: release

Edited by Utkarsh Ayachit

Merge request reports