Published November 23, 2020
| Version 2020.4.2
Software
Open
marcomusy/vedo: 2020.4.2
Creators
- 1. EMBL
- 2. University of Salzburg
- 3. Freelance - RDBR
- 4. Codacy
- 5. @Kitware
- 6. ESSS
- 7. Tsinghua University
Description
Main changes
Removed restriction VTK<9. Even so, VTK9 seems significantly slower and unexpected behaviors are still possible.
Various minor issues have been fixed.
addons.py:
- name change
addLight()
->Light()
. Improved API. Revised examplebasic/lights.py
(thanks to @mit10000 and @theponpon input #249) - added size keyword for
addScalarBar()
to control size in pixels (@RubendeBruin #237)
io.py:
- added default bitrate specification
Video.options="-b:v 8000k"
(forffmpeg
) seems to produce much better quality results - tested on linux system only.
plotter.py:
- modified plotter.addLight()
- added warning to non-existing camera keywords (@FedeClaudi #244)
- In rendering window:
- pressing
3
cycles over predefined set of textures for clicked Mesh objects - pressing
I
picks the color under the mouse (usescolors.pickColor()
)
- pressing
shapes.py:
- added class
Brace
(see example scatter3.py) - can
sweep()
aLine
object to create a surface
vedo -r rgbaImage
vedo -r cutWithMesh2
vedo -r scatter3
vedo -r lights
vedo -r plot_density4d
(thanks to @edmontz)
vedo -r app_raycaster
vedo -r app_isobrowser
Files
marcomusy/vedo-2020.4.2.zip
Files
(11.5 MB)
Name | Size | Download all |
---|---|---|
md5:830bfc4c1a52b4cff06f19bbc452159a
|
11.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/marcomusy/vedo/tree/2020.4.2 (URL)