- Dec 09, 2024
-
-
Jean Fechter authored
-
- Dec 08, 2024
-
-
Mathieu Westphal (Kitware) authored
-
- Dec 07, 2024
-
-
This also forces all inclusions of the `Singleton.h` header to use angle brackets (since in theory third-party libraries may be in system paths and even when provided by VTK should use `-isystem` instead of `-I`). (cherry picked from commit 615c9f21)
-
- Dec 06, 2024
-
-
David Thompson authored
This also forces all inclusions of the `Singleton.h` header to use angle brackets (since in theory third-party libraries may be in system paths and even when provided by VTK should use `-isystem` instead of `-I`).
-
Louis Gombert authored
-
- Dec 05, 2024
-
-
- This commit fixes a bug in deserialization of vtkCollection in situation where the item pointers have changed but the total number of items in a collection has not changed since the last time the collection was deserialized. - Previously, the generated code removed all previous items only when the number of items have changed and added the new items once again. Such a design worked only when the item identifiers remained the same. For example, if the state of a prop collection had a different actor, it would be serialized but never added into the collection. - Now, the generated code will always remove all previous items and deserialize each individual item from the state before adding it into the collection. (cherry picked from commit 817d8f41)
-
- Dec 04, 2024
-
-
Kenneth Moreland authored
Previously, netCDF readers such as `vtkNetCDFCFReader` did not support several valid netCDF data types. In particular, the unsigned integers were not supported. The readers now check for these types and load these variables into the correct VTK array type.
-
- Dec 02, 2024
-
-
David Gobbi authored
-
David Gobbi authored
-
Jaswant Panchumarti (Kitware) authored
- address paraview/paraview#22605 - fixes a bug that happened when using the composite polydata mapper with per-block overriden opacities. When the actor was made transparent, and a block's opacity was overriden to 1.0, that block was never rendered, because the renderer inferred from the actor that there was no need to render opaque geometry. - this commit also adds a unit test that cycles opacity for individual blocks of a translucent actor and verifies the rendered image is correct.
-
- Nov 28, 2024
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
This allows faithful reproduction on the read-the-docs documentation website.
-
Lucas Givord authored
Few datasets name are inconsistents between temporal OverlappingAMR and other vtk datasets as we miss an 's' for the plural. It concerns: - NumberOfBox -> NumberOfBoxes - AMRBoxOffset -> AMRBoxOffsets - Point/Cell/FieldDataOffset -> Point/Cell/FieldDataOffsets Its fix in the VTKHDF File Format version 2.3.
-
- Nov 23, 2024
-
-
Spiros Tsalikis authored
-
- Nov 22, 2024
-
-
Mohamed Mssaouri authored
-
- Nov 21, 2024
-
-
Vicente Bolea authored
-
- Nov 20, 2024
-
-
Nicolas Vuaille authored
Split previous file as the "performances" part was part of the 9.4 release. New "options" file concern new features for incomming (9.5) release.
-
- Nov 19, 2024
-
-
Jean Fechter authored
-
- Nov 18, 2024
-
-
Sankhesh Jhaveri authored
-
Jaswant Panchumarti (Kitware) authored
- This commit adds an EdgeWidth property that can be used to set thickness of cell edges but not lines when the actor has both polygonal faces and lines.
-
Jean Fechter authored
-
- Nov 15, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- This commit fixes a bug in deserialization of vtkCollection in situation where the item pointers have changed but the total number of items in a collection has not changed since the last time the collection was deserialized. - Previously, the generated code removed all previous items only when the number of items have changed and added the new items once again. Such a design worked only when the item identifiers remained the same. For example, if the state of a prop collection had a different actor, it would be serialized but never added into the collection. - Now, the generated code will always remove all previous items and deserialize each individual item from the state before adding it into the collection.
-
Jaswant Panchumarti (Kitware) authored
- This commit adds setter/getter functions to customize the text on the buttons corresponding to different axis viewpoints.
-
Jaswant Panchumarti (Kitware) authored
- this commit adds ability to view tracing information that is emitted from `vtkDeserializer`, `vtkSerializer` and `vtkObjectManager` by configuring a log verbosity. The verbosity can be set either as an environment variable or directly on the object manager, serializer and deserializer. - for wasm, new methods are provided in the wasm scene manager bindings. these methods let you pass in strings like "WARNING", "INFO", etc.
-
- Nov 14, 2024
-
-
Spiros Tsalikis authored
-
- Nov 13, 2024
-
-
Jaswant Panchumarti (Kitware) authored
-
- Nov 11, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- This commit adds a new setting on the vtkProperty class to specify the 2D shape of points as either square or round. - Adds unit tests for round points
-
- Nov 08, 2024
-
-
(cherry picked from commit a5e4bce9)
-
- Nov 07, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- dynamically construct the arguments for recognized engines, like chrome/chromium.
-
- Nov 04, 2024
-
-
Jean Fechter authored
-
Julien Schueller authored
-
- Nov 01, 2024
-
-
Kenneth Moreland authored
When using Kokkos, some Kokkos devices/backends require enabling a language (such as CUDA or HIP). Previously, this required users to set a variable named `VTK_KOKKOS_BACKEND` to an appropriate value. This has been simplified by getting the Kokkos backends directly from the Kokkos configuration so that the compilers are set up automatically.
-
- Oct 30, 2024
-
-
Jean Fechter authored
-
- Oct 24, 2024
-
-
Lucas Givord authored
Few datasets name are inconsistents between temporal OverlappingAMR and other vtk datasets as we miss an 's' for the plural. It concerns: - NumberOfBox -> NumberOfBoxes - AMRBoxOffset -> AMRBoxOffsets - Point/Cell/FieldDataOffset -> Point/Cell/FieldDataOffsets Its fix in the VTKHDF File Format version 2.3.
-
David Gobbi authored
-
-
Nicolas Vuaille authored
A filter that adds a CellData Array containg Region Id, where a region is a collection of connected cells with a maximum angle between their normals.
-
- Oct 23, 2024
-
-
Christos Tsolakis authored
-
- Oct 16, 2024
-
-
Spiros Tsalikis authored
-
- Oct 08, 2024
-
-
Jean Fechter authored
-