- Sep 22, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- screeSize is not used
-
- Sep 21, 2023
-
-
fda79082 Improve vtkURI performance when processing data URIs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10522
-
- Sep 19, 2023
-
-
302a7ab8 Rendering/RayTracing: detect and error on ANARI-based VisRTX versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@gmail.com> Merge-request: !10517
-
Alexy Pellegrini authored
Changes include: - Remove RemoveDotSegments call when processing a data URI - Move validation of data URI content to decoding algorithms (updated doc) - Replace standard <cctype> functions with equivalent functions for better performances in loops thanks to better inlining possibilities - Add reserve for output string in RemoveDotSegments Also fix some typos.
-
- Sep 17, 2023
-
-
Ben Boeckel authored
-
- Sep 15, 2023
-
-
2b9d56b9 Added release note for volume label map fixes e68ae3da Test for GPU volume label map for label validity 8f055e4a Volume label mapping with mismatched labels in mask and property Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !10498
-
- Sep 13, 2023
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Sep 11, 2023
-
-
Sankhesh Jhaveri authored
The label mapping support in the GPU volume mapper is using texture lookup of mask values to identify the voxel color and opacity. The mask value is looked up from a 2D texture generated from the label transfer functions on the property. If there is a mismatch in the mask labels and the label transfer functions in the property, the texture lookup would produce artifacts. This change fixes the lookup value scale and bias based on the property functions.
-
- Sep 10, 2023
-
-
0ba1f198 vtkMatplotlibMathTextUtilities: properly print the traceback Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Tested-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10496
-
- Sep 08, 2023
-
-
Ben Boeckel authored
Previously, the useless `<traceback 0xdeadbeef>` would be printed. Instead, extract the stacktrace using the `traceback` module and print that instead.
-
18218b55 Fixed issue #18742: kick NSRunLoop upon first render Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !9837
-
- Sep 06, 2023
-
-
72a008de Fixed a read-write race condition found by thread sanitizer Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10471
-
Sean McBride authored
This forces drawing to occur and so running unit tests once again will pop up various windows showing all the testing occur. Co-authored-by:
David Gobbi <david.gobbi@gmail.com>
-
129c55c5 Test vtkMultiVolume with RGBA input and gradient opacity function 9db07b46 Update vtkMultiVolume doc to mention RGBA support 97ba1fb9 Test multivolume with RGBA inputs bf461af8 Support 4-component RGBA inputs for multivolume Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !10477
-
- Sep 05, 2023
-
-
Sean McBride authored
Previosuly, the checkAbortInterval's was declared outside the vtkSMPTools::For() and so one thread could write to checkAbortInterval while another was reading from it. My solution was to just make another temporary variable that is inside the vtkSMPTools::For().
-
Lucas Gandel authored
-
Lucas Gandel authored
Add changelog.
-
Lucas Gandel authored
-
Lucas Gandel authored
Supports using multivolume with IndependentComponentOff. As in the single-input volume approach, the first three components are used directly as RGB colors without being mapped through the color transfer function.
-
- Sep 01, 2023
-
-
4ddbd141 Test vtkTable with implicit arrays 7da10683 vtkThresholdTable uses vtkTable::GetValue 90adad9b vtkTable uses array GetVariantValue Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim (Kitware) <tiffany.chhim@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10460
-
- Aug 31, 2023
-
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
* This extends support for more arrays (like imlicit arrays), instead of crashing. * This removes the use of old template macros, limiting the risk for unsupported cases (like new implicit arrays)
-
Nicolas Vuaille authored
* This allows to support more arrays (like ImplicitArrays) instead of crashing * Also, this simplifies codes logic, and avoid the use of old template macro
-
9d8f4c87 Update the ref to vtkDICOM remote module Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Ben Boeckel (Kitware) <ben.boeckel@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !10429
-
- Aug 30, 2023
-
-
33be29e1 Remove vtkBandFiltering from release notes 2ddf1f60 Remove (unreleased) DSP module from VTK Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10462
-
8eee1209 OpenXRRemoting: Using XrCheckOutput 6938d685 OpenXR: Downgrade action suggestions to debug output de975060 OpenXR: Generalize XrCheck* into a single method Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Gandel <lucas.gandel@kitware.com> Merge-request: !10450
-
- Aug 29, 2023
-
-
00eabf3e vtkIOSSReader: When reading ex-timeseries detect related files Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10447
-
603753ec Remove Dispatching for Composite and Indexed arrays 37301a94 vtkAffineImplicitBackend: move implementation into its own file 8fd0d339 CommonCore: move ImplicitArrays in from its own module Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Ben Boeckel (Kitware) <ben.boeckel@kitware.com> Merge-request: !10253
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
- Aug 28, 2023
-
-
Spiros Tsalikis authored
This is removed because a recursive include of backends occurs which can not be solved.
-
This hides it from those just looking for the declaration and accidentally instantiating it.
-
Spiros Tsalikis authored
This is needed so that arrays can be dispatched by value including implicit arrays. Also with this change we don't need to include another header just to dispatch implicit arrays.
-
871ffc9f Java: Fix an issue with axes actor API Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10457
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
da508d38 OpenXR: Add suffix path to include and bin cmake detection Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Tiffany Chhim <tiffany.chhim@kitware.com> Reviewed-by:
Alexy Pellegrini <alexy.pellegrini@kitware.com> Merge-request: !10451
-