Search found 20076 matches

by wmayer
Thu Mar 28, 2024 6:44 am
Forum: Install / Compile
Topic: Windows Visual Studio build fail
Replies: 3
Views: 160

Re: Windows Visual Studio build fail

That's fixed with git commit 360e280c64c56
by wmayer
Wed Mar 27, 2024 11:11 am
Forum: Open discussion
Topic: [REQ] This is a formal request to support the USD format
Replies: 16
Views: 602

Re: [REQ] This is a formal request to support the USD format

obelisk79 wrote: Wed Mar 27, 2024 10:53 am I'm not sure I understand why it's important.
Because
the USD format is the future of all things 3d.
:D
by wmayer
Wed Mar 27, 2024 10:01 am
Forum: Install / Compile
Topic: obsolete std::random_shuffle functional cause compile failure for FreeCAD 0.21
Replies: 2
Views: 124

Re: obsolete std::random_shuffle functional cause compile failure for FreeCAD 0.21

There is no other way than fixing the flann code. std::random_shuffle can be replaced with std::mt19937 and std::shuffle.

Since FreeCAD 0.21 C++17 is required as the minimum version.
by wmayer
Wed Mar 27, 2024 9:43 am
Forum: Install / Compile
Topic: Windows Visual Studio build fail
Replies: 3
Views: 160

Re: Windows Visual Studio build fail

Your posted compiler output doesn't mention the reason why this failed:

Code: Select all

Error	LNK1181	cannot open input file '..\App\Release\Fem.lib'	FemGui	F:\Build\src\Mod\Fem\Gui\LINK
With MSVC it happens from time to time that the object files get corrupted and you have to clean them and do a full rebuild
by wmayer
Tue Mar 26, 2024 1:25 pm
Forum: Developers corner
Topic: How to get cpp objects from python functions ?
Replies: 2
Views: 155

Re: How to get cpp objects from python functions ?

Code: Select all

if (PyObject_TypeCheck(pyResult.ptr(), &(Part::TopoShapePy::Type))) {
    const Part::TopoShapePy* shapepy = static_cast<Part::TopoShapePy*>(pyResult.ptr());
    const TopoDS_Shape& shape = shapepy->getTopoShapePtr()->getShape();
}
by wmayer
Tue Mar 26, 2024 9:49 am
Forum: Forum in Deutsch
Topic: alte SpaceMous Treiber für Windows 10
Replies: 1
Views: 125

Re: alte SpaceMous Treiber für Windows 10

Probier's mal damit: https://3dconnexion.com/de/archived-drivers/?fwp_drivers_product=spacemouse-classic-serial Die Treiber sind zwar für XP, es spricht aber nichts dagegen, diese unter 10 zu probieren. Neue Treiber speziell für Windows 10 wird es ohnehin nicht geben. Selbst wenn die Treiber funktio...
by wmayer
Tue Mar 26, 2024 6:16 am
Forum: Forum in Deutsch
Topic: Probleme bei der Umwandlung von obj nach step
Replies: 13
Views: 594

Re: Probleme bei der Umwandlung von obj nach step

jeno wrote: Mon Mar 25, 2024 6:40 pm ...
Mit welchem Programm analysierst Du die Netze?