Skip to content

Tags: Kitware/vtk-js

Tags

v34.16.2

Toggle v34.16.2's commit message
fix(Example): resliceCursorWidget example cannot find gui element

v34.16.1

Toggle v34.16.1's commit message
fix(datasetattributes): Fix active attribute assignment

This change fixes an issue where setting different attributes after
initializing the dataset causes the active attributes to be retained
from previous dataset state.

v34.16.0

Toggle v34.16.0's commit message
test(ColorMaps): Update test baseline image for colormap presets

v34.15.5

Toggle v34.15.5's commit message
fix(ImageMarchingSquares): lint fix - prettier

v34.15.4

Toggle v34.15.4's commit message
fix(InteractiveOrientationWidget): use umd import path

v34.15.3

Toggle v34.15.3's commit message
fix(IFCImporter): optimize IFC parsing

v34.15.2

Toggle v34.15.2's commit message
fix(vtkviewnode): fix addMissingNodes with enforceOrder

enforceOrder was forcing the dataObjs nodes to be the first children. That had the disadvantage to
make the OpenGLCamera the last item, and slow to be found. Instead, enforceOrder now simply enforce
that the created missing nodes are following each others.

fix #3497

v34.15.1

Toggle v34.15.1's commit message
fix(links): clear Cells and Links arrays when polydata is cleared

BuildLinks enforces building cells only if they do not exist. When clearing the polydata, cells and
links must be cleared accordingly. Same when verts, lines, polys and strips arrays are changed

fix #3361

v34.15.0

Toggle v34.15.0's commit message
feat: scalarBar setOrientation, consistent ordering of options: horiz…

…,vert,auto

scalarBar setOrientation, consistent ordering of options: horiz,vert,auto

#3349

v34.14.0

Toggle v34.14.0's commit message
feat(TransformControlsWidget): add select in example