- Mar 28, 2025
-
-
Kitware Robot authored
-
- Mar 27, 2025
-
-
Vicente Bolea authored
* release: Update version number to 9.4.2 docs: add 9.4.2 entries to 9.4 release notes
-
Vicente Bolea authored
(cherry picked from commit abbb9289)
-
Ben Boeckel authored
-
9041c8fe improve performance of vtkCellLocator when buildLocator Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Acked-by:
Mickael PHILIT <mickey.phy@gmail.com> Merge-request: !12014
-
9c351f51 vtkXMLDataReader: Fix error message with missing cell data Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Jean Fechter <jean.fechter@kitware.com> Merge-request: !12019
-
Kitware Robot authored
-
- Mar 26, 2025
-
-
e29ad041 pyi generation: add missing dependency Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !12023
-
Vicente Bolea authored
-
Vicente Bolea authored
-
-
7a11fbfc Fix bug with removing and adding a new vtkOrientationMarkerWidget f6aa333b Add TestSDL2 only for emscripten platform Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !12007
-
Cory Quammen authored
The target vtk_python_copy needs to run first to ensure files needed by generate_pyi.py are installed before it is run.
-
22fd19f3 Add test for CombineFirstLayerMultiblock option 2d4ef8eb Add CombineFirstLayerMultiblock option Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !12015
-
fc103719 Install a compatible numpy 4545e739 Fix numpy deprecation error 29f38e25 Use versions of netcdf4 and xarray available on python 3.8 and 3.9 f847a388 Rename PYTHON_VERSION to PYTHON_VERSION_SUFFIX for consistency 72bbd71b Use a requirements-wheel-test dependent on the python version Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11983
-
Ben Boeckel authored
c09648bd Fix RGBA color scalar array name in vtkPLYReader 9085784f Fix light calculations for PBR interpolation with wasm fa1ac2c6 Testing for intermixed light types with PBR dc4e3adf Fix light calculations for PBR interpolation Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !12010
-
Ben Boeckel authored
cbcdde2f4d BUG: Fix bounds computation in vtkMultiVolume 6374788a5b Fix brackets 8f05fc7eaa Prevent invalid free when props pointer is uninitialized 0014940e40 vtkOBJImporter: Fix bug in multi-file processing f745aceece Replace and with && d33386058c Do not load empty datasets 66aaeba828 vtkOpenGLPolyDataMapper : cleanup and fix overflow Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Guillaume Gisbert <guillaume.gisbert@kitware.com> Merge-request: !12002
-
Set the correct Active Scalars Array name when PLY file contains RGBA color data instead of RGB. The reader currently always sets array to "RGB", even when file has RGBA data where the array name is set to "RGBA", causing no active scalars to be set by default, and no colors appearing when rendered. (cherry picked from commit 2d2993db) (cherry picked from commit 85ad30af)
-
This line set the homogeneous IJK coordinates incorrectly: pointsDataCoords.emplace_back(bounds[1], bounds[3], bounds[5], 0.); The problem is that the last component is set to 0 instead of 1 (the coordinates specify a direction vector and not a position). When this vector is multiplied by the homogeneous transformation matrix, the position is incorrect, because the translation component of the matrix is not taken into account. fixes https://github.com/Slicer/Slicer/issues/8301 fixes vtk/vtk#19447 (cherry picked from commit 5e878068) (cherry picked from commit a739a554)
-
Ben Boeckel authored
6ec155a3 ci: exclude TestValuePassFloatingPoint2 from wasm builds 4261e162 Add second test for floating point vtkValuePass 3156f698 vtkValuePass: save and restores GL state to fix rendering issues Reviewed-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !11963
-
Mathieu Westphal (Kitware) authored
-
Ben Boeckel authored
Multiple merge requests backported to `release` and `paraview/release` at the same time. Due to a mixup I did when making `paraview/release`, the robot cannot enforce "don't use this commit" rules when working on `paraview/release` until the branches are made anew at the next branch point. This restores the branch to a state before `release`'s history was merged, commit d2fc55d6. Merge requests !11963, !11985, !12002, and !12010 will need reapplied. Further work on this branch will restore the work that can be restored as-is.
-
vtkValuePass uses a glReadPixels format not supported by GLES 3.0, so retrieving the floating point values does not work. Exclude this test like its counterpart TestValuePassFloatingPoint. (cherry picked from commit f2fc0bf5)
-
This test verifies that depth testing is enabled for the first invocation of the vtkValuePass. (cherry picked from commit a8551bd5)
-
When initializing the FBOs, blending, scissor testing, and depth testing are disabled for the first render, which leads to junk results on the first render. Fix by saving and restoring that OpenGL state.
-
b19edb08 Doc update + memory opti Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !12011
-
Kitware Robot authored
-
- Mar 25, 2025
-
-
bccd5790 install serdes library header a3b27a2b docs: update marshalling sections 9fcfc545 ci: remove VTK::WebAssemblyJavaScript from exclusions on windows host de22cd15 wasm: optionally skip class properties from (de)serialization 706f375a Directly register json states in vtkObjectManager 6e7f244f serdes: export predictable library serdes registrar function 3e288372 serdes: allow calling methods by strings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11977
-
-
-
85ad30af Fix RGBA color scalar array name in vtkPLYReader 525098cd Fix light calculations for PBR interpolation with wasm 2e1e2212 Testing for intermixed light types with PBR c7d715dc Fix light calculations for PBR interpolation 91ba7904 Fix volume rendering support for rectilinear grid celldata Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !12010
-