Search found 2891 matches

by Syres
Sat Mar 16, 2024 5:21 pm
Forum: CfdOF / CFD
Topic: FreeCAD does not Install OpenFoam and Paraview
Replies: 5
Views: 471

Re: FreeCAD does not Install OpenFoam and Paraview

@hooshsim you should use Installer-3 from https://github.com/FreeCAD/FreeCAD/releases/tag/0.20.2 for 0.20
by Syres
Thu Mar 14, 2024 3:53 pm
Forum: Announcements & Features
Topic: Farewell
Replies: 4
Views: 861

Re: Farewell

Your excellent models and thorough explanations will be missed, another loss for what was one of the most friendly forums I viewed/frequented, thanks for your efforts.
by Syres
Wed Mar 13, 2024 2:03 am
Forum: Help on using FreeCAD
Topic: How to copy a spreadsheet and sketches from one file to another?
Replies: 12
Views: 857

Re: How to copy a spreadsheet and sketches from one file to another?

Firstly it's always good to just note that you're using realthunder's Link Stable version from what I can see though that shouldn't make a serious difference in this particular case. What you need to consider when copy/cut from one file to another is how many references are there in the objects, for...
by Syres
Tue Mar 12, 2024 12:05 pm
Forum: Help on using FreeCAD
Topic: no path
Replies: 9
Views: 752

Re: no path

@NewJoker let's be absolutely clear about this, an existing user with custom Toolkit Library, custom Job Templates etc can just open the latest weekly and everything in their existing files will work error free?
by Syres
Tue Mar 05, 2024 10:38 pm
Forum: Help on using FreeCAD
Topic: [Assembly4] "Save" button does not work, saying OpenCV not installed
Replies: 17
Views: 2177

Re: [Assembly4] "Save" button does not work, saying OpenCV not installed

For now, I can live without saving the animation, but a fix would be cool. That error message is very misleading as it can be caused by the Pillow library being version 10.0 or greater therefore it should be pinned to version 9.5.0 which has been done to the Conda builds recently. To determine your...
by Syres
Fri Mar 01, 2024 3:34 pm
Forum: Help on using FreeCAD
Topic: what happened to the 3D view FC colors and shininess?
Replies: 29
Views: 2494

Re: what happened to the 3D view FC colors and shininess?

maxwxyz wrote: Fri Mar 01, 2024 3:26 pm I cannot find in the code where HeadlightDirection is currently set to (0,0,-1) when not present or as default.
Logically I would suggest https://github.com/FreeCAD/FreeCAD/blob ... s.cpp#L186
by Syres
Fri Mar 01, 2024 2:16 pm
Forum: TechDraw
Topic: Cannot create projection group in techdraw workbench
Replies: 7
Views: 509

Re: Cannot create projection group in techdraw workbench

marcvandoornik wrote: Fri Mar 01, 2024 12:48 pm I have attached the relevant file, but as said, this works perfectly fine in 0.21.
The fix will be in tonight's 'weekly', your bug report was accepted as it was confirmed by other users.
by Syres
Fri Mar 01, 2024 2:12 pm
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 860

Re: Compilation failed (Debian 12 - bookworm).

The first question I would ask is did you run: git pull or git pull --recurse-submodules before you started the cmake and make? and just quote the full hash that you're compiling, I've just started compiling https://github.com/FreeCAD/FreeCAD/commit/6c8ee5964521a99e01c8d33cbf9aac8a19273ef3 on my ful...
by Syres
Fri Mar 01, 2024 10:23 am
Forum: Install / Compile
Topic: [SOLVED] Compilation failed (Debian 12 - bookworm).
Replies: 12
Views: 860

Re: Compilation failed (Debian 12 - bookworm).

@fcaduser surely BUILD_VR should be OFF not 1 if you haven't got an Oculus device?!!
by Syres
Wed Feb 28, 2024 6:34 pm
Forum: Help on using FreeCAD
Topic: Issue with Gear workbench
Replies: 14
Views: 1040

Re: Issue with Gear workbench

cadcam something to try, no guarantees, edit your local copy of Mod/freecad.gears/freecad/gears/commands.py around line 58, change from: def Activated(self): gui.doCommandGui("import freecad.gears.commands") gui.doCommandGui( "freecad.gears.commands.{}.create()".format(self.__cl...