Developer overview
The developer documentation is for contributors changing the integration itself. It separates IDE behavior, Blender-side runtime behavior, and the protocol between them so changes can be tested at the correct boundary.
Before you change code
Section titled “Before you change code”- Read the architecture overview to identify the component you need to modify.
- Follow the repository’s own setup and contribution instructions; they are authoritative for commands and supported versions.
- Reproduce the problem with the smallest available project.
- Read contributing before preparing the change.
If your goal is to build scripts or add-ons with the integration, use the user documentation instead.