- 24 Feb, 2018 1 commit
-
-
Utkarsh Ayachit authored
We have come across representations that need different ways of handling boundary cells when data is redistributed for ordered compositing. Now a new API on vtkPVRenderView can be used by representation to mark its data to be handle boundary cells differently. Default is still to split the cells. A representation can choose to have those cells duplicated or assigned to a unique region instead.
-
- 23 Feb, 2018 1 commit
-
-
Utkarsh Ayachit authored
Reverts part of change from a2fc60bb that broke directory listing on crays.
-
- 21 Feb, 2018 1 commit
-
-
Utkarsh Ayachit authored
Similar to groups of files, we now support grouping together directories.
-
- 20 Feb, 2018 1 commit
-
-
Michael Migliore authored
This commit also adds support for component labels
-
- 19 Feb, 2018 2 commits
-
-
luz paz authored
-
Allison Vacanti authored
-
- 16 Feb, 2018 2 commits
-
-
Utkarsh Ayachit authored
Cleaning up server-side message reporting code to provide message type along with message text. This relies on changes to vtkOutputWindow which help with simplifying pqOutputWidget as well. Fixes #17754
-
Utkarsh Ayachit authored
Exposing `vtkPExtractDataArraysOverTime` in ParaView. Also removing use of deprecated `vtkPExtractArraysOverTime` and replacing it with its new counterpart. Fixes #16040.
-
- 10 Feb, 2018 2 commits
-
-
Utkarsh Ayachit authored
This is no longer needed. vtkSMSaveAnimationProxy simply uses proxy definitions available to decide the supported file formats.
-
Utkarsh Ayachit authored
Removing vtkPVServerSideAnimationPlayer. Also removing DisconnectAndSaveAnimation test.
-
- 30 Jan, 2018 2 commits
-
-
Allison Vacanti authored
Rather than displaying points and cells for vtkHyperTreeGrid objects, report tree, vertices, and leaves.
-
luz paz authored
Some are user-facing and some aren't user-facing. Found via `codespell -q 3 -D ~/Documents/diff-experiment/dictionary.txt --skip="./ThirdParty,./Qt" -I ../paraview-whitelist.txt` whitelist contents were ``` ans behaviour cas dum initialise initialisation lod nd ot pres wont ```
-
- 25 Jan, 2018 2 commits
-
-
Utkarsh Ayachit authored
"Render Lines as Tubes" and "Render Points As Sphere" checkboxes are now available on the "Display" properties tab for most representations. Fixes #17935.
-
Andrew Bauer authored
Check if the dataset that's read in when creating the pipeline has the channel/input name and if it does, automatically populate the channel/input name in the Catalyst script export wizard.
-
- 24 Jan, 2018 2 commits
-
-
Utkarsh Ayachit authored
Due to the disconnect between the representation and its mapper, when `vtkPVRenderView::SynchronizeGeometryBounds` is called, there was a potential that we'd end up using bounds from obsolete data. That was causing #17941. This fixes #17941 by ensuring that vtkPVDataDeliveryManager cleans any obsolete datasets when a new one is provided to it by the representation.
-
Utkarsh Ayachit authored
-
- 22 Jan, 2018 1 commit
-
-
Cory Quammen authored
mpi4py has been removed from VTK as a third-party library.
-
- 19 Jan, 2018 1 commit
-
-
David Thompson authored
This was broken out into a separate header by Alvaro but only worked when compiling against PV's build directory. Install it so SMTK/CMB and others can use it.
-
- 16 Jan, 2018 1 commit
-
-
Robert Maynard authored
Previously all the CMake variables would not be created
-
- 10 Jan, 2018 1 commit
-
-
Mathieu Westphal authored
This change the behavior of Annotations and color generation for category. This ensure the categorical table will never go down in size when automatically setting anotations or using a color preset. This also uses a modulo on the color preset to give color to automatic annotations and when using color preset. This adds the possibility to ovverride MaxDiscreteValues when evaluating ProminentValue for category generation This adds a default color preset (KAAMS)
-
- 09 Jan, 2018 4 commits
-
-
Alvaro Sanchez authored
So that derived representations can make use of the Decimation instance.
-
Shawn Waldon authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
This add supports for progress bar in multiclients mode (./bin/pvserver --multi-clients) Especially it is : * Adding a vtkCompositeMultiProcessController::GetController to recover non active controller * Adding handlers in vtkSMSessionClients * Sending progress events to all clients * Triggering RMI for CleanupPendingProgress and MessageEvent on secondary clients * Redifining PrepareProgressInternal and CleanupPendingProgress so they are called only on master client
-
- 08 Jan, 2018 1 commit
-
-
Joachim Pouderoux authored
-
- 29 Dec, 2017 1 commit
-
-
Alvaro Sanchez authored
This enables intermixing volumes with translucent geometry.
-
- 18 Dec, 2017 3 commits
-
-
David E. DeMarle authored
The PV level class no longer changes its ancestry dependent on cmake config option of use or don't use OSPRay. Instead it keeps an internal reference and delegates to that. Other than some long cast lines, this feels cleaner.
-
David E. DeMarle authored
The approach is to always build the PV level osp structures but have them fall through and do nothing when built without ospray.
-
David E. DeMarle authored
-
- 15 Dec, 2017 1 commit
-
-
Allison Vacanti authored
-
- 14 Dec, 2017 1 commit
-
-
Utkarsh Ayachit authored
The logic in vtkPVDataDeliveryManager that would result in deciding which representation delivered data that the potential to miss representation that produced empty data under special cases. This was because vtkPVDataDeliveryManager was depending on data's MTime which doesn't always change when `vtkPVDataRepresentation::RequestData` is executed. Fixed that using a more robust `vtkDemandDrivenPipeline::DataTime` instead. Also added a test for the same.
-
- 12 Dec, 2017 1 commit
-
-
Ben Boeckel authored
All files should be looked at by the wrappers and the wrappers ignore unwrappable classes.
-
- 10 Dec, 2017 1 commit
-
-
Utkarsh Ayachit authored
-
- 04 Dec, 2017 3 commits
-
-
Ben Boeckel authored
ParaView doesn't support TCL wrapping and all the other wrappers now use `WRAP_EXCLUDE_PYTHON` instead, so there's no need to use `WRAP_EXCLUDE` anymore.
-
Alvaro Sanchez authored
Check the state of MapScalars (indep. components) when updating vector mode since vtkVolumeMapper uses internal single-component data in MAGNITUDE mode.
-
Joachim Pouderoux authored
-
- 01 Dec, 2017 1 commit
-
-
Ben Boeckel authored
-
- 30 Nov, 2017 1 commit
-
-
Ben Boeckel authored
-
- 28 Nov, 2017 1 commit
-
-
Joachim Pouderoux authored
So far, FontFile feature of VTK was not exposed and only 3 default fonts were exposed in ParaView. One can now specify a TTF file to use.
-
- 27 Nov, 2017 1 commit
-
-
Ben Boeckel authored
-