Search found 20135 matches

by wmayer
Mon Apr 01, 2024 11:23 am
Forum: Developers corner
Topic: Why is googletest pulled in as submodule?
Replies: 2
Views: 288

Re: Why is googletest pulled in as submodule?

In the past we had the code in the 3rdParty directory. But since there was a request to switch to a newer version recently we decided to use it as a sub-module which is much easier to achieve than manually updating the source files.
by wmayer
Sun Mar 31, 2024 3:06 pm
Forum: FEM
Topic: Can't invoke Material Editor
Replies: 2
Views: 303

Re: Can't invoke Material Editor

The regression is caused by 6624fa3775ae . For a build it copies the file materials-editor.ui to Mod/Material/Resources/ui of the build directory while after running the install target the file is still under Mod/Material. MaterialEditor.py has been adjusted to load the ui file from the new location...
by wmayer
Sun Mar 31, 2024 2:35 pm
Forum: Forum in Deutsch
Topic: Projekt in Freecad sehr langsam
Replies: 31
Views: 2840

Re: Projekt in Freecad sehr langsam

Die meiste Zeit geht beim Neuberechnen der Features drauf und nicht so sehr mit der Tessellierung. Testweise habe ich einmal alle Features und einmal ein Feature mitsamt Abhängigkeiten neu berechnen lassen und das Ganze mit und ohne GUI. Alle Features neu berechnen: import time doc = App.ActiveDocum...
by wmayer
Sun Mar 31, 2024 9:08 am
Forum: Open discussion
Topic: [feature request] Loop counter for preselection so that the zooming of large assemblies is not slowed down
Replies: 6
Views: 415

Re: [feature request] Loop counter for preselection so that the zooming of large assemblies is not slowed down

OK, but for developers the central place to look for new feature requests or bug reports is the issue tracker and not the forum.
by wmayer
Sat Mar 30, 2024 8:57 pm
Forum: Help on using FreeCAD
Topic: Can't mirror in Datum Plane?!
Replies: 5
Views: 357

Re: Can't mirror in Datum Plane?!

How did you create this mirror plane reference?
Found a way. If the mirror plane is set with property editor then the whole datum plane is set and then it fails. I will open a feature request for it...
by wmayer
Sat Mar 30, 2024 8:54 pm
Forum: Help on using FreeCAD
Topic: Can't mirror in Datum Plane?!
Replies: 5
Views: 357

Re: Can't mirror in Datum Plane?!

OK, I found out what's different: If you load the project and check the mirror plane with App.ActiveDocument.Mirrored.MirrorPlane it says (<Part::PartFeature>, []) If you redefine the mirror plane and check it again then it says: (<Part::PartFeature>, ['']) How did you create this mirror plane refer...
by wmayer
Sat Mar 30, 2024 8:40 pm
Forum: Help on using FreeCAD
Topic: Can't mirror in Datum Plane?!
Replies: 5
Views: 357

Re: Can't mirror in Datum Plane?!

No idea what's wrong. If I load your project and do a recompute an error is raised that it fails. But if I redefine the mirror plane then it works.
by wmayer
Sat Mar 30, 2024 6:43 pm
Forum: Install / Compile
Topic: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM
Replies: 9
Views: 751

Re: How to install FreeCAD on Ubuntu 22.04 with gmsh for FEM

installation via apt using the FreeCAD repo with: The question is why the PPA version uses a newer version than the Ubuntu 22.04 standard package. Maybe you should discuss this with kkremitzki . On my system I also use the standard OCCT package and this is totally fine. Ubuntu 22.04 requires Fuse3 ...