Search found 1526 matches
- Mon May 23, 2022 2:56 pm
- Forum: Announcements & Features
- Topic: [FreeCAD 0.20] a beta release for Windows is available
- Replies: 44
- Views: 3512
Re: [FreeCAD 0.20] a beta release for Windows is available
Python 3.8.10, Qt 5.15.3, Coin 4.0.1, OCC 7.5.3 This was the first, buggy version. I deleted it some days back already. Please take the current version: https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/0.20beta1 This comes with Python 3.8.10, Qt 5.15.2, Coin 4.0.1, OCC 7.5.3 (The Qt version m...
- Sun May 15, 2022 10:47 am
- Forum: CfdOF / CFD
- Topic: [Fixed] Error Loading Wb using Python 3.6.9
- Replies: 3
- Views: 457
- Fri May 13, 2022 10:25 am
- Forum: CfdOF / CFD
- Topic: [Fixed] Error Loading Wb using Python 3.6.9
- Replies: 3
- Views: 457
[Fixed] Error Loading Wb using Python 3.6.9
I've had to make a local change in order to stop the following error occurring loading CfdOF Wb: 11:19:38 module 'core.mesh.dynamic' has no attribute 'CfdDynamicMeshRefinement' 11:19:38 Traceback (most recent call last): File "<string>", line 62, in Initialize File "/home/john/.local/...
- Wed May 04, 2022 9:59 am
- Forum: CfdOF / CFD
- Topic: [Fixed] HiSA 1.6.4 Required but the downloaded Zip file is still 1.6.3
- Replies: 4
- Views: 789
Re: HiSA 1.6.4 Required but the downloaded Zip file is still 1.6.3
Version 1.6.6 is now installed successfully, thanks.
- Tue May 03, 2022 8:56 am
- Forum: CfdOF / CFD
- Topic: [Fixed] HiSA 1.6.4 Required but the downloaded Zip file is still 1.6.3
- Replies: 4
- Views: 789
Re: HiSA 1.6.4 Required but the downloaded Zip file is still 1.6.3
Quite right. Thanks! Sorry for the delay in testing, I tried to install HiSA version 1.6.4 this morning but it's failing unfortunately, I've attached the log.Allwmake zipped up which hopefully will be of use. I updated cfMesh without any issue on the same box last week. Dependency Checker Output: 0...
- Fri Apr 29, 2022 5:54 pm
- Forum: CfdOF / CFD
- Topic: [Fixed] HiSA 1.6.4 Required but the downloaded Zip file is still 1.6.3
- Replies: 4
- Views: 789
[Fixed] HiSA 1.6.4 Required but the downloaded Zip file is still 1.6.3
CfdOF Wb version 1.15.0 Dependency check ran after updating both cfMesh and HiSA, still reports HiSA 1.6.4 is required. Looks like the SourceForge Zip file requires updating. OS: Linux Mint 19.3 (X-Cinnamon/cinnamon) Word size of FreeCAD: 64-bit Version: 0.20.28774 (Git) Build type: Release Branch: ...
- Tue Apr 12, 2022 8:51 am
- Forum: Developers corner
- Topic: Simple unit python code works in 0.19, but fails in 0.20
- Replies: 5
- Views: 577
Re: Simple unit python code works in 0.19, but fails in 0.20
This would by my first port of call to investigate git commit 4ab37fc
- Tue Apr 12, 2022 8:48 am
- Forum: Developers corner
- Topic: Simple unit python code works in 0.19, but fails in 0.20
- Replies: 5
- Views: 577
Re: Simple unit python code works in 0.19, but fails in 0.20
I had a look at the base/Quantity & Units lexer stuff and code, but my bumbling about code not work out any issue. I can certainly narrow down the commit range. the last build I have with it working as expected is (approx 13th August 2021) : OS: Windows 7 Version 6.1 (Build 7601: SP 1) Word siz...
- Fri Apr 08, 2022 9:42 am
- Forum: Help on using FreeCAD
- Topic: Something broke, but what?
- Replies: 3
- Views: 284
Re: Something broke, but what?
Sketch S-basePlate has two lines on top of each other as indicated in the screenshot below, you should use the Sketcher Validation Tool to find these errors.
- Fri Apr 08, 2022 8:48 am
- Forum: Users Showcase
- Topic: Macro to compute center of mass
- Replies: 84
- Views: 24953
Re: Macro to compute center of mass
The 0.5 released containing all SyProLei improvements has been "officially" merged ! Here is its changelog : New: Code base, Requirement raised to Qt5.12+ and Python3 (FreeCAD 0.19) I would like to point out that 0.20 FC is fully supported using Qt5.9.5 (there's more than just Windows inv...