How is it possible that such important methods are replaced without deprecation warning? This is a breaking change that would have required a new major version.
As a maintainer of the official FreeCAD macro repository I’d have expected to be informed.
wmayer yorik chennes
Gaël
PS: I tried to have a small bug fixed not so long time ago. The forum topic didn’t attract much attention but the few reactions I had were all saying that breaking changes should not be introduced. So I take this opportunity to attract attention again for the issue and make an appeal to fix the bug.
Realthunder proposed a backwards-compatibility solution so that older versions of Python could still use the old method names, but it hasn’t been turned into a PR yet.