Skip to content

v33.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Feb 17:05
7b411e8

33.0.0-beta.3 (2025-02-27)

Bug Fixes

  • anglewidget: add bounds to AngleWidget (83f04ac)
  • avoid norm16 for textures with linear filtering (3c01212)
  • CanvasView: allow setting canvas element (3c562c5)
  • DataArray: warn on default data type (ba39aae)
  • GLTFImporter: add support for multiple primitives (34d5078)
  • GLTFImporter: fix GLTF Draco normals (96a2643), closes #3192
  • GLTFImporter: fix the environment texture path (9ab3172)
  • IFCImporter: fix normals (b208ebb), closes #3189
  • ImageMapper: blend against black, not cyan (8c73b70)
  • ImageMapper: handle SlicingMode.NONE (2e4c5e4)
  • ImageMapper: label outlines with I/J slicing (cde9a92)
  • ImageMapper: unstable resource reference (46424dc)
  • ImageProperty: add types of label outline funcs (1043314)
  • imagereslicemapper: be less sensitive for "snapping" to nearest orthogonal axis (c962c49)
  • PointPicker: Fixed pointId would be overwritten with multiple actors (18d3a94)
  • RenderWindowInteractor: export interface IPosition (1ca5ba1)
  • shapewidget: improve ShapeWidget example (2d7ce0f)
  • shapewidget: support non axis-aligned slices (88e7b2b)
  • STLReader: apply new requested changes in removeDuplicateVertices (64ab9b7)
  • STLReader: apply requested changes in removeDuplicateVertices (f666163)
  • STLReader: disable removeDuplicateVertices by default (722db8a)
  • URLExtract: use builtin parser (a276d0b)
  • vtkclipclosedsurface: fix initialization of a bidimensional array (a31fa48)
  • vtkXMLPolyDataWriter Support Save FieldData (89758ed)

Features

  • GLTFImporter: add vtkGLTFImporter (0c3933d)
  • IFCImporter: add vtkIFCImporter (1f92f84), closes #3156
  • stlreader: add removeDuplicateVertices method to vtkSTLReader (aa72845)
  • TGAReader: add vtkTGAReader (644df60), closes #3155
  • thresholdpoints: add vtkThresholdPoints filter (8f40fc7)
  • TIFFReader: add vtkTIFFReader (051d540), closes #3169