- Jan 16, 2025
-
-
3709dac5 Merge branch 'upstream-sqlite' into tpl-update-sqlite 57d28fd2 sqlite 2025-01-02 (d6edf298) 54259e2f sqlite: update version to 3.47.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11801
-
-
-
-
406cceb9 AMReXParticlesReader: handle inexact division of grids among MPI ranks 1d4baf0d AMReXGridReader: Use std::size_t or vtkIdType instead of long where necessary 2715c463 AMReX - continue reading particle file when top level header does not exist 905c2586 Fix vtkPlotBar::GetBounds logic when log scale is enabled 72fb8a68 doc: Fix typo LogScaling -> LogScale in vtkAxis header fefb1764 Fix cell coloring for thick lines on apple silicon Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11834
-
Kitware Robot authored
-
- Jan 15, 2025
-
-
48eac350 GLTF document loader caches a default scene Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11836
-
e1d59512 vtkArcGridActorPrivate.cxx: vector reserve to vector reserve and init Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11840
-
Kitware Robot authored
-
- Jan 14, 2025
-
-
57ac6758 Fix issue with Fides initializing HIP before using Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11821
-
1c3591ce VTK: Remove unexpected trash file Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11797
-
d239bcfc Documentation note for gltf loader API 45adbcbe GLTF loader can now selectively toggle loading of certain data Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11837
-
Colin authored
on line 85 there is an error when tests are run with libc++ hardness mode with the debug setting on line 82 we reserve space for the vector this does not change n though so when we access it on line 85 there is an error n=0, to fix this we reserve and initalize the vector
-
8bad31f2 Update camera orientation representation handles Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11819
-
ac11ffc9 Removed a warning 234740db Fixed a bug of copy critical points 1ae572fc Fixed an issue regarding copying critical points 0e82c462 Changed headers to SPDX headers 7bdcb69c Updated The Test File and Resloved the Issues 282f75b8 Updated Test File for AMR Data 942df0ac Fixed a warning about double to longlong conversion 1bbc13f0 Added missing {} ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11394
-
7de061cb JSONSceneExporter: only choose arrays for named actor map Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Jean Fechter <jean.fechter@kitware.com> Merge-request: !11835
-
Kitware Robot authored
-
- Jan 13, 2025
-
-
147500ad Rebuild scalarbar for opacity function updates Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11817
-
17380f6f Hide the Python module implementation init function 0eae306f Hide the Python wrapper ClassNew, TypeNew functions 332bad11 Hide the Python wrapper AddFile functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11831
-
9a49406c Fix structured grid dimensions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11826
-
87ce1813 Fixed more warnings about extra semi colons Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !11671
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
Model images, keyframes and skin matrices can now be toggled.
-
Sankhesh Jhaveri authored
-
Louis Gombert authored
An oversight in a previous improvement disabled writing data arrays for a JSON scene when not using the named actor map mode, which was not intended, and only tested in ParaView using the animated view export
-
Jaswant Panchumarti (Kitware) authored
- this commit fixes the grid-process assignment logic robust when the number of grids cannot be exactly divided among the number of MPI ranks (pieces in this code) - this commit also adds MPI awareness to an existing unit test. - the unit test TestAMReXParticlesReader is run with MPI, when enabled, on 3 nodes. It passes only when the sum of the number of points across all nodes is equal to a known value. - without the change in vtkAMReXParticlesReader, the unit test will faill with MPI (cherry picked from commit de94dced)
-
Jaswant Panchumarti (Kitware) authored
- this commit should allow opening files larger than 2GB on windows. - it uses `size_t`/`vtkIdType` instead of `long` when doing stream operations like `seekg`, `tellg`. earlier, it passed `long` (32-bit in windows) to `seekg`. As a result, arrays beyond the 2GB offset could not be read into the buffer. - see user report https://github.com/AMReX-Codes/amrex/issues/4167 and https://discourse.paraview.org/t/potential-length-overflow-for-large-data/15516 (cherry picked from commit d9d40248)
-
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22835 (cherry picked from commit 2f2329d0)
-
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22733 - This commit fixes the logic in the `vtkPlotBar::GetBounds(double*, bool unscaled)` method to scale the bounds only if `unscaled` is false. Previously, it returned unscaled bounds even when `unscaled` was false and returned scaled bounds when `unscaled` was true. (cherry picked from commit 6d90695f)
-
Jaswant Panchumarti (Kitware) authored
(cherry picked from commit c6c3a83d)
-
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22594 - address paraview/paraview#21832 - Thick lines were drawn by expanding a line to 2 triangles stacked on their longest side using a geometry shader. When coloring by cell scalars, this worked everywhere except on apple silicon. - There seems to be a bug related to geometry shaders in Apple's OpenGL driver that caused thick lines to not correctly pick up cell colors. - It looks like the value written to `gl_PrimitiveID` is overwritten implicitly by `EmitVertex` and incremented each time a vertex is emitted from the geometry shader. - This commit works around it by fixing the usage of `gl_PrimitiveID` in fragment shader when drawing thick lines. (cherry picked from commit 62466099)
-
7ba5402a vtkOpenGLIndexBufferObject optimize IBO creation for common cases Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11822
-
3c10e02b Revert "feat: add flag to enable/disable Qt touch event processing" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
Jaswant Panchumarti (Kitware) <jaswant.panchumarti@kitware.com> Merge-request: !11823
-
Kitware Robot authored
-
- Jan 12, 2025
-
-
David Gobbi authored
Python extension modules only need to export the PyInit function. Any other C functions are merely part of the module implementation, and can therefore be kept private.
-
David Gobbi authored
In older versions of VTK, these type-generation functions were be exported so that subclasses in other modules could access them. But since VTK 8.1, subclasses look up their superclasses via the Python interpreter, so the exports are superfluous.
-
David Gobbi authored
It is not necessary to export these functions, since they are only called from the Init.cxx file within the same module. Hiding them results in a tidier DLL interface.
-
Kitware Robot authored
-
- Jan 11, 2025
-
-
de94dced AMReXParticlesReader: handle inexact division of grids among MPI ranks Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11815
-
d9d40248 AMReXGridReader: Use std::size_t or vtkIdType instead of long where necessary Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11820
-