- Nov 06, 2018
-
-
Cory Quammen authored
-
aec7bf50 Added release notes for 5.6.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2751
-
Cory Quammen authored
-
- Oct 25, 2018
-
-
Cory Quammen authored
-
56549eca Update VTK for fix in QVTKOpenGLNativeWidget 8b8a473a Remove override of renderVTK() 71c96633 Revert to QVTKOpenGLNativeWidget in ParaView Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2859
-
Cory Quammen authored
-
- Oct 22, 2018
-
-
Cory Quammen authored
This overide was preventing rendering after window resize events, leading to a black render window. It appears to not be necessary, and removing it fixes the black render window issue.
-
Cory Quammen authored
The new implementation of QVTKOpenGLWidget still has problems saving screenshots on macOS that we have not been able to resolve. We need to revert to the working widget for now.
-
- Oct 19, 2018
-
-
0131a540 Update VTK to fix performance issues with FieldList. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2856
-
Utkarsh Ayachit authored
addresses #18550.
-
- Oct 18, 2018
-
-
e356c5c5 Prevent Recent Files from being shown in shortcuts dialog Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2852
-
- Oct 17, 2018
-
-
Cory Quammen authored
These change too often to have shortcuts assigned.
-
e9596a73 Fixed iso-surface kernels for structured/unstructured volume grids Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2850
-
- Oct 16, 2018
-
-
e6fb8746 Remove spaces from xml properties Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by: Michael Migliore <michael.migliore@kitware.com> Merge-request: !2843
-
Mathieu Westphal (Kitware) authored
Some property name contains spaces. This remove the spaces from these property if they have not been in a release yet.
-
Eduardo Olivares authored
-
- Oct 11, 2018
-
-
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
-
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
-
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
-
- Oct 10, 2018
-
-
Eduardo Olivares authored
-
- Oct 08, 2018
-
-
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
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.
-
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
-
- Oct 05, 2018
-
-
5089ee1a bump VTK to fix ghost cell generator and change VTK version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2822
-
dfd45262 Revert "change the default cinema export defaults per LANL request" d300d23c bump cinema to fix phi-theta center of rotation Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !2815
-
(cherry picked from commit b08d1d0f)
-
David E. DeMarle authored
picking up the commits that reduce VTK's version number to 8.2 and fix the ghost cell generator related crash
-
Eduardo Olivares authored
-
Eduardo Olivares authored
-
- Oct 04, 2018
-
-
David E. DeMarle authored
This reverts commit 9b91a7c7. Changing the default to Static camera export from None is not good because it forces the cinema export to be ON. This breaks standard coprocessing tests that don't expect it. The new panel does not have the same problem.
-
678d9c52 Introduce the new NetCDFTimeAnnotation plugin Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Michael Migliore <michael.migliore@kitware.com> Merge-request: !2800
-
Eduardo Olivares authored
-
Joachim Pouderoux authored
The new `NetCDFTimeAnnotationPlugin` exposes a filter called "NetCDF Time Annotation Filter" which can be used to easily display an annotation with the current NetCDF time of the data. This filter takes benefit from a new feature of the vtkNetCDFReader which now creates Field Data arrays with the time units and calendar of the produced data. The filter is a compound filter that encapsulates a Programmable Filter and a Python Annotation filter. Important note: This plugin takes benefit from the third-party `netcdftime` Python module, it is mandatory to have it installed in order to build and use this filter.
-
- Oct 03, 2018
-
-
2bc17eb6 PVW: Fix range index typo Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Scott Wittenburg <scott.wittenburg@kitware.com> Merge-request: !2816
-
Sebastien Jourdain authored
-
David E. DeMarle authored
-
9b91a7c7 change the default cinema export defaults per LANL request a5b7442b constrain cinema exports to working combinations Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !2811
-
10727bc1 fix multiview cinema output from catalyst Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !2812
-