- Sep 22, 2021
-
-
Ben Boeckel authored
When reformatting the entire tree, the `.ExternalData` directory ends up running into issues. Instead of excluding the entire directory, exclude the paths that are expected to be there.
-
Ben Boeckel authored
-
Ben Boeckel authored
This avoids `clang-format` from shuffling `vtkPython.h` into the middle of the include block when it should be among the first inclusions.
-
Ben Boeckel authored
`clang-format` ends up mangling this really badly since it is right on the 100 character width boundary.
-
Ben Boeckel authored
This avoids `clang-format` getting confused and treating subsequent code as something completely differently.
-
Ben Boeckel authored
This avoids `clang-format` from splaying the array out into one element per line.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
These are the instances that are later reformatted. The intent is to reduce the reformatting noise.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
3aeab1e5 gitlab-ci: clean out temporary stages from dependency builds 692b35d4 spack: patch for local development purposes 8021c042 spack pull from upstream as of 2021/09/21 1756cb02 ci: configure the spack externals information Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5230
-
78b64ebb Fix typo for python calculator string substitution variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5231
-
Spiros Tsalikis authored
-
4467b4eb Fix state file backwards compatibility for Threshold Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Timothee Chabat <timothee.chabat@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5227
-
- Sep 21, 2021
-
-
Ben Boeckel authored
This should avoid running out of disk space.
-
Ben Boeckel authored
-
upstream: 534bad0ff7a14ff5e2357444ffa4d52100557b71
-
dce6a148 Add missing vtkOpenGLRenderer include to OpenVR Plugin Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Scott Wittenburg <scott.wittenburg@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5228
-
Ben Boeckel authored
Fill in the information Spack wants about the provided CMake from the CI script.
-
4e28a02e Update link to ParaView Classroom Tutorials Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5226
-
Ken Martin authored
The plugin was missing an include when compiled with collaboration support enabled.
-
a56a2930 Update CONVERGECFDReader tests for output dataset type change 5d654612 cmake: update to `VTK_ENABLE_VR_COLLABORATION` 62287278 fix unused var / param warnings. 307485bc make tests more reliable 33cbe875 Update VTK for fixes to PDC transfer. 0c015f2b vtkDataTabulator: use vtkPVDataUtilities for block names 2bb26fc0 vtkSMTooltipSelectionPipeline: use proper block names 9dbf25a4 vtkPVDataUtilities: class for helpers to deal with data ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5219
-
77adb5bc Fix Open in file explorer for directories with spaces Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !5223
-
Tiffany Chhim authored
Check whether deprecated property is present and remove domain and entry nodes.
-
- Sep 20, 2021
-
-
fb3fbeae spack: update package configuration file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5218
-
Cory Quammen authored
-
Cory Quammen authored
Update test with changes needed to select blocks from the new vtkPartitionedDataSetCollection output type.
-
7a46630c OpenVR plugin: Support Qt < 5.14 (no QComboBox::textActivated) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Paul Lafoix <paul.lafoix@kitware.com> Merge-request: !5217
-
Utkarsh Ayachit authored
`VTK_ENABLE_OPENVR_COLLABORATION` was changed to `VTK_ENABLE_VR_COLLABORATION` in VTK. Hence this change is needed.
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
Thes tests poped up dock panels that impact viewport size causing tests to fail intermittently. Updating tests to ensure that images are captured in a more reliable state.
-
Utkarsh Ayachit authored
Fixes #20777 Brings in following topics: 'static-python-fixes' 'fix-rogue-warnings' 'ferdymercury-master-patch-89656' 'convergecfd-pdc-output-new' 'pdc-fixes' 'fix_vr_collaboration_setting' 'vtkmodules-all' 'renderer-caching-and-viewport-functions' 'add_release_current_to_window' 'hdf5-botched-stamp-cleanup' 'hdf5-h5tinit-deps' 'fix-mergeVectorComponents-soa' 'parallelize-vtkVertexCore' 'slow-ghosts-gen-fix'
-
Utkarsh Ayachit authored
vtkDataTabulator now uses `vtkPVDataUtilities` to assign names to blocks. Fixes #20973.
-
Utkarsh Ayachit authored
Fixing vtkSMTooltipSelectionPipeline to use `vtkPVDataUtilities` to determine block names for each dataset. Needed to fix #20777, otherwise vtkPartitionedDataSetCollection block names were incorrect.
-
Utkarsh Ayachit authored
vtkPVDataUtilities is a new helper to consolidate ParaView-specific logic to deal with data. Currently, vtkPVDataUtilities can assign sensible names for all leaf nodes in a composite dataset suitable for ParaView.
-
Utkarsh Ayachit authored
vtkPVDataMover now supports skipping data from ranks where the data is empty.
-
Utkarsh Ayachit authored
I created this file but accidentally copied incorrect header. Fixed that to attribute copyright correctly.
-
Laurent Malka authored
Closes #20978
-