- Oct 15, 2024
-
- Oct 14, 2024
-
-
700f5d1e vtkGLTFReader: suppress warnings from including `vtkGLTFReader.h` 35c93c98 vtkVectorOperators: remove inclusions 87faceb1 TestMappedGrid*Copy: use `GetSerializedFaces` instead of `GetFaces` 2785acc8 vtkTesting: replace usage of `RegressionTestAndCaptureOutput` 45bb0d8f vtkGeometryFilter: use `GetPolyhedronFaces` instead of `GetFaces` 219b50a4 vtkVRRenderWindow: move get/set of deprecated field to the file 230a3254 vtkHDFReader: fix some grammar in deprecation warning cf3e8667 deprecation: fix macro usage ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11557
-
- Oct 13, 2024
-
-
Ben Boeckel authored
The header has a method which returns a deprecated type. MSVC warns about such usage, so suppress it.
-
Ben Boeckel authored
-
Ben Boeckel authored
The latter is deprecated.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This avoids deprecation warnings in every TU which includes the header.
-
Ben Boeckel authored
-
Ben Boeckel authored
The macro goes after the `struct` keyword.
-
Ben Boeckel authored
This allows `grep` to find what needs updated when removing deprecated-in-9.4 APIs.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Oct 12, 2024
-
-
5c4687d6 Keep GetFaces as GetSerializedCellFaces for legacy vtkUnstructuredGridWriter Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11558
-
- Oct 11, 2024
-
-
Mickael PHILIT authored
-
316c1a9f Merge branch 'upstream-ioss' into update-ioss-fmt-11 1ab7c9ca ioss 2024-10-09 (8469d11c) d90908c2 ioss: update.sh Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11550
-
39d90847 Exclude TestArrayRenderer on macos_x86_64 920a82cb vtkImageMathematics: Fix operations with 1 input 978e6046 vtkImageMathematics: Use math function from std 94a8fe73 Update tests that render lines along with their baselines 7eb9aa3f TestArrayRenderer: Add processCmdLine() to locate files a875471a Use LOOSE_VALID for TestPointInterpolator2D d085e516 Add extra baselines for some macos tests 6d920d6d TestHyperTreeGridTernary2dMaterial's baseline has been updated ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !11531
-
- Oct 10, 2024
-
-
254cdae3 python: run black in data_model.py 2272a71a python: add rectilinear grid override Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !11546
-
Spiros Tsalikis authored
# By Seacas Upstream * upstream-ioss: ioss 2024-10-09 (8469d11c)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 8469d11cf63a086d2b723a182df8922a7118252a (ioss/for/vtk-20241009-v2024-06-27).
-
Spiros Tsalikis authored
Missing some fmt 11 includes
-
- Oct 08, 2024
-
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
When an operation supports only 1 input, but many inputs have been provided, we make sure that only the first is used.
-
Spiros Tsalikis authored
Also add anonymous namespace
-
Spiros Tsalikis authored
Set multi samples to 0 to avoid using anti-aliasing since not all machines support it. This is needed when rendering lines. The result is consistent on all machines.
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
TestPointInterpolator2D2 which is very similar also uses it.
-
Spiros Tsalikis authored
For some reason the baselines are slightly different on macos.
-
Sebastien Jourdain authored
-
Sebastien Jourdain authored
-
- Oct 07, 2024
-
-
Spiros Tsalikis authored
A line use to be at the wrong location, but it has now been fixed. Previously the test was passing because LOOSE_VALID was being used accidentally, when it should not have been the case.
-
The vtkImageActor previously used in this test was not compositing correctly with the volume mapper, it seems that it was not drawing into the depth buffer. Replacing it with vtkImageSliceMapper fixes the compositing.
-
Spiros Tsalikis authored
This is needed so that Testing.compare works properly
-
Spiros Tsalikis authored
-
Spiros Tsalikis authored
This way the correct options are propagated.
-
Spiros Tsalikis authored
Remove the threshold that existed before because the new image testing framework is now used, whose threshold ranges from 0 to 1, and 0.05 is a good default.
-
Spiros Tsalikis authored
This is done to make sure that the correct image comparison method is actually utilized.
-
Vicente Bolea authored
-