vedo icon indicating copy to clipboard operation
vedo copied to clipboard

Points do not show

Open LauAvinyo opened this issue 2 years ago • 5 comments

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 Screen Shot 2023-05-25 at 12 11 11 PM

I am using the latest version installed directly from here.

Cheers,

LauAvinyo avatar May 25 '23 10:05 LauAvinyo

yes - infact this is what i get:

Screenshot from 2023-05-25 12-33-20

can you call from terminal

vedo 

to see the version.

marcomusy avatar May 25 '23 10:05 marcomusy

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

LauAvinyo avatar May 25 '23 12:05 LauAvinyo

that's funny... I will try to reproduce the issue on a OSX and get back to you.

marcomusy avatar May 25 '23 12:05 marcomusy

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

gioda avatar May 25 '23 20:05 gioda

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

marcomusy avatar May 25 '23 22:05 marcomusy