- 25 Oct, 2018 3 commits
-
-
Cory Quammen authored
-
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
-
- 22 Oct, 2018 2 commits
-
-
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.
-
- 19 Oct, 2018 2 commits
-
-
Utkarsh Ayachit authored
0131a540 Update VTK to fix performance issues with FieldList. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2856
-
Utkarsh Ayachit authored
addresses #18550.
-
- 18 Oct, 2018 1 commit
-
-
Cory Quammen authored
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
-
- 17 Oct, 2018 2 commits
-
-
Cory Quammen authored
These change too often to have shortcuts assigned.
-
Ben Boeckel authored
e9596a73 Fixed iso-surface kernels for structured/unstructured volume grids Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2850
-
- 16 Oct, 2018 3 commits
-
-
Mathieu Westphal authored
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 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
-
- 11 Oct, 2018 5 commits
-
-
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
-
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
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
-
- 10 Oct, 2018 1 commit
-
-
Eduardo Olivares authored
-
- 08 Oct, 2018 3 commits
-
-
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
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
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
-
- 05 Oct, 2018 6 commits
-
-
David E. DeMarle authored
5089ee1a bump VTK to fix ghost cell generator and change VTK version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2822
-
David E. DeMarle authored
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
-
John Tourtellott authored
(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
-
- 04 Oct, 2018 4 commits
-
-
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.
-
Joachim Pouderoux authored
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.
-
- 03 Oct, 2018 8 commits
-
-
Sebastien Jourdain authored
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
-
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
-
David E. DeMarle authored
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
-
David E. DeMarle authored
-
David E. DeMarle authored
cinema A does not yet support pose cameras and only the pose cameras suppport tracking and roll. This change makes it harder for the user to try those combinations and handles with a message invalid combinations when they are made. note: constraining the camera model GUI to only have static and phi theta when in non-composite mode would be better but doing that would require a custom decorator.
-
David E. DeMarle authored
without this we operate on a stale view and as such only the camera viewpoint changes work. We also get misc bugs like a warning about not having the correct time. The file->export path does this already.
-