This repository contains some sample plugins for ParaView, written in Python. Plugins can be readers, writers or filters. The following plugins are currently available:
- Incompact3d Reader
- Incompact3d Statistics Data Reader
- Analyse Incompact3d filter
- Compressible Flow filter
To add a python plugin to ParaView, follow the simple steps below after downloading the python file (e.g. CompressibleFlow.py):
- Open Tools > Manage Plugins...
- Select Load New and open the downloaded python file
- The plugin is loaded and you can enable Auto Load under the plugin name if you want it available for all your future sessions.
- Once the plugin is loaded:
- If the plugin is a reader, it will show up in file open options (along with other file formats in the list).
- In case of a filter, you will see the filer in the list of Filters (or Ctrl+Space to search for it).
- Writers will appear as options in Save Data
Detailed information about how to use the Incompact3d reader is documented in the repo's Wiki .