docs(python): Create module bootstrap sequence #148
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 Create module bootstrap: Init.py console-phase addon loading (exec-based Init.py loading for ztools and silo), InitGui.py GUI-phase workbench loading, deferred startup timers (1.5s origin registration, 2s auth panel, 3s first-start check, 4s activity panel, 10s update check), and the update checker (Gitea releases API polling, version comparison, skip logic). Files: src/Mod/Create/Init.py, InitGui.py, update_checker.py