Search found 4839 matches

by uwestoehr
Mon Mar 27, 2023 5:59 pm
Forum: Developers corner
Topic: [Tracking] Backport commits to 0.20 branch
Replies: 75
Views: 66276

Re: [Tracking] Backport commits to 0.20 branch

Syres wrote: Mon Mar 27, 2023 2:40 pm Here's another fix from today git commit ca935a4
Thanks backported.
by uwestoehr
Mon Mar 27, 2023 5:57 pm
Forum: Open discussion
Topic: [Please Vote] FPA Logo
Replies: 77
Views: 12596

Re: [Please Vote] FPA Logo

C, D, E
by uwestoehr
Mon Mar 27, 2023 5:52 pm
Forum: Developers corner
Topic: Notification Area issues
Replies: 63
Views: 7323

Re: Notification Area issues

It's even nicely documented in the sources: https://github.com/FreeCAD/FreeCAD/blob/a75f194af702a5689f3632a724f702ad39cd678a/src/App/PropertyLinks.h#L63 So an employee who got a file to something with it, should look at the source code? I am a bit shocked that this is your understanding of a produc...
by uwestoehr
Mon Mar 27, 2023 5:49 pm
Forum: Developers corner
Topic: Notification Area issues
Replies: 63
Views: 7323

Re: Notification Area issues

It took me less than a minute to find and fix it. We discuss here about what _every_ user will see by default. If I cannot resolve it by myself, how should a non-developer do? And, more important: Can the user fulfill his task to perform the simulation? Hes he can so there is no need to bother ever...
by uwestoehr
Mon Mar 27, 2023 4:46 pm
Forum: Developers corner
Topic: Notification Area issues
Replies: 63
Views: 7323

Re: Notification Area issues

abdullah , chrisb , to give you an example, see this post: https://forum.freecad.org/viewtopic.php?p=671390#p671390 This is a typical case where a warning steals you time as hell. I spent now one hour (sic!) and still do not even understand what the message means. And I am a relatively experienced ...
by uwestoehr
Mon Mar 27, 2023 4:43 pm
Forum: Developers corner
Topic: unexplainable out of scope warning
Replies: 5
Views: 879

unexplainable out of scope warning

Working on a simple FEM model: trial3_transient.FCStd I get permanently a warning when I close the constraint transform dialog: Fem::ConstraintTransform: Link(s) to object(s) 'Pad' go out of the allowed scope 'ConstraintTransform'. Instead, the linked object(s) reside within 'Body Body'. I already s...
by uwestoehr
Mon Mar 27, 2023 3:32 pm
Forum: FEM
Topic: new features in the FEM WB - March 2023
Replies: 5
Views: 27504

Re: new features in the FEM WB - March 2023

NewJoker wrote: Mon Mar 27, 2023 10:46 am I guess that you meant "does also work", right ?
I meant "does _now_ also work" :)
by uwestoehr
Mon Mar 27, 2023 1:38 am
Forum: Developers corner
Topic: Notification Area issues
Replies: 63
Views: 7323

Re: Notification Area issues

You starting assumption is that despite warnings everything works well. If that is true, we do not need those warnings. A warning is not an error. Again, when you have to e.g. printing a part, there is no reason to see a warning that does not hinder your work. The part can be printed, fine, job don...
by uwestoehr
Mon Mar 27, 2023 12:38 am
Forum: FEM
Topic: [report] implementation of electrodynamics
Replies: 21
Views: 52952

Re: [report] implementation of electrodynamics

I am a bit busy right now, but I will go through these and propose some designs... Hi bitacovir when you start working on this, we will also need a better icon for - https://wiki.freecad.org/FEM_EquationElasticity (this is actually a solver for mechanical stresses) and - https://wiki.freecad.org/FE...
by uwestoehr
Mon Mar 27, 2023 12:35 am
Forum: FEM
Topic: [solved] what does FEM preference "Keep results" do?
Replies: 2
Views: 434

Re: what does FEM preference "Keep results" do?

wmayer wrote: Sun Mar 26, 2023 9:58 pm When you re-run the a solver it keeps existing result objects.
Many thanks. (I tested with Elmer thus did not notice this.)
I documented it now and added a tooltip to the preferences dialog