Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
6.8.0
-
None
-
Windows 10, Qt 6.8.0 via PySide
-
18f280eed (dev), 385385dc4 (6.9), 4f267e4fe (6.8)
Description
Running the attached code will render three squares (red, green, blue). After one second the blue square is removed from the Shape by popping it from the data property. And after another second the green square is removed, and after that the red square.
When using the curve renderer, this does not work at all, all of the squares remain rendered.
When using the geometry renderer, the first two squares are removed, but the last square (the red one) persists.
When using the software renderer, everything works as expected - the scene is white after three seconds.