mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 10:57:49 +00:00
55a2430d71
* docs: cover the Blender 5.1 / Python 3.13 transition in installation guides The system requirements still listed Blender 4.3-4.5 with Python 3.11 only, and nothing documented the pitfall from issue 7623: importing preferences into a Blender whose Python version changed carries over an incompatible Bonsai build that silently fails to load. Document the two Python generations, that Get Extensions picks the matching build automatically while manual zip installs do not, and the uninstall-reinstall step that resolves the upgrade case. Generated with the assistance of an AI coding tool. * docs: keep it simple, only Blender 5.1 and 5.2 with Python 3.13 Per review, drop the descriptive text and the Python 3.11 line. Generated with the assistance of an AI coding tool.