mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
e0b97c574b
At IFC save time each link reference Description gains a loaded flag (is_loaded and not is_hidden), extending the same JSON blob that carries the include/exclude filter; plain legacy strings decode as no-autoload. On project open, load_linked_models_from_ifc replays flagged links via load_link after restoring the list, warning and skipping missing files so they cannot break the open. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>