Search found 20145 matches

by wmayer
Sat Apr 13, 2024 10:45 am
Forum: Help on using FreeCAD
Topic: Tools|Customize segfaulting
Replies: 5
Views: 519

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: 47
Views: 4330

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

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

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

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

Re: (clarified) Unexpected colors in dev?

https://github.com/FreeCAD/FreeCAD/pull/13332 is now finished. It fixes all issues I have observed.
by wmayer
Tue Apr 09, 2024 3:33 pm
Forum: Help on using FreeCAD
Topic: (clarified) Unexpected colors in dev?
Replies: 39
Views: 2558

Re: (clarified) Unexpected colors in dev?

I have prepared a PR that demonstrates all the observed regressions: https://github.com/FreeCAD/FreeCAD/pull/13372
With this PR the issues are fixed. However, there is now a failing unit test that has passed before.
by wmayer
Tue Apr 09, 2024 6:09 am
Forum: Help on using FreeCAD
Topic: (clarified) Unexpected colors in dev?
Replies: 39
Views: 2558

Re: (clarified) Unexpected colors in dev?

Now transparency goes from 0-100, as before. But also FreeCAD support the alpha channel. Would it not make sense, to use this explicit channel? We already do use it here and there. But currently it doesn't work very well to define colors and alpha value per face. It must be checked if it's a genera...
by wmayer
Tue Apr 09, 2024 5:54 am
Forum: Forum in Deutsch
Topic: Problem mit neuem Materialsystem
Replies: 37
Views: 1637

Re: Problem mit neuem Materialsystem

Es ist nicht unüblich, bei einem Materialhandler auch Farbe zuzuweisen. Oft sind es Signalfarben. Man könnte es ja so gestalten, dass einem Objekt zugewiesenes Material zunächst eine bestimmte Standardfarbe setzt, falls diese dort definiert ist. Danach sollte der Anwender aber die Möglichkeit haben...