vedo
vedo copied to clipboard
Hover data not displaying?
Hi there
I've noticed that hover data has stopped showing (for me at least)... is this a known issue?
I have the following code:
if names is not None:
m_vedo.name = names[i]
m_vedo.flag()
meshes_vedo.append(m_vedo)
and it looks like the properties are written...
but there's no hover data when I show the plot?
I tried the geological example to check if it's just my code, but no hover data there either? Maybe this is related to the VTK update?
Hi, I disabled them in Linux-VTK9 basically because of a bug in vtk which causes crash.
You may try
settings.sys_platform = "generic"
to force reenable them
You can check your vedo installation with
vedo --info
Thank you... I'll take a look!
Is this the bug you've previously mentioned and raised an issue for on the VTK project repo?
Is this the bug you've previously mentioned and raised an issue for on the VTK project repo?
yes - but they never replied..