glTF export - OCCT7.5 require RapidJSON

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
adrianinsaval
Veteran
Posts: 5541
Joined: Thu Apr 05, 2018 5:15 pm

Re: glTF export - OCCT7.5 require RapidJSON

Post by adrianinsaval »

uwestoehr wrote: Sat May 21, 2022 11:35 pm But why did you mention me here? What is the problem?
gltf export requires that opencascade be compiled with rapidjson support, since you were working on the libpack I asked if it is being compiled like that
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: glTF export - OCCT7.5 require RapidJSON

Post by uwestoehr »

adrianinsaval wrote: Sat May 21, 2022 11:44 pm gltf export requires that opencascade be compiled with rapidjson support, since you were working on the libpack I asked if it is being compiled like that
Thanks. Good to know. I will now compile OCC with rapidjson support for the next LibPack.
User avatar
ppd
Posts: 108
Joined: Tue Feb 26, 2019 12:01 pm
Location: Munich, Germany

Re: glTF export - OCCT7.5 require RapidJSON

Post by ppd »

Kunda1 wrote: Tue May 17, 2022 3:29 pm Thanks for the heads up adrian
Opened https://github.com/FreeCAD/FreeCAD-snap/issues/4
Rapid JSON has been added to the 0.20 builds in edge. FreeCA-realthunder pulls in the same OCCT package.
Last edited by ppd on Sun May 22, 2022 7:43 pm, edited 1 time in total.
Try FreeCAD from the Snap Store: Stable releases (in latest/stable) & daily builds (in latest/edge). Supports installing additional python packages via pip!
Image
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: glTF export - OCCT7.5 require RapidJSON

Post by uwestoehr »

uwestoehr wrote: Sun May 22, 2022 3:41 am Thanks. Good to know. I will now compile OCC with rapidjson support for the next LibPack.
I documented this now also:
https://wiki.freecadweb.org/Compile_on_ ... penCASCADE
Post Reply