Published June 18, 2023
| Version v2023.4.5
Software
Open
marcomusy/vedo: 2023.4.5
Authors/Creators
- Marco Musy1
- Guillaume Jacquenot
- Giovanni Dalmasso2
- Jaewook Lee3
- Ruben de Bruin4
- Johannes Soltwedel5
- Mikael Tulldahl
- Ahinoam Pollack
- Brandon Hacha6
- Federico Claudi7
- Codacy Badger8
- Anton Sol
- RobinEnjalbert
- Zhi-Qiang Zhou9
- Andrey Yershov10
- Bane Sullivan11
- Brian Lerner12
- Daniel Hrisca
- Diego Volpatto13
- Evan14
- Franco Matzkin15
- mkerrinrapid
- Nico Schlömer16
- RichardScottOZ17
- Xushan Lu
- Oliver Schneider
- 1. EMBL
- 2. CRM
- 3. TU Wien
- 4. Freelance - RDBR
- 5. DFG cluster of excellence, Physics of Life, TU Dresden
- 6. UW-Madison
- 7. MIT
- 8. Codacy
- 9. Tsinghua University
- 10. IAOB
- 11. @Kitware
- 12. @builtrobotics
- 13. @ESSS
- 14. PASQAL
- 15. @sinc_i
- 16. Monday Tech
- 17. OZ Minerals
Description
Main changes
- Rename module
io.pytofile_io.pyto avoid overriding stlibio. - Complete revision of cutter widgets functionality
- Integration in napari thanks to @jo-mueller
- method
plotter.add()no more accepts keywordrender=True/False. Please useplotter.add().render()explicitly. Same thing forplotter.remove().
- added gpu acceleration for CLI volumetric visualization in #832 by @zhang-qiang-github
- fixes for
k3djupyter backend - added
plotter.fov(value)(field of view, the so called "fish-eye" effect) - fix
ploter.get_meshes() - fix for
plotter.remove(unpack_assemblies=False)method - fix for
io.import_window()method - added
cut_with_cookiecutter()to cut 2D contours. - fix
shapes.NormalLines()class - added
vedo.interactor_modesmodule - added
vedo.interactor_modes.BlenderStyleclass - added
base.pointdata.clear()to remove all associated data - added
volume.hide_voxels()for visualization - added
Event.timeridattribute - fix to
Volume.operationby @DanKrsi - fix links in
pyplotexamples by @androbaza - fix
screenshot_scaleand remove it from settings. - allow initializing
ScalarBarwith a tuple range(min, max) - Update API Documentation for Changing Backend by @bhacha
- Add
application.Browser().play()to autoplay a slider - Add
pad()to padding a Volume with zeros voxels (useful todilate()) - Add
ProgressBarWidget()to show a progress bar in the rendering window - Fix Scalarbar3D logscale and change separator symbol by @XushanLu
- Fix
vedo/interactor_modes.mouse_left_move()by @MiticoDan - Added
applications.AnimationPlayerclass by @mikaeltulldahl - fix convex hull in 2D by @ManuGraiph
examples/basic/sliders_range.py
examples/basic/interaction_modes.py
examples/advanced/timer_callback3.py
examples/advanced/warp6.py
examples/pyplot/histo_1d_e.py
examples/other/tensor_grid2.py
examples/simulations/airplane1.py
examples/simulations/lorenz.py
examples/simulations/gas.py
examples/simulations/aspring2_player.py
Files
marcomusy/vedo-v2023.4.5.zip
Files
(4.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:598776c5455c414275759359ceb74869
|
4.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/marcomusy/vedo/tree/v2023.4.5 (URL)