Search found 5543 matches

by adrianinsaval
Tue Apr 23, 2024 1:40 pm
Forum: Open discussion
Topic: Backport AttachmentSupport to 0.21?
Replies: 9
Views: 466

Re: Backport AttachmentSupport to 0.21?

Are these available in the Python API? A quick search shows that in src/mod there is no *.py file that calls these methods. This is only possible with C++ classes. How hard would it be to make this available to python too? Sounds like without that any python feature is condemned to remain with what...
by adrianinsaval
Sun Apr 21, 2024 1:25 am
Forum: Developers corner
Topic: Set date for 0.21.3 release
Replies: 3
Views: 434

Re: Set date for 0.21.3 release

how about next weekend?
by adrianinsaval
Thu Apr 18, 2024 3:40 pm
Forum: Open discussion
Topic: Forum very very slow (again)
Replies: 16
Views: 1214

Re: Forum very very slow (again)

are we being targeted by bots or do we naturally have more users? What can be done about his? we need better hardware or better software (move away from phpbb)?

@kkremitzki any thoughts?
by adrianinsaval
Thu Apr 18, 2024 3:24 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 11
Views: 815

Re: FreeCAD build requires gtest (googletest), but the build system does not check for it

That running a test have nothing to do to be a developer In theory yes it does, these tests are supposed to be platform independent and therefore shouldn't give a different result unless you change something in the code. There is little or no benefit from users running these tests. The cmake variab...
by adrianinsaval
Thu Apr 18, 2024 3:20 pm
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 10
Views: 613

Re: Sketcher_restoreInternal tool discussion

can we add transparency to sketcher lines? that could be an easy way of making them way less visually cluttering if they are hardly visible most of the time but bright when selected/hovered
by adrianinsaval
Thu Apr 18, 2024 12:31 am
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 10
Views: 613

Re: Sketcher_restoreInternal tool discussion

That could make sense too but I would not want that unless we add some more smartness to the constraint tools to not loose convenience. Without the line dimmensioning or making the ellipse vertically/horizontally aligned will be a PITA because you have to select two points instead of just a line
by adrianinsaval
Thu Apr 18, 2024 12:24 am
Forum: Install / Compile
Topic: freecadpip not found in freecad 0.21.2 via apt-get install
Replies: 3
Views: 385

Re: freecadpip not found in freecad 0.21.2 via apt-get install

I believe this is a tool that was added to the snap package. It is not something we ship by default with regular freecad. However there might be some value in shipping a similar tool, @chennes what do you think?
by adrianinsaval
Thu Apr 18, 2024 12:06 am
Forum: Open discussion
Topic: Sketcher_restoreInternal tool discussion
Replies: 10
Views: 613

Re: Sketcher_restoreInternal tool discussion

Fair, but I'd still like to know what the value of ever exposing the internal geometry to the user is. There may very well be a good reason, but I most certainly cannot think of it. The answer to this question would be a reasonable driver for a following decision on the behavior. Yes? Simplest exam...
by adrianinsaval
Wed Apr 17, 2024 11:50 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 11
Views: 815

Re: FreeCAD build requires gtest (googletest), but the build system does not check for it

if you are not developing you could just disbale developer tests and you won't need it anymore