lost functionality - GeomBSplineSurface::Restore / Save

Need help, or want to share a macro? Post here!
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Syres
Veteran
Posts: 2893
Joined: Thu Aug 09, 2018 11:14 am

Re: lost functionality - GeomBSplineSurface::Restore / Save

Post by Syres »

wmayer wrote: Mon Mar 27, 2023 5:44 pm I have merged the PR into master.
Just a quick question, on the 0.20 branch the two lines 184 and 195 in src\Mod\Part\App\PropertyGeometryList.cpp with :

Code: Select all

        Base::Console().Warning(std::string("PropertyGeometryList"), "Not yet implemented: %s\n", e.what());
fail to compile and I had to change them to:

Code: Select all

        Base::Console().Warning("PropertyGeometryList - "Not yet implemented: %s\n", e.what());
Is that OK for me to PR or am I missing something??

Edit: Uwe has fixed them
Post Reply