chore(sdk): deprecation cleanup + SDK v1.0.0 #357
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Remove old FreeCADGui Python bindings, bump SDK version to 1.0.0.
Modified files
src/Gui/ApplicationPy.cpp— Add deprecation warnings to 13 superseded methods (registerEditingContext, unregisterEditingContext, registerEditingOverlay, unregisterEditingOverlay, injectEditingCommands, currentEditingContext, refreshEditingContext, addOrigin, removeOrigin, getOrigin, listOrigins, activeOrigin, setActiveOrigin)mods/sdk/kindred_sdk/context.py— Remove try/except fallback, require kcsdkmods/sdk/kindred_sdk/version.py— Bump to1.0.0mods/sdk/package.xml— Remove<pure_python>true</pure_python>, update versionDepends on #350-#356. Part of the KCSDK epic (#346). Phase 8 of 8.