Bas Ruigrok
Bas Ruigrok
As described in issue #269, the SelectTool does not highlight the right point when zoomed in, making it imposible to select the right point and move it. In issue #269...
Fixes #10623. Best I could come up with is to prohibit dragging using left mouse button when in sketch/editing mode. Dragging is still possible using middle mouse button + right...
While trying to fix an orthographic camera auto clipping problem in FreeCAD, I noticed that during camera motions, for both orthographic and perspective camera, the corners of a part are...
- Renamed the method `NavigationStyle::pan` to `NavigationStyle::setupPanningPlane` and use it in more places to reduce duplicate code - Modified `NavigationStyle::lookAtPoint` to use the panning plane if it can't find a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description In the Dark, Dark Modern, Darker, Light and Light Modern theme,...
This PR introduces a first version for aligning the camera with the normal of a face or with the direction of an edge. I will continue improving its usability after...
Fixes #17246. https://github.com/user-attachments/assets/2a73a41f-5b79-49aa-942b-1551aa8db639
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem description @PaddleStroke, It looks like the global placement function does not return...
Fixes #18202. Setting the `newmode` to IDLE when middle mouse button is released after DRAGGING, ZOOMING or PANNING seems to fix the issue. It doesn't make much sense to me...
I have noticed that a pixi.toml was added recently, very nice! I have been using pixi for some time already. My local pixi.toml was overwritten by the one from the...