vedo
vedo copied to clipboard
Points do not show
Hi,
One question, the boundary dots of the following example should look red, right?
https://github.com/marcomusy/vedo/blob/master/examples/basic/boundaries.py
I am using the latest version installed directly from here.
Cheers,
yes - infact this is what i get:
can you call from terminal
vedo
to see the version.
here u go
vedo version : 2023.4.4.dev14 https://vedo.embl.es
vtk version : 9.2.6
numpy version : 1.24.3
python version : 3.9.6 (default, Oct 18 2022, 12:41:40) [Clang 14.0.0 (clang-1400.0.29.202)]
python interpreter: /Users/lauavino/Documents/PhD/code/monster/.venv/bin/python
vedo installation : /Users/lauavino/Documents/PhD/code/monster/.venv/lib/python3.9/site-packages/vedo
system : Darwin 21.6.0 posix arm64
monitor : info is unavailable. Try "pip install screeninfo".
💡 No input files. Try:
> vedo https://vedo.embl.es/examples/data/panther.stl.gz
that's funny... I will try to reproduce the issue on a OSX and get back to you.
If it can be of help on my OSX it's working as expected, here are my info:
vedo version : 2023.4.4.dev16 https://vedo.embl.es vtk version : 9.2.2 numpy version : 1.24.3 python version : 3.10.11 (main, Apr 20 2023, 13:59:00) [Clang 14.0.6 ] python interpreter: /Users/gio/anaconda3/bin/python vedo installation : /Users/gio/anaconda3/lib/python3.10/site-packages/vedo system : Darwin 20.6.0 posix x86_64 monitor (primary) : None, resolution=(1280, 800), x=0, y=0
yep.. same here.. it seems ok.
_________________________________________________________________
vedo version : 2023.4.4.dev14 https://vedo.embl.es
vtk version : 9.2.6
numpy version : 1.24.2
python version : 3.10.9 (main, Jan 11 2023, 09:18:20) [Clang 14.0.6 ]
python interpreter: /Users/mmusy/miniconda3/bin/python
vedo installation : /Users/mmusy/miniconda3/lib/python3.10/site-packages/vedo
system : Darwin 21.6.0 posix x86_64
@gioda you should upgrade vtk with
pip install vtk -U