Published October 13, 2020
| Version 2020.4.1
Software
Open
marcomusy/vedo: 2020.4.1
Authors/Creators
- 1. EMBL
- 2. University of Salzburg
- 3. Freelance - RDBR
- 4. Codacy
- 5. @Kitware
- 6. ESSS
- 7. Tsinghua University
Description
New in
vedo 2020.4.1
- Fixed
pipproblem (hopefully solving issue #185 raised by @RizzerOnGitHub) - Typo in readme fixed (thanks to @danielhrisca)
- Global variable
settings.collectable_actorsis now obsolete and void. - Various minor issues have been fixed too.
buildAxes()now admits a header titleaddScalarBar3D()returnsself, use self.scalarbar to access the scalarbar object (e.g for scaling, rotating and repositioning it)makeLUT()renamed tobuildLUT()with new examples, which includes indicators for NaN's and out of scale values:
setTransform()->applyTransform()accepts now a python or numpy matrix (thanks to @FedeClaudi input)- added removePointArray() and removeCellArray() methods
- added
divergence(),vorticity()methods - added
removePointArray()andremoveCellArray()methods (thanks to @Tai-Hsien input)
- added
ask()method to prompt user input from command line - added
printc(dbg=1)mode to help debugging
load()method can load and return normal npy or npz numpy data files
clone(deep=True),deepcan be False to generate a shallow copy of the obj.
polygonize(), create a polygonal Mesh from a Picture by filling regions above a specified threshold
flyTo(), fly camera to the specified point.export(), to export scene.npz
interpolateDataFrom(), Interpolate over source to port its data onto the current object using various kernels.
- removed directedgraph.clean() because it's just wrong (might marginally affect @DeepaMahm)
- added
whisker()function to generate whisker-style plots
- added
CSplineclass, to generate a Cardinal Spline object.
vedo -r interpolateMeshArray
vedo -r interpolateScalar1
vedo -r spline_draw
vedo -r mesh_lut
vedo -r whiskers
Files
marcomusy/vedo-2020.4.1.zip
Files
(11.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:0ee59b77fab14943b5a31fc4a6a62364
|
11.5 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/marcomusy/vedo/tree/2020.4.1 (URL)