There is a newer version of the record available.

Published October 18, 2022 | Version v2022.4.1
Software Open

marcomusy/vedo: 2022.4.1

  • 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

This version includes various fixes, but the most important thing is that it implements the snake_case naming scheme (instead of camelCase) for all class methods and functions, so e.g. code like this (in vedo==2022.3.1):

mesh = Mesh("bunny.obj")
mesh.cutWithPlane()

now becomes (in vedo==2022.4.1):

mesh = Mesh("bunny.obj")
mesh.cut_with_plane()     ##### <----

Check out the docs in case of doubts.

See discussion #705 @jkissi @zhang-qiang-github @XushanLu @Gjacquenot @FedeClaudi @ManuGraiph @infinity77 @lukablagoje @LogWell @Amin-Fakia @nantille

addons.py
  • improved slider callback interface
mesh.py
  • fixed issue #593
volume.py
  • can warp scalars in a volumetric dataset with warp()
New/Revised Examples
examples/pyplot/fill_gap.py
examples/basic/sliders_hsv.py
examples/volumetric/slicer2.py
examples/volumetric/warp_scalars.py
examples/other/qt_window3.py

Files

marcomusy/vedo-v2022.4.1.zip

Files (6.8 MB)

Name Size Download all
md5:90a71c32a39bff4dc95f469d50c1d04d
6.8 MB Preview Download

Additional details

Related works