- Feb 04, 2025
-
-
9c6c952e vtkPiecewiseFunction: actually assign a fallback SearchMethod 2e9d08b6 vtkImageToStructuredPoints: fix improper bounds alignment 8f114753 vtkPostgreSQLDatabase: factor out clamping aad39093 Interaction/Widgets: clamp RepresentationState first e14e3a4a vtkAxis: fix clamping assignment e641ea55 vtkImplicitModeller: factor out clamping ac81ee5c vtkSelectionSource: factor out clamping 80c48cd5 vtkCamera: clamp ViewAngle before updating Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !11892
-
Kitware Robot authored
-
- Feb 03, 2025
-
-
-
37cac86a Add doxygen macro override for Set/GetSmartPointerMacro Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11894
-
37cac86a Add doxygen macro override for Set/GetSmartPointerMacro Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11894
-
61b43587 Add IOCore dependency for IOImport 1f7161a3 Added release note for gltf from stream 4369e27c Add testing for GLTF import from streams 3179646c Import glTF scene from a resource stream Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11861
-
Sankhesh Jhaveri authored
This is necessary so that the classes that use the `Set/GetSmartPointerMacro` get documented properly with doxygen.
-
780a8baa XdmfValuesHDF: Print error when there is a ranks mismatch Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11887
-
1ca8eca5 Enable OpenXR on Windows CI wheel build 77f2bdd5 generate_pyi: Propagate environment PATH variables to DLL directories 32c4d79c Remove .f suffix to default values to fix Python wrapping mecanism Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11860
-
Ben Boeckel authored
The `type` value that was just verified as out-of-range is still set after the block, so instead update it so the single assignment at the end is shared.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This avoids running any logic if the value doesn't actually change because it was clamped to the current value. Also port to using `std::max` and `std::min` at the same time.
-
Kitware Robot authored
-
- Feb 02, 2025
-
-
8261dd08 Fix colors when mesh has point normals 964ee14e Add alternative baseline for TestVertexVisibility in webgl2 backend 908b7199 Fix vertex visibility bug in OpenGL mappers Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11878
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Clamping in the condition and again in the assignment is just error-prone. Clamp once and store the result.
-
Ben Boeckel authored
If the angle is different, but ends up being clamped to the current value, an unnecessary `Modified` event is generated.
-
Kitware Robot authored
-
- Feb 01, 2025
-
-
Kitware Robot authored
-
- Jan 31, 2025
-
-
Spiros Tsalikis authored
-
Sankhesh Jhaveri authored
This makes the vtkResourceStream header available for vtkGLTFImporter
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
ede4100a IOSS: test 2D cell arrays that should be 3D e9852681 IOSS: Read all 2D vectors as 3D Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11876
-
Kitware Robot authored
-
- Jan 30, 2025
-
-
d1c8ccbd ci: enable one java build for mr pipelines Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11830
-
7655d4a3 Simplify loop a69dd97a move allocation out of cell loop da9087d4 use dedicated VTK_POLYHEDRON cell API Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Arthur P. <arthurpiquet@gmail.com> Merge-request: !11868
-
493b91c0 Add test for polar axes with no data acd3a1d8 Unitialize vtkPolarAxesActor bounds to allow smaller bounds in client/server Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11883
-
Alexy Pellegrini authored
-
Alexy Pellegrini authored
This facilitates .pyi generation when wrapping modules with dependencies.
-
Alexy Pellegrini authored
-
Kitware Robot authored
-
- Jan 29, 2025
-
-
Jean Fechter authored
-
Jean Fechter authored
-
Jaswant Panchumarti (Kitware) authored
- closes vtk/vtk#19389
-
Louis Gombert authored
-
Louis Gombert authored
3D vectors are much better handled by VTK and ParaView, especially for the glyph filter. Now, all 2D vector fields are read as 3D, with a null 3rd component. This behavior was already implemented in the legacy exodus reader.
-