Search found 5534 matches

by adrianinsaval
Sat Mar 02, 2024 12:03 am
Forum: Open discussion
Topic: What does the Suppressed property do?
Replies: 15
Views: 1203

Re: What does the Suppressed property do?

Same as most others, for example

Code: Select all

Box.Suppressed
by adrianinsaval
Fri Mar 01, 2024 11:59 pm
Forum: Open discussion
Topic: FPA letter about the future, some thoughts
Replies: 38
Views: 5179

Re: FPA letter about the future, some thoughts

FreeCAD doesn't need to be perfect or cover all use cases to be 1.0, it's just a number. FreeCAD will never be "done", development will continue, setting unrealistic requirements for 1.0 helps nobody. If you don't feel like FreeCAD is ready for your use yet that's ok, it might get there at...
by adrianinsaval
Fri Mar 01, 2024 11:51 pm
Forum: Open discussion
Topic: No CODE tag for 'Copy to clipboard' info since 34959
Replies: 6
Views: 1478

Re: No CODE tag for 'Copy to clipboard' info since 34959

@kkremitzki ping since I think you've doing some stuff with the website lately. Having markdown here would be nice
by adrianinsaval
Fri Mar 01, 2024 6:30 pm
Forum: Open discussion
Topic: What does the Suppressed property do?
Replies: 15
Views: 1203

Re: What does the Suppressed property do?

you can't set suppressed for the first feature in the tree since that does not make any sense. I can well imagine models where it makes sense. Is there also technical reason behind it? There are of course many models where it doesn't make sense, e.g. all models where the second feature is a subtrac...
by adrianinsaval
Thu Feb 29, 2024 4:00 pm
Forum: Open discussion
Topic: What does the Suppressed property do?
Replies: 15
Views: 1203

Re: What does the Suppressed property do?

drmacro wrote: Wed Feb 28, 2024 10:16 pm It would not let me set the property true in my tests.

That's what the PR said it was for.

But, now I test again and it works... :?
you can't set suppressed for the first feature in the tree since that does not make any sense.
by adrianinsaval
Thu Feb 29, 2024 3:52 pm
Forum: Open discussion
Topic: FC 0.22-36166 win: create a body in PD generates some warnings
Replies: 9
Views: 728

Re: FC 0.22-36166 win: create a body in PD generates some warnings

When will the next weekly build include the fix for 12626? Im guessing the 6th of march :-) Even if I disable warnings in the report view, these messages still come up if I have notifications enabled, specifically non intrusive notifications (which is a bit weird, because they are intrusive) Anyway...
by adrianinsaval
Thu Feb 29, 2024 1:56 pm
Forum: Part Design module development
Topic: PartDesign Shapebinders: the property "Support" and Attachment clash
Replies: 19
Views: 2996

Re: PartDesign Shapebinders: the property "Support" and Attachment clash

Shape is already a property of all Part::Feature derived objects (anything that's brep essentially), although it's normally hidden by default. That one can't be used. Profile doesn't seem right to me, sometimes you use binders on whole solids or just on edges or even just on points. Any of the othe...
by adrianinsaval
Thu Feb 29, 2024 1:40 pm
Forum: Help on using FreeCAD
Topic: Freecad on Ubuntu starts but no window displays
Replies: 12
Views: 953

Re: Freecad on Ubuntu starts but no window displays

chrisb wrote: Thu Feb 29, 2024 6:07 am Good to see you got it working again. It is still unclear why the previous snap variant all of a sudden stopped by itself. @adrianinsaval, do you have any insights? Is there something to be added to the known issues?
I have no clue about snaps
by adrianinsaval
Wed Feb 28, 2024 2:42 am
Forum: Developers corner
Topic: Modernisation
Replies: 119
Views: 35070

Re: Modernisation

IIRC GitHub issues are frequently backed up and could easily be imported into any other platform of our choice. I would agree that commit messages aren't always good. Asking for good commit messages is probably something we should enforce more
by adrianinsaval
Wed Feb 28, 2024 2:36 am
Forum: Part Design module development
Topic: PartDesign Shapebinders: the property "Support" and Attachment clash
Replies: 19
Views: 2996

Re: PartDesign Shapebinders: the property "Support" and Attachment clash

Suggestions for how the property should be called are welcome