- 14 Oct, 2018 3 commits
-
-
Utkarsh Ayachit authored
This property was used to pick which component to sort by. Since we are now splitting multicomponent arrays into separate arrays, this is no longer necessary.
-
Utkarsh Ayachit authored
* remove double-click to expand a column (no other app does that) * remove delegate custom painting for tabs/etc.
-
Utkarsh Ayachit authored
minor code restructuring in vtkAttributeDataToTableFilter to make it easier to follow. Also modernizing some code.
-
- 12 Oct, 2018 2 commits
-
-
Ben Boeckel authored
4d30ec3a pv-forward: use format string Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2839
-
Mathieu Westphal authored
627837d4 Fix GmshPlugin for Gmsh 4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !2770
-
- 11 Oct, 2018 16 commits
-
-
Ben Boeckel authored
Fixes #18532
-
Sebastien Jourdain authored
-
Sebastien Jourdain authored
148184ac PVW: Sanitize prop names Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !2838
-
Sebastien Jourdain authored
148184ac PVW: Sanitize prop names Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !2838
-
Sebastien Jourdain authored
-
Mathieu Westphal authored
911c57d4 Force SSH tests in serial Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2835
-
Mathieu Westphal authored
-
Sebastien Jourdain authored
-
Sebastien Jourdain authored
45f7cb97 PVW: Fix python call when updating prop Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !2836
-
Sebastien Jourdain authored
45f7cb97 PVW: Fix python call when updating prop Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !2836
-
Sebastien Jourdain authored
-
Ben Boeckel authored
-
Ben Boeckel authored
23c15a90 Fixed: Crash with vtkTimerLog with pvserver / Warnings 2a5364d1 Fixed plugin version number e53b8304 Fixed BBox for irregular volumes 4d4c52cc Importer Optimizations / Fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2817
-
Ben Boeckel authored
23c15a90 Fixed: Crash with vtkTimerLog with pvserver / Warnings 2a5364d1 Fixed plugin version number e53b8304 Fixed BBox for irregular volumes 4d4c52cc Importer Optimizations / Fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2817
-
Mathieu Westphal authored
The Gmsh plugin was not compatible with Gmsh 4 This fixes the way to look for Gmsh so it is compatible with Gmsh 4. This also fix some warnings.
-
Michael Migliore authored
8304c8e4 Add panoramic projection view plugin Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2798
-
- 10 Oct, 2018 4 commits
-
-
Ben Boeckel authored
258f2c69 CDIReader: remove netcdfcpp dependency 2570067d vtkPVVTKExtensionsDefault: remove netcdfcpp dependency Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2818
-
Michael Migliore authored
-
Eduardo Olivares authored
-
Mathieu Westphal authored
a634eb91 Adding a MergePoints option to slice filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !2828
-
- 09 Oct, 2018 6 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Cory Quammen authored
6e61933b VTK: bump for FFMPEG video source fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2831
-
Utkarsh Ayachit authored
64ded787 cleanups to pqDoubleLineEdit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2832
-
Mathieu Westphal authored
-
Mathieu Westphal authored
d1a0788e Using new PointCellData conversion feature Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2799
-
- 08 Oct, 2018 9 commits
-
-
Utkarsh Ayachit authored
Make pqDoubleLineEdit not use a format specific double validator. pqDoubleLineEdit should always accept any valid double string. It should only change how it's shown based on the chosen format. Now, pqDoubleLineEdit also doesn't attempt to cleanup a number entered by the user. Thus, if user enter `1e10` for the full precision text, the full precision text stays as so. Changed default precision used by the widget to mixed rather than fixed. (cherry picked from commit b02aa392)
-
Utkarsh Ayachit authored
b02aa392 cleanups to pqDoubleLineEdit Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2829
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Make pqDoubleLineEdit not use a format specific double validator. pqDoubleLineEdit should always accept any valid double string. It should only change how it's shown based on the chosen format. Now, pqDoubleLineEdit also doesn't attempt to cleanup a number entered by the user. Thus, if user enter `1e10` for the full precision text, the full precision text stays as so. Changed default precision used by the widget to mixed rather than fixed.
-
Cory Quammen authored
-
Cory Quammen authored
13f814c8 Fix point selection & hover by adding array for original ids Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2823
-
Cory Quammen authored
-
Mathieu Westphal authored
19275b7d Adding SSH Executable support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !2821
-
Mathieu Westphal authored
* Exposing new PointCellData conversion option In VTK, the PointData to CellData and CellData to PointData filters just got new properties to be able to only process certain arrays instead of systematically processing all arrays. We expose the properties in the xml of these filter so they can be used in ParaView. This also addd a test for PointCellData conversion. * Using these properties with AutoConvert properties AutoConvert properties settings allows user to use some filter with Point/Cell data filters even when they do not accept it. The conversion is done in vtkPVPostFilter but it uses to convert all arrays instead of only the needed one. This uses the new PointData to CellData and CellData to PointData filter properties to be able to convert only the needed arrays.
-