Search found 6432 matches

by sgrogan
Sat Jan 15, 2022 4:21 pm
Forum: Python scripting and macros
Topic: Running pip from within FreeCAD
Replies: 44
Views: 16441

Re: Running pip from within FreeCAD

To support this we'd have to have a "meta" Workbench whose only job was to supply dependencies -- right now the built-in WBs don't talk to the Addon Manager (though I guess we could add that sort of communication... I had never considered it before). I don't know if its necessary. These a...
by sgrogan
Sat Jan 15, 2022 3:53 pm
Forum: Python scripting and macros
Topic: Running pip from within FreeCAD
Replies: 44
Views: 16441

Re: Running pip from within FreeCAD

chennes wrote: Fri Jan 14, 2022 6:07 pm Any obvious additions I should make?
Some to consider?
matplotlib - FEM WB
ply - OpenSCAD WB
pycollada - Open SCAD WB
by sgrogan
Tue Jan 11, 2022 8:33 pm
Forum: Developers corner
Topic: Adding Commands in Python to C++ Workbench
Replies: 9
Views: 2403

Re: Adding Commands in Python to C++ Workbench

Kunda1 wrote: Mon Jan 10, 2022 9:10 pm Aren't there many examples of wmayer doing this in the source leveraging pycxx?
https://forum.freecadweb.org/viewtopic. ... 77#p533804
by sgrogan
Mon Jan 03, 2022 8:07 pm
Forum: Packaging
Topic: [Solved] New AddonManager requires OpenSSL 1.1.1 or above
Replies: 13
Views: 4633

Re: New AddonManager requires OpenSSL 1.1.1 or above

sgrogan wrote: Mon Jan 03, 2022 6:30 pm Windows using a LibPack.
Can you try this?
https://github.com/FreeCAD/FreeCAD-Bund ... kly-builds 0.20.26858
by sgrogan
Mon Jan 03, 2022 6:41 pm
Forum: Packaging
Topic: [Solved] New AddonManager requires OpenSSL 1.1.1 or above
Replies: 13
Views: 4633

Re: New AddonManager requires OpenSSL 1.1.1 or above

Like, the hash of the Zip file from apeltauer's release page? Or calculated fresh from the on-disk files? Nominally it would be the hash from apetauer's zip. If I would make local changes, I would zip and use that. The hash wouldn't provide much information beyond knowing there was some change. It ...
by sgrogan
Mon Jan 03, 2022 6:30 pm
Forum: Packaging
Topic: [Solved] New AddonManager requires OpenSSL 1.1.1 or above
Replies: 13
Views: 4633

Re: New AddonManager requires OpenSSL 1.1.1 or above

If I saw something like that on my Linux platform For reference, here's mine: Hey guys. The root of the issue is that when we released 0.19.0/0.19.1 Uwe and I made some tweaks to apeltauer's 12.5.3 Libpack, and locally I named that 12.5.4. Since then apeltauer posted a new Libpack with the same 12....
by sgrogan
Sun Jan 02, 2022 4:42 pm
Forum: Developers corner
Topic: [Merged] Refactoring ViewProviderSketch
Replies: 169
Views: 37096

Re: [Merged] Refactoring ViewProviderSketch

ping When time allows, could you please compile a new Win LP build from master to incorporate this Sketcher change, sometimes I feel like I'm the only one using the LP build (hope not) or maybe the only one cheeky enough to ask!! https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds ...
by sgrogan
Fri Dec 24, 2021 7:47 pm
Forum: Developers corner
Topic: Gmsh executable not found by the Mesh WB
Replies: 7
Views: 3441

Re: Gmsh executable not found by the Mesh WB

I am asking because I want to avoid code duplication and FEM's code work apparently already well. My idea was to take it and put it into a separate file that all WBs can use it. I failed because I am not a Pythionist and don't know how one can use Python code for C++ WBs and vice versa. I could rew...
by sgrogan
Tue Dec 14, 2021 3:23 pm
Forum: Announcements & Features
Topic: FreeCAD 0.19.3 released
Replies: 24
Views: 15352

Re: FreeCAD 0.19.3 released

chrisb wrote: Mon Dec 13, 2021 11:25 pm If at all, we could provide them additionally? How much bigger are they?
780 MB vs. 560 MB
by sgrogan
Mon Dec 13, 2021 5:36 pm
Forum: Announcements & Features
Topic: FreeCAD 0.19.3 released
Replies: 24
Views: 15352

Re: FreeCAD 0.19.3 released

adrianinsaval wrote: Mon Dec 13, 2021 4:26 pm yeah portable is not the right term but it is how people usually refer to the plain zip downloads of the windows builds (conda and libpack)
I uploaded the .7z version now.