You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -19,6 +33,7 @@ The WASM bundle is available here:
19
33
__June 23, 2025__
20
34
21
35
See [vtk/vtk!12192](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12192)
36
+
- vtkScalarBarActor: update reference coordinates when setting position coordinate.
22
37
- Fix deserialization of `vtkAlgorithm` inputs
23
38
- Fix serialization of `vtkDataSetMapper` inputs
24
39
- Enables (de)serialization of necessary indexed properties in _RenderingAnnotation_
@@ -100,7 +115,7 @@ in the _InteractionWidgets_ module.
100
115
101
116
__June 4, 2025__
102
117
103
-
-[vtk/vtk!12167] fixed serialization for various classes and enables serialization for more classes in the _ImagingCore_, _ImagingColor_, _RenderingGridAxes_, and the _RenderingImage_ modules.
118
+
-[vtk/vtk!12167](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12167) fixed serialization for various classes and enables serialization for more classes in the _ImagingCore_, _ImagingColor_, _RenderingGridAxes_, and the _RenderingImage_ modules.
104
119
- The `vtkSignedCharArray` class now has serialization enabled.
105
120
- The redundant width/height properties of vtkActor2D are now excluded from (de)serialization.
106
121
@@ -139,7 +154,7 @@ WebGPU classes in VTK are now serialized and available in the vtkWebAssemblyAsyn
139
154
140
155
__May 27, 2025__
141
156
142
-
[vtk/vtk!12142] fixes serialization errors that arise when serializing classes in the _RenderingVolume_ module.
157
+
[vtk/vtk!12142](https://gitlab.kitware.com/vtk/vtk/-/merge_requests/12142) fixes serialization errors that arise when serializing classes in the _RenderingVolume_ module.
0 commit comments