Open damienmarchal opened 4 months ago
This was likely unintended. We don't have automated tests for UI features so it's tricky to get everything right. I did a bunch of cleanup of the VBO renderer earlier, but it's still a bit messy and needs more cleanup. I'm away for the summer but can take a look at this in the fall.
Hi @kintel thanks for the reply.
Description In https://github.com/openscad/openscad/pull/3276 was introduced a click on the model to jump to file feature. It seems that VBO and Legacy rendering behave differently regarding this feature. The consequence is that the pop up menu that is filled using the rendering index show a different content between the two renderings. Not exactly a BUG but I'm not sure the change of UX behavior when VBO was made the default renderer was intended.
To Reproduce Steps to reproduce the behavior:
Open openSCAD & open the "logo.scad" file
Right click on the 3D view in one of the hole of the sphere.
The Pop-up menu should display as in screenshot (1)
Recompile same version with USE_LEGACY_RENDERERS set to TRUE
repeat step 1,2,3, the menu should show screenshot(2).
Screenshot 1: Recent master branch
Screenshot 2: Recent master branch compiled with USE_LEGACY_RENDERERS set to TRUE
NB: I'm working on a PR with some part of https://thomaspietrzak.com/bibliography/gonzalez23.pdf and any help on having the legacy behavior using the VBO renderer would be appreciated.