Search found 626 matches

by aapo
Mon Apr 22, 2024 9:14 pm
Forum: Open discussion
Topic: Optics Workbench
Replies: 214
Views: 87848

Re: Optics Workbench

Yes, but if you modify the workbench, you have to make the modifications public (GPL license) ... if you distribute any parts of the modified software. If you keep the (whole) modified software completely private; and do not give anyone (executable or other functional) copies, then there's no need ...
by aapo
Fri Apr 19, 2024 2:36 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 11
Views: 825

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

jona wrote: Fri Apr 19, 2024 7:20 am in the post-checkout hook may be what you want.
Thanks for the tip! I didn't know about the existence of post-checkout scripts :)
by aapo
Thu Apr 18, 2024 7:38 pm
Forum: TechDraw
Topic: Issue #5694 Broken View
Replies: 34
Views: 3206

Re: Issue #5694 Broken View

Yeah, App::Link needs lots of special handling to get the right object/shape/location from the information that Selection returns. I'm just starting to figure that out for dimension references. When I solve that I'll try to figure out some general solution for BrokenView, ComplexSection, etc. Great...
by aapo
Thu Apr 18, 2024 7:15 pm
Forum: TechDraw
Topic: [FIXED] TD Leaderline jumps to page corner after save-load cycle
Replies: 5
Views: 344

Re: [BUG?] TD Leaderline jumps to page corner after save-load cycle

The case in the example file should be fixed by 1b39f6f3d9 . There were changes to view parenting recently and this might have been a side effect. Dimension, Balloons and now Leaders should be ok, but there may be issues with other things that can be a child of another view (RichAnno comes to mind,...
by aapo
Thu Apr 18, 2024 6:10 pm
Forum: TechDraw
Topic: Issue #5694 Broken View
Replies: 34
Views: 3206

Re: Issue #5694 Broken View

Hi, I have tested this feature for one drawing so far, and it worked perfectly, thanks! Most useful thing to have for many practical mechanical parts; in my case it was simple square beams, for which it worked as advertised. For future development, I'd suggest that combining this with ProjectionGrou...
by aapo
Thu Apr 18, 2024 5:56 pm
Forum: TechDraw
Topic: [FIXED] TD Leaderline jumps to page corner after save-load cycle
Replies: 5
Views: 344

Re: [BUG?] TD Leaderline jumps to page corner after save-load cycle

user1234 wrote: Thu Apr 18, 2024 2:32 pm I can confirm that. But it works on normal single views.
Thanks! Then it's not just me. I think it is only rather recent builds, I think I did not have this problem with builds 0.22dev 35xxx, at least. Let's hope it's something simple :D
by aapo
Thu Apr 18, 2024 7:11 am
Forum: TechDraw
Topic: [FIXED] TD Leaderline jumps to page corner after save-load cycle
Replies: 5
Views: 344

[FIXED] TD Leaderline jumps to page corner after save-load cycle

Hi! It seems that TD Leaderline jumps to page corner after save-load cycle. In the attached file, the leaderline position (5.24 mm, 5.25 mm) is relative to the drawing center (as it should); but after I save the file, close FreeCAD, and open FreeCAD and reload the file, then the leaderline jumps to ...
by aapo
Wed Apr 17, 2024 8:40 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 11
Views: 825

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

GoogleTest is included in the source tree via a submodule -- you must run git submodule update --init Ahh, ok! Thanks, I completely forgot about checking for any new git submodules when something is missing. It sure would be nice to get some kind of a reminder when one runs "git fetch upstream...
by aapo
Wed Apr 17, 2024 6:11 pm
Forum: Developers corner
Topic: FreeCAD build requires gtest (googletest), but the build system does not check for it
Replies: 11
Views: 825

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

FreeCAD build requires gtest (googletest), but the build system does not check for it. For a recent 0.22dev compilation, I needed to install the lib with "sudo apt-get install libgtest-dev", which is totally fine, but the CMake build system did not check for that dependency. The compilatio...
by aapo
Tue Apr 09, 2024 10:01 pm
Forum: Assembly
Topic: Assembly 4 HoleAxis broken in 36438
Replies: 3
Views: 643

Re: Assembly 4 HoleAxis broken in 36438

I only tried this newer version starting today, so I may have missed something on the forum somewhere. Is this part of a bigger problem? Hello! It's actually a part of a bigger problem in the core FreeCAD, issue 11958: https://forum.freecad.org/viewtopic.php?p=746529#p746529 . There is not (yet) a ...