bonsai-errors-common
Installation
SKILL.md
Bonsai Common Errors — Diagnostic & Recovery Guide
Version: Bonsai v0.8.x | Blender 4.2.0+ | Python 3.11 Module path:
bonsai.*— NEVERblenderbim.*Dependencies: bonsai-core-architecture, bonsai-syntax-elements
Quick Reference — Error Decision Tree
Bonsai error encountered?
│
├── Python ImportError / ModuleNotFoundError?
│ ├── "No module named 'blenderbim'" → §1.1 (rename migration)
│ ├── "No module named 'bpy'" → §1.2 (wrong Python environment)
│ └── "No module named 'bonsai'" → §1.3 (addon not installed)
│
├── AttributeError / RuntimeError on IFC operation?
│ ├── "NoneType has no attribute 'by_type'" → §2.1 (no IFC file loaded)
│ ├── "No entity with id X" → §2.2 (stale entity reference)
Related skills
More from openaec-foundation/blender-bonsai-ifcopenshell-sverchok-claude-skill-package
blender-syntax-materials
>
3blender-core-gpu
>
3blender-agents-code-validator
>
3blender-syntax-panels
>
3blender-errors-data
>
3blender-syntax-data
Covers Blender data management including collections, library overrides, asset system, linked libraries, BlendDataLibraries, data block creation and removal, fake users, and data transfer between files. Activates when managing Blender collections, linking/appending data, working with library overrides, or using the asset system.
3