Skip to content

Version 22.0.1

Compare
Choose a tag to compare
@lauramurgatroyd lauramurgatroyd released this 10 May 15:19
· 125 commits to master since this release
f334e76
  • requires vtk 8.1.2
  • Fixes enabling and disabling slice with 's' key in 3D viewer
  • Adds widget for slicing a volume with the 'c' key in the 3D viewer
  • Add light to 3D viewer
  • Add a few utility methods for volume rendering in 3D viewer
  • Create utils/io.py with code to save current render as PNG
  • Increments number in name of file when saving render to PNG, so multiple captures can be made without them overwriting each other.
  • Add vtkImageResampler, which downsamples from memory
  • When a new 3D image is input, volume render is updated and clipping planes are cleared
  • No need to specify VTK array name when writing to HDF5
  • Allow setting both 4D index and 4D slice index when reading 4D HDF5 dataset