- 11 Dec, 2018 1 commit
-
-
Dan Lipsa authored
-
- 05 Dec, 2018 1 commit
-
-
Dan Lipsa authored
-
- 04 Dec, 2018 2 commits
-
-
Dan Lipsa authored
-
Mathieu Westphal authored
-
- 03 Dec, 2018 5 commits
-
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Michael Migliore authored
2f679cac Update VTK 79d04b54 Fix panoramic view plugin Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !2892
-
- 30 Nov, 2018 4 commits
-
-
Ben Boeckel authored
4024b301 paraview-config: support Python2 2394182e paraview-config: add a Python script to get flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2867
-
Michael Migliore authored
-
Michael Migliore authored
-
Mathieu Westphal authored
3c2fc880 Updating VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2908
-
- 29 Nov, 2018 10 commits
-
-
Cory Quammen authored
-
Cory Quammen authored
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
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
-
Utkarsh Ayachit authored
cb3654a8 Make vtkSMArrayListDomain fire domain modified event correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2915
-
Utkarsh Ayachit authored
vtkSMArrayListDomain was not firing domain modified event when the array's association alone changed. Fixed that. Adding a helper class to vtkSMDomain to make it easier to for subclasses to collapse domain modified events. vtkSMArrayListDomain uses this new class to ensure no duplicate modified events are fired.
-
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.
-
Mathieu Westphal authored
74ed41e7 Move vtkPVGlyphFilter from Essential to Extras 3b37e8c4 Adding new Uniform Glyphing Mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Max Zeyen <max.zeyen@kitware.com> Merge-request: !2897
-
Mathieu Westphal authored
vtkPVGlyphFilter now depends on some Extras and Rendering-base filters move all of them in Extras
-
Mathieu Westphal authored
This adds two new uniform glyphing modes to the vtkPVGlyphFilter and also generalizes a bit its API. The two new modes are based on "inverse transform sampling" algorithm, the first one uses surface area, the second one uses cell volume. The surface one will actually extract the surface first if needed, so the glyphs will be located on the surface mesh only. The volume one will ignore completely non-3D cells. Both modes support multiblocks and parallel meshes perfectly, as well as cell centers when using cell data. Those modes were needed because the current algorithm is only based on the mesh bounds and this have limitations and bad behaviors, especially when dealing with multi pieces mesh.
-
Mathieu Westphal authored
-
- 28 Nov, 2018 13 commits
-
-
Ben Boeckel authored
It's a hack, but Python2 should stop being the *only* Python available Real Soon Now™. Right?
-
Ben Boeckel authored
6a26d3e9 qt: find versioned binary names for xmlpatterns 74c34736 pqDeprecated: remove unused module ad3fbc7a pqEmptyView: move to the right module 9341345e pqSGExportStateWizard: move internals to a separate header Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2882
-
Cory Quammen authored
f44ff0c4 Add .tgz to tarballs created Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2911
-
Cory Quammen authored
-
Ben Boeckel authored
This tool can extract the `CPPFLAGS` and `LDFLAGS` required to use ParaView from CMake. Doesn't work with ParaView today due to `paraview-config.cmake` needing to support components, but it will come with the new module system.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
ff65d098 fix potential overflow in vtkSMBoundsDomain. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2909
-
Cory Quammen authored
-
Cory Quammen authored
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
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
89dcfc55 pqMultiBlockInspectorWidget: fix undo/redo. e224571b pqCompositeDataInformationTreeModel: fix resetting a value d14e8816 pqMultiBlockInspectorWidget: fix color reset Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2906
-
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)
-
- 27 Nov, 2018 4 commits
-
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
When a custom property was reset i.e. cleared, pqCompositeDataInformationTreeModel didn't inherit value from parent correctly. Fixed that. Fixes #18620.
-
Utkarsh Ayachit authored
When a block color was recent, we were accidentally setting a QVariant(QColor()) instead of an invalid QVariant which caused the color to set treated as being explicitly set. This was causing the rendering to go black. Fixed that. Addresses #18620.
-
Cory Quammen authored
559ecc4e Change to breadth-first traversal when collapsing a KDTree 2805aa2c Use smart pointer to hold reference to view Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2901
-