Search found 2898 matches

by Syres
Tue Mar 12, 2024 12:05 pm
Forum: Help on using FreeCAD
Topic: no path
Replies: 10
Views: 1039

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: 2361

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: 30
Views: 2895

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: 573

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: 1057

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: 1057

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: 1197

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...
by Syres
Wed Feb 28, 2024 1:28 am
Forum: Help on using FreeCAD
Topic: Issue with Gear workbench
Replies: 14
Views: 1197

Re: Issue with Gear workbench

It's not your day is it, @looo can you chime in here please, looks like there may have been yet another change to the core recently which has had a negative impact on gears.
by Syres
Wed Feb 28, 2024 1:14 am
Forum: Help on using FreeCAD
Topic: Issue with Gear workbench
Replies: 14
Views: 1197

Re: Issue with Gear workbench

AddonManager is lying, latest version is 1.2.0, deinstall gears, clear your Add-on cache and then install it from scratch.
by Syres
Wed Feb 28, 2024 12:44 am
Forum: Help on using FreeCAD
Topic: Issue with Gear workbench
Replies: 14
Views: 1197

Re: Issue with Gear workbench

cadcam why are you not using the latest version of FreeCAD.gears, multiple bugs have been fixed including the depracation of deepcopy ? There's a lot of changes in 2000 commits to the core of FreeCAD so the Addons have to change with it otherwise you end up with the situation like the Dodo Wb which...