There is a newer version of the record available.

Published August 24, 2022 | Version v2022.3.0
Software Open

marcomusy/vedo: 2022.3.0

  • 1. EMBL
  • 2. Freelance - RDBR
  • 3. University of Salzburg
  • 4. DFG cluster of excellence, Physics of Life, TU Dresden
  • 5. MIT
  • 6. Codacy
  • 7. Tsinghua University
  • 8. @Kitware
  • 9. @builtrobotics
  • 10. @ESSS
  • 11. PASQAL
  • 12. OZ Minerals

Description

Main changes

  • pep8 parsing with pylint and general cleanup of the code.
  • Volume(np_array) does not need array to be transposed anymore. Warning: this may cause flipping of the x-z axes!
applications.py
  • added SplinePlotter object
pointcloud.py
  • bug fix in clone()
  • added labels2D()
  • added logscale for colormapping in method cmap(..., logscale=True)
  • added explicit label formatting for scalarbars, @XushanLu
plotter.py
  • added breakInteraction() to break window interaction and return to the python execution flow
picture.py
  • added class MatplotlibPicture to embed matplotlib figures as 2d objects in the scene.
shapes.py
  • Added text() method to update 3d text on the fly, by @mkerrin
  • Added pcaEllipse() analogous to pcaEllipsoid() for 2D problems.
utils.py
  • added getUV() method to get the texture coordinates of a 3D point
volume.py
  • Volume(np_array) does not need array to be transposed anymore. Warning: this may cause flipping of the x-z axes!
  • added slicePlane(autocrop=False)
Examples New/Revised
examples/basic/input_box.py
examples/basic/pca_ellipse.py
examples/advanced/capping_mesh.py
examples/volumetric/numpy2volume2.py
examples/volumetric/numpy2volume1.py
examples/pyplot/fourier_epicycles.py
examples/pyplot/histo_pca.py
examples/pyplot/histo_1d_b.py
examples/other/flag_labels.py
examples/other/remesh_tetgen.py
examples/other/pymeshlab2.py

Files

marcomusy/vedo-v2022.3.0.zip

Files (6.8 MB)

Name Size Download all
md5:958e009aa934b444f358902af1a7d31c
6.8 MB Preview Download

Additional details

Related works