Search found 20138 matches

by wmayer
Sat Apr 13, 2024 1:01 pm
Forum: Help on using FreeCAD
Topic: Tools|Customize segfaulting
Replies: 5
Views: 504

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: 10
Views: 905

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: 504

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: 46
Views: 4182

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...
by wmayer
Sat Apr 13, 2024 8:28 am
Forum: Help on using FreeCAD
Topic: Tools|Customize segfaulting
Replies: 5
Views: 504

Re: Tools|Customize segfaulting

If I start FreeCAD and then click Tools|Customize from the menu, it SEGfaults. Can you somehow get a callstack to see where it crashes? 0.21.2 now also segfaults! How old is your 0.21? Have you observed this crash earlier or did this happen all the sudden? Do you use a self-compiled version or one ...
by wmayer
Fri Apr 12, 2024 9:09 am
Forum: Open discussion
Topic: Merging Fasteners and Gears in Part wb?
Replies: 28
Views: 2352

Re: Merging Fasteners and Gears in Part wb?

Just have a look at: https://github.com/looooo/freecad.gears/tree/4e6223bffa44c2cd66b5047b9b0d8bbe9bbd9a3e License GNU General Public License v3.0 and: https://github.com/shaise/FreeCAD_FastenersWB/tree/def9cfed22398336973ef41e291561e06eb5c155 License GPLv2 which renders irrelevant any further discu...
by wmayer
Fri Apr 12, 2024 5:57 am
Forum: Python scripting and macros
Topic: How to use App::PropertyColorList
Replies: 7
Views: 524

Re: How to use App::PropertyColorList

the property wont appear under "Animation". The property is created though, because when I do:
This is because there is currently no property editor implemented.
by wmayer
Wed Apr 10, 2024 1:16 pm
Forum: Help on using FreeCAD
Topic: (clarified) Unexpected colors in dev?
Replies: 39
Views: 2522

Re: (clarified) Unexpected colors in dev?

https://github.com/FreeCAD/FreeCAD/pull/13332 is now finished. It fixes all issues I have observed.