ParaView 5.12.0

Core Features of ParaView Displaying Data -You can create different views to visualize data simultaneously and easily identify corresponding data elements. These views can also be customized (e.g. creating C++ plugins to add new types of views). Filtering Data Transform your data to generate visualizations that are easier to understand using ParaView filters. While an extensive list of filters is already provided, you can add custom filtering operations through Python scripting via a plugin or with a Programmable Filter. Querying Data -Besides selecting data in various views interactively, ParaView provides a way to inspect the data by querying for elements that satisfy certain criteria using the “Find Data” dialog. The UI makes it easy to build simple queries to find matching elements. Complex queries are also possible using a Python-based syntax. Animations -When you open a file with multiple timesteps, ParaView automatically sets up an animation. You can use the “Animation View” to set up complex animations involving changes to parameters of filters or sources, and you can move the camera to orbit around the dataset, along an arbitrary path, or follow data as it moves over time. Generated animations can be exported in common video formats (e.g. AVI, OGG, etc.) or as a series of PNG or JPEG image files. Exporting Scenes -You can export rendered scenes from ParaView in formats used by 3D rendering tools (e.g. VRML, X3D, and GEO). They can then be imported into other renderi

Tags scientific visualization fem finite element analysis medical cpp python c
License Mixed
State stable

Recent Releases

5.12.001 Mar 2024 14:05 minor feature: ParaView tags https://gitlab.kitware.com/paraview/paraview/-/tags.. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.12.0. v5.12.0. 5.12.0. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.12.0-RC3. v5.12.0-RC3. 5.12.0-RC3. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.12.0-RC2. v5.12.0-RC2. 5.12.0-RC2. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.12.0-RC1. v5.12.0-RC1. 5.12.0-RC1. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.11.2. v5.11.2. 5.11.2. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.11.1. v5.11.1. 5.11.1. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.11.1-RC1. v5.11.1-RC1. 5.11.1-RC1. Ryan Krattiger. ryan.krattiger@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.11.0. v5.11.0. 5.11.0. Cory Quammen. cory.quammen@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.11.0-RC2. v5.11.0-RC2. 5.11.0-RC2. Vicente Adolfo Bolea Sanchez. vicente.bolea@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.11.0-RC1. v5.11.0-RC1. 5.11.0-RC1. Vicente Adolfo Bolea Sanchez. vicente.bolea@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.10.2. v5.10.2. 5.10.2. Mathieu Westphal. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.10.1. v5.10.1. 5.10.1. Vicente Adolfo Bolea Sanchez. vicente.bolea@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.10.0. v5.10.0. 5.10.0. Vicente Adolfo Bolea Sanchez. vicente.bolea@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.10.0-RC2. v5.10.0-RC2. ParaView 5.10.0-RC2. Vicente Adolfo Bolea Sanchez. vicente.bolea@kitware.com. https://gitlab.kitware.com/paraview/paraview/-/tags/v5.10.0-RC1. v5.10.0-RC1. ParaView 5.10.0-RC
5.11.222 Jan 2024 20:29 minor feature: ParaView 5.11.2 Release Notes ============================ Bug fixes made since ParaView 5.11.1 are listed in this document. ## User interface * pqFileDialog: Remove existence check when selecting multiple files (details) (https://gitlab.kitware.com/paraview/paraview/-/issues/22230) * Avoid crash in Find Data panel if nothing is selected (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6405) ## Remoting * ArrayListDomain: Fix a potential segfault with empty array name (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6285) * RangeDomain: fix interval condition (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6286) * Add sanity checks around several GridAxesRepresentation usage * (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6273) * (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6326) ## Filters * Support jpeg extension for textures. (details) (https://gitlab.kitware.com/paraview/paraview/-/issues/22259) * vtkHyperTreeGridAxisClip: Fix InsideOut (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6296) ## Readers * openPMD: The openPMD python module was updated to fix bugs. (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6275) * Incorrect fetching of rectilinear grid object (details) (https://gitlab.kitware.com/paraview/paraview/-/issues/14682) ## Catalyst * Fixing Catalyst2 example to have proper Conduit spacing names (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6407) ## Python * pythonalgorithm: Fix for smproperty.proxy (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6393) * Fix --displays gets passed to pvbatch (details) (https://gitlab.kitware.com/paraview/paraview/-/merge_requests/6307) ## Rendering * Volume rendering of tetrahedral meshes is now fixed on some Macs (details) (https://gitlab.kitware.com/