Benjamin Bræstrup Sayoc

Results 152 comments of Benjamin Bræstrup Sayoc

I'm not sure what the solution is here. We could also just let the Python command fail in those cases, where it isn't supported?

I have been thinking about this, and I'm not sure it makes sense to implement on the Group object. This is essentially an issue for all objects: it should be...

@jrfonseca as I remember, `-s` only worked for labels. These are IDs.

[callgrind.out.102239.txt](https://github.com/user-attachments/files/17261670/callgrind.out.102239.txt) ``` $ gprof2dot --format=callgrind -n 0 -e 0 --output=out.dot -s callgrind.out.102239 $ dot -Tsvg out.dot -o graph.svg Error: out.dot: syntax error in line 51790 scanning a quoted string (missing...

https://github.com/FreeCAD/FreeCAD/blob/7ed1e9380acccd686a0e3573f883ac793aec3299/src/Mod/TechDraw/Gui/Command.cpp#L889-L907 @WandererFan Dude, we seriously need to do something about this. It's way too complicated retrieving just the base view from selection. And the code is just copy-pasted everywhere.

@WandererFan, ready for review. This should be tested broadly, as there were multiple issues with rotating the incorrect direction and such stuff. Issue was, that `Base::Vector2d::GetAngle(otherVector)` would give the same...

![image](https://github.com/user-attachments/assets/eb3a9188-ecef-4f68-8b11-408ccdb3d6c6) Better late than never