- Jun 04, 2019
-
-
e7c80424 vtk: bump for vtk-m build location fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3303
-
- May 30, 2019
-
-
Ben Boeckel authored
-
- May 24, 2019
-
-
ee874e9d vtkPVPluginTracker: check for nullptr options Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !3294
-
Ben Boeckel authored
-
- May 22, 2019
-
-
de600a8e bump VTK to get fix for Exodus on Windows bug 11bf4053 modification to the previous commit to support older cmakes b6c6d87b fix adaptor's cmake_prefix_paths 582f5867 Fix output of non-reader sources for Catalyst Python scripts c79d6cbf back port master's merge blocks filter to 5.6.1 f466e817 bump VTK to get new filter for merge blocks 030f3f6a bump the patch version number Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !3267
-
- May 21, 2019
-
-
David E. DeMarle authored
-
David E. DeMarle authored
when cmake 3.12 and lower tried to configure the adaptors they would think that the options file was supposed to be a source directory and fail.
-
David E. DeMarle authored
This backports a change make at the superbuild level for 5.6.0 onto the release branch in preparation for 5.6.1. The problem that this changes is that environment paths separated with semicolons can not be cleanly passed from paraview down into the adaptors. Superbuild level merge request was here: paraview-superbuild!564
-
- May 20, 2019
-
-
David E. DeMarle authored
When outputting Catalyst Python scripts for the new export mechanism non-reader sources were incorrectly being output as Catalyst inputs/channels. Fixed to properly recognize that they are other available sources. Fixes: #18558 (cherry picked from commit 290e4545)
-
David E. DeMarle authored
Fixes #18991
-
David E. DeMarle authored
-
- May 17, 2019
-
-
David E. DeMarle authored
-
- Mar 20, 2019
-
-
1ac40828 fix eye dome lighting in parallel configuration Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ken Martin <ken.martin@kitware.com> Acked-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3124
-
David E. DeMarle authored
It seems that commit 8d985457 "use opengl state cache in paraview" unintentionally deleted this. test procedure is: start a two rank pvserver connect to it ensure remote rendering threshold is 0 load the EDL plugin on both sides wavelet glyph filter w/ 2d, vertex change the renderview to eyedome show the glyph if it looks dark is it correct (matches single process) and it it has standard colormap it is incorrect.
-
- Feb 07, 2019
-
-
8c4a262e Fixed CMAKE_PREFIX_PATH issue. Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !2998
-
- Feb 06, 2019
-
-
Paul Ferrell authored
The calls to cmake in BuildAdaptors were passing CMAKE_PREFIX_PATH to cmake calls without quoting it. That worked fine for when CMAKE_PREFIX_PATH wasn't set or was a single item, but when it was a list it broke the builds of the adaptors.
-
- Dec 05, 2018
-
-
d4f96d3e Use NONRELOCATABLE_INSTALL to track PREFIX_PATH in config Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Sebastien Jourdain <sebastien.jourdain@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2935
-
Sebastien Jourdain authored
-
- Nov 29, 2018
-
-
86eea959 Ensure focus is set on Accept button when clicked Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2914
-
Cory Quammen authored
This is a workaround for #18626. In the new pqDoubleLineEdit, the value isn't set on the proxy property if the widget has focus when Apply is clicked on macOS. This commit ensures the Apply button has focus after it is clicked to ensure the pqDoubleLineEdit loses focus and updates the proxy property.
-
- Nov 28, 2018
-
-
ff65d098 fix potential overflow in vtkSMBoundsDomain. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !2909
-
d484dc65 Hide IndexedOpacities property Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2907
-
Cory Quammen authored
The propery values are set through the Annotations table in the Color Map Editor, so it need not be displayed in its own table.
-
Utkarsh Ayachit authored
vtkSMBoundsDomain was converting a int64 to int32 when getting the number of cells which could cause overflow issues. Fixed that. (cherry picked from commit 84e7aaf2)
-
- Nov 22, 2018
-
-
561f6f53 ParaView propagates CMAKE_PREFIX_PATH to Catalyst Adaptors. Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Cory Quammen <cory.quammen@kitware.com> Merge-request: !2896
-
- Nov 20, 2018
-
-
Robert Maynard authored
Fixes #18224 ParaView uses add_custom_command to build all the catalyst adaptors. This means that any package find calls that occur when including ParaView's Config Module need to be part of the search path for the adaptor. The easiest way is to make sure that CMAKE_PREFIX_PATH is propagated through add_custom_command as it is the most common way of specifying where to search. Note: That as more projects move over to import targets this approach will continue to fail especially if they specify the search directories using `<Package>_ROOT`. Long term the catalyst adaptors will need to become an external project or stop using add_custom_command.
-
- Nov 08, 2018
-
-
4cc58fc3 Update 5.6 release notes with IndeX 2.2 updates Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2877
-
Cory Quammen authored
-
- Nov 07, 2018
-
-
71d54913 Small updates to release notes de91b71a Update the new glyph filter UI image in release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2875
-
Cory Quammen authored
-
Cory Quammen authored
-
- 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
-