marcomusy/vedo: 2021.0.3
Authors/Creators
- 1. EMBL
- 2. University of Salzburg
- 3. Freelance - RDBR
- 4. Codacy
- 5. @Kitware
- 6. ESSS
- 7. Tsinghua University
Description
- General improvements to the
vedocommand line colorcetcolormaps are directly usable invedo. Check examplebasic/mesh_custom.pygeneral tool for free-hand cutting a mesh can be invoked from command line:
vedo --edit https://vedo.embl.es/examples/data/porsche.plyadded example search by command line e.g.:
vedo --search triangle -i(-ito ignore capital letters)added file(s) info dump by command line e.g.:
vedo --info some_image.jpg https://vedo.embl.es/examples/data/porsche.plypressing
shift-Atoggles antialiasing for the whole rendering windowpressing
shift-Dtoggles depth-peeling algorithm for the current rendererantialiasing set by default on vtk9
- balloon-style flags are disabled because of a bug in vtk9
Consider installing VTK 8.1.2 for better visualisations when possible (unfortunately this slightly older version is no more available for python >=3.8)
base.py
- corrected bug on
diagonalSize()returning a wrong value
addons.py
- added
addSplineTool()to interactively spline points in space - added
labelRotationin addScalarBar3D - added
xShiftAlongYkeywords inAxesto slide the whole axis position along another axis - added
xAxisRotationto rotate the whole axis (ticks and labels) addScalarBar3D()can now render categorical data
colors.py
- fixed small issue in
printcto support different terminals
mesh.py
computeNormals()is no more changing the nr of mesh points unlessfeatureAngleis specified- added keywords:
featureAngle=None, consistency=True
- added keywords:
intersectWithLine()can now return cell ids, not just points
plotter.py
- improved automatic text management in
show("some text") - added
computeWorldPosition(point2d)to get the 3d point in the scene from a screen 2d point - added
addSplineTool()to interactively spline points in space - small fix in
plotter.add()for offscreen mode. - added
topicture()to render a scene into aPictureobject (to crop, mirror etc)
picture.py
- added FFT and RFFT, added example
fft2d.py - can save
Pictureobj to file as jpg or png
pointcloud.py
- added
cutWithBox(),cutWithLine(),cutWithSphere()andcutWithCylinder()methods
shapes.py
- fixed small bug in
Glyph
volume.py
- added class
VolumeSlicefor volume-sliced visualization.
utils.py
- added
roundToDigit(x,p), round number x to significant digit
vedo -r koch_fractalvedo -r mesh_customvedo -r fft2dvedo -r lines_intersectvedo -r cutFreeHandvedo -r spline_toolvedo -r legendboxvedo -r read_volume3vedo -r multi_viewer2
Files
marcomusy/vedo-2021.0.3.zip
Files
(11.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:ae378691d113f72e4ccad73c08216d45
|
11.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/marcomusy/vedo/tree/2021.0.3 (URL)