Bas Ruigrok

Results 43 comments of Bas Ruigrok

I am currently trying to make a command. Would be nice if you could make the icon and place it in the right spot after I created the draft PR.

I looked into it and currently, when you exit the sketch mode, the camera is restored to its orientation before you entered the sketch mode, without animations. The problem is...

It indeed exits whatever is active first, regardless of what is active. However, this code is not specific to the tree view or sketches: https://github.com/FreeCAD/FreeCAD/blob/7d738f161a64b1fc154abed244603a89b3439617/src/Gui/Document.cpp#L296-L301

I have no idea but I am trying to compile with qt6 right now.

It seems that the behavior of `glReadPixels(...)` is different but I don't know why or how to fix it. https://github.com/FreeCAD/FreeCAD/blob/eb3e83b97a345620e0e26f3051d3d7a3f26755c6/src/Gui/NaviCube.cpp#L936-L937

Don't know if it is dpi scaling. If I write the `QtGLFramebufferObject` to a file by inserting this code: ``` auto img = m_PickingFramebuffer->toImage(); img.save(QString::fromStdString("test.png")); ``` here: https://github.com/FreeCAD/FreeCAD/blob/eb3e83b97a345620e0e26f3051d3d7a3f26755c6/src/Gui/NaviCube.cpp#L930 Then with...

I think it is one problem. The mouse interaction with the navigation cube is not working because it can't decide which face is hovered/selected in `NaviCubeImplementation::pickFace` which is caused by...

I would like to take a look, but what exactly is the problem, can someone show a video and/or reproduction steps? If I understand correctly this problem happens on Windows...

@MisterMakerNL, I don´t understand style sheets. When I change something in src/Gui/Stylesheets nothing happens even if I remove files. How do you change something and see the result?