- Jan 07, 2025
- Dec 20, 2024
-
-
c5f888fc OSPRay: ambient light switch status Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11780
-
Sankhesh Jhaveri authored
The OSPRay renderer node avoids ambient lighting if there is an existing ambient light in the scene. However, this would fail if the existing light was switched off. This new check ensures that OSPRay uses ambient illumination even if existing ambient light is switched off.
-
- Dec 19, 2024
-
-
af084bd3 Added release note for light widget path tracing 0a6e6b0f Added test for light widget 890c60e2 Support ray-traced rendering of light widget/representation f60d1dc2 Support positional light attenuation with ray tracing Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11757
-
f5b8061a Added release note for rectilinear grid cell data support 21fa50d7 Fix volume rendering support for rectilinear grid celldata Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11764
-
- Dec 18, 2024
-
-
- Dec 17, 2024
-
-
a3db6c62 ci: exclude geometry shader issues on macOS tests 647bda9d gitlab-ci: update to Xcode 16.1 Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Merge-request: !11772
-
- Dec 16, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
82980672 matplotlib: use kwargs for `FontProperties` arguments Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11773
-
- Dec 15, 2024
-
-
Ben Boeckel authored
This has been deprecated and will be removed in a future release. Migrate to kwargs instead.
-
6c68c368 vtkTesting: clamp negative SSIM values f053b934 vtkTesting: handle SSIM's [-1,1] range 7a07dd33 vtkTesting: fix typos in log string and comment a450694a vtkTesting: fix string allocation 9692d102 TestIOSSExodusParallelWriter: fix compilation without MPI 5b1ff455 IO/IOSS/Testing: remove stray comma in source list f0c476fa Relaxed overly tight floating-point comparison b95a6030 ci: exclude floating point precision issues ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11675
-
- Dec 13, 2024
-
-
Ben Boeckel authored
-
Ben Boeckel authored
When SSIM returns a negative value, the histogram bucketing ends up writing to out-of-bounds memory. Don't do that and instead shift the buckets to account for the full range of values that are possible. Finally, add commentary on the code. See commit cd75f4b9 which applied this to `master` and `release`. Co-authored-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com>
-
Ben Boeckel authored
-
Ben Boeckel authored
`newFileName` is deleted using `delete[]`, so allocate it with `new[]`.
-
Ben Boeckel authored
-
- Dec 12, 2024
-
-
Ben Boeckel authored
-
This fixes a test failure on arm64 Macs, with default compiler options (that is, without `-ffp-model=strict`), where the dist2 value is not exactly zero but very tiny (due to fma, fused multiply add). Specifically, in the UnitTestCells test it previously output: ``` Testing EvaluatePosition in/out test...cell center failed inOut: 1 point: -1.04083e-17, 0, 0-> pcoords: 0, 0, 0: closestPoint: -1.04083e-17, 0, 0 dist2: 1.08334e-34 weights: -0.0625 -0.0625 0.5625 0.5625 vtkCubicLine FAILED ``` Also fixed unrelated spelling/typo. Co-authored-by:
David Gobbi <david.gobbi@gmail.com> (cherry picked from commit d204cfba)
-
Ben Boeckel authored
New Xcode defaults to `-ffp-contract=on` which allows for fusing floating point operations. This changes effective precision which these tests are sensitive to. See referenced issue for details. See: #19418 (cherry picked from commit 5adcac19)
-
Ben Boeckel authored
(cherry picked from commit ee16c509)
-
Ben Boeckel authored
(cherry picked from commit 45b5fbb3)
-
Ben Boeckel authored
(cherry picked from commit 23c47aa0)
-
Ben Boeckel authored
(cherry picked from commit 5f574baf)
-
Ben Boeckel authored
(cherry picked from commit 9da16ff1)
-
Ben Boeckel authored
Clang (rightly) detects that the `PyCFunction` cast is between invalid function pointer types. Ignore the warning in-code because we know it is fine due to the `METH_KEYWORDS` flag for the method. (cherry picked from commit e83f01c9)
-
Ben Boeckel authored
Found with Xcode 15.4 as a warning. (cherry picked from commit 03b9afcd)
-
- Dec 07, 2024
-
-
d7ff50a9 Fix #19552. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Thompson <david.thompson@kitware.com> Merge-request: !11739
-
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 04, 2024
-
-
9eb732a5 gitlab-ci: remove `dependencies` from jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Rejected-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11721
-
93abfb56 vtkSocket: fix win32 error handling cd00a057 vtkHyperTreeGridAxisCut: add test with coincident plane ffbe4bd9 vtkHyperTreeGridAxisCut: fix floating point number comparison 1fa1ebf3 TableBasedClipDataSet add test 1fcd274d TableBasedClipDataSet scalars deleted array fix 9ec20c8a ScatterPlot: Fix an issue with active plot not updating de5bd541 vtkConduitToDataObject: accept all numbers as time values dabeeb0d fix: add QEvent::HoverMove event to interaction Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviwed-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !11704
-
- Dec 03, 2024
-
-
Ben Boeckel authored
Historically, `needs` specifies the jobs which need to complete successfully and `dependencies` specifies the jobs which provide artifacts which should be used. Modern GitLab discourages using both as `needs` now supports an `artifacts` key to say "depend on but do not use artifacts", so remove `dependencies` and use `needs:artifacts` where necessary. See: https://docs.gitlab.com/ee/ci/yaml/#needsartifacts
-
- Nov 29, 2024
-
-
27afa562 vtkHDFReader: fix the ovelappingAMR regarding array naming 3a34dba4 fix(VTKHDF data): version of the overlappingAMR was incorrect 1f8d1201 VTKHDF: bump minor version to 2.3 for temporal OverlappingAMR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Merge-request: !11701
-
Lucas Givord authored
Previously when encountering an error during a Receive() call, server hangs indefinitely as only WSAENOBUFS was checked. For WSAECONNABORTED we cannot know if the disconnection is expected or not so we don't output an error but log a trace for debugging purpose. (cherry picked from commit c86e3aaa)
-