vedo icon indicating copy to clipboard operation
vedo copied to clipboard

Hover data not displaying?

Open jonnymaserati opened this issue 4 years ago • 3 comments
trafficstars

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... image 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?

jonnymaserati avatar May 14 '21 12:05 jonnymaserati

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

marcomusy avatar May 14 '21 13:05 marcomusy

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?

jonnymaserati avatar May 15 '21 19:05 jonnymaserati

Is this the bug you've previously mentioned and raised an issue for on the VTK project repo?

yes - but they never replied..

marcomusy avatar May 15 '21 19:05 marcomusy