Search found 20133 matches

by wmayer
Sun Apr 14, 2024 12:09 pm
Forum: Help on using FreeCAD
Topic: Std_TreeSelectAllInstances usage?
Replies: 2
Views: 231

Re: Std_TreeSelectAllInstances usage?

It's possible that an instance of an object is referenced by several parent objects. E.g. create a cube and a cylinder. Select both and create a union, a cut and an intersection. Now it's one and the same instance of the cube and cylinder that are referenced by the Fusion, Cut and Common features. I...
by wmayer
Sun Apr 14, 2024 11:29 am
Forum: Help on using FreeCAD
Topic: Std_Expressions usage?
Replies: 1
Views: 215

Re: Std_Expressions usage?

It's something very special which I guess not many people use. So, it should be removed from the context-menu and added to the Edit menu -- or we can remove it completely from the GUI. It is also strange that they can only be pasted once. This is because after pasting the content it copies the expre...
by wmayer
Sun Apr 14, 2024 7:02 am
Forum: Help on using FreeCAD
Topic: When working with 2 documents, unexpected switch from one to the other
Replies: 45
Views: 4026

Re: When working with 2 documents, unexpected switch from one to the other

If you go back to the default style what's the output of

Code: Select all

from PySide import QtWidgets

QtWidgets.QApplication.style()
QtWidgets.QApplication.style().metaObject().className()
Knowing that it's related to the style is already a huge step forward.
by wmayer
Sun Apr 14, 2024 6:50 am
Forum: Help on using FreeCAD
Topic: When working with 2 documents, unexpected switch from one to the other
Replies: 45
Views: 4026

Re: When working with 2 documents, unexpected switch from one to the other

Is there a way to increase the logging level? There's nothing here about my activity generating the fault.
There is a bug where most of the log messages are sent to the void. This has been fixed recently with git commit 1d5de9d35688
by wmayer
Sun Apr 14, 2024 6:31 am
Forum: Help on using FreeCAD
Topic: (SOLVED) Start the freecad version installed in Linux multiple times?
Replies: 2
Views: 210

Re: Start the freecad version installed in Linux multiple times?

Check the file freecad.desktop of the installed version. It presumably contains the program option "--single-instance". With sudo you can edit the file and remove the option.
by wmayer
Sat Apr 13, 2024 1:01 pm
Forum: Help on using FreeCAD
Topic: Tools|Customize segfaulting
Replies: 5
Views: 495

Re: Tools|Customize segfaulting

The version number of a the new build must be >= 0.22.0dev.36823
by wmayer
Sat Apr 13, 2024 12:46 pm
Forum: TechDraw
Topic: API: getVertexBySelection() is broken in version 0.21.x
Replies: 9
Views: 783

Re: API: getVertexBySelection() is broken in version 0.21.x

Is the code you posted not working after 10 seconds? Or is that just a minimal example? 1 second is enough here for the sample code. If there is a more complex version, I'd be happy to look at it. I copy & paste the whole code into the Python console and I can confirm that using 3 seconds doesn...
by wmayer
Sat Apr 13, 2024 10:45 am
Forum: Help on using FreeCAD
Topic: Tools|Customize segfaulting
Replies: 5
Views: 495

Re: Tools|Customize segfaulting

I'm using the Conda builds. I've not seen the crash before today. The 21.2 is the stable Mac conda build.
OK, I think I know how to fix it and will prepare a PR. Please report back once you have the new version to hopefully confirm that it solves the problem.
by wmayer
Sat Apr 13, 2024 10:04 am
Forum: Help on using FreeCAD
Topic: When working with 2 documents, unexpected switch from one to the other
Replies: 45
Views: 4026

Re: When working with 2 documents, unexpected switch from one to the other

I had this only on very few occasions, where a restart of FreeCAD fixed it. In case it has something to do with report view, here are my settings: It is 100% reproducable for me. Your report view settings were almost the same as mine. Changing to yours had no effect. If it's reliably reproducible c...