Cura 4.2.1 have problem with select model. Sometimes i can not select a model into bed. And can't rotate selected model.
Hello @userosos, Does this happen for specific models, or all of them?
@rburema all of them
Sometimes i can not select a model into bed.
Do you mean that the model is below the build-plate when you try to select it?
@rburema
Do you mean that the model is below the build-plate when you try to select it?
Yes. I has the problem regularly but not all of them models which are located on the build-plate.
So if I understand correctly, the following .gif illustrates the problem?

The gray area is the 'shadow' of the model, not the actual model, so it can't be used to select it. Which is more difficult, since the object is not visible below the build-plate?
So if I understand correctly, the following .gif illustrates the problem?
The gray area is the 'shadow' of the model, not the actual model, so it can't be used to select it. Which is more difficult, since the object is not visible below the build-plate?
No. I can not select model sometimes. But i can not replay the bug now.
Are you using the Sidebar GUI plugin?
Are you using the Sidebar GUI plugin?
Yes. I use the plugin.
I can sometimes reproduce it.
I'm looking into it.
I've had this problem for the past 2 years. There seem to be some invisible zones in the 3D scene where the selection area wasn't properly rendered or something. It's pretty hard to reproduce though.
I have sofar been unable to reproduce it with https://github.com/Ultimaker/Uranium/pull/518 in place.
I am not sure if the selectionpass is to blame; I inspected the selectionpass with RenderDoc (an OpenGL debugger) and the selectionpass rendered fine. It might be that something that is not currently visible is interfering with the mouse coordinates.
@rburema has had a similar issue on a branch that he was working on and that was fixed by Ultimaker/Uranium#518 as well. That gives me sufficient confidence that this issue is also fixed by it. Thanks fieldOfView!