docs(arch): Python-C++ bridge deep dive #152
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?
Document the Python-C++ bridge in depth: Py::Object wrapping in FileOriginPython, method dispatch mechanics, GIL considerations when calling Python from C++ origin methods, error propagation (Python exceptions -> C++ return values), and the FreeCADGui.addOrigin()/removeOrigin() registration path through to OriginManager.