Hi,
The vertex visibility of a PolyData cannot be changed after the first renderWindow->Render();
Any change to its attributes (e.g. color, size,…) works, but visibility is stuck in the previous state.
For reproduction, you can take this code:
https://gitlab.kitware.com/vtk/vtk/-/blob/master/Rendering/Core/Testing/Cxx/TestVertexVisibility.cxx
and add renderWindow->Render();
on line 45
Is this normal behavior?
Thanks in advance,
Julien
1 Like
For context I am using vtk 9.5.0
lgivord
(Lucas Givord (Kitware))
August 11, 2025, 8:21am
3
Hello @Julien_Champagnol ,
Being able to change the vertex visibility between Render call should be possible, so it’s probably a bug in vtk
FYI @jaswantp
Hello,
Thanks for your reply, should I open a new issue ?
Julien
lgivord
(Lucas Givord (Kitware))
August 11, 2025, 8:23am
5
yes it would be nice, thanks in advance.
jaswantp
(Jaswant Panchumarti (Kitware))
August 12, 2025, 12:53pm
7
This is fixed and will be available in 9.5.1
2 Likes
BotellaA
(Arnaud Botella)
August 12, 2025, 1:06pm
8
Thanks for the quick fix!
Do you have a rough idea of the release date?
jaswantp
(Jaswant Panchumarti (Kitware))
August 12, 2025, 1:09pm
9
Looks like it is 08/18 or sometime next week.
@mwestphal @vbolea @sankhesh
1 Like