Getting started
Install Blender Development in PyCharm and confirm that its project and run tools are available.
Prerequisites
Section titled “Prerequisites”- PyCharm 2026.1 or newer
- Blender 4.2 or newer
- Python SDK 3.11 or newer; Blender 4.2 uses Python 3.11.7
Install the prebuilt plugin
Section titled “Install the prebuilt plugin”- Open the Blender Development project page.
- Download the latest prebuilt plugin ZIP archive.
- In PyCharm, open Settings > Plugins.
- Open the gear menu and select Install Plugin from Disk.
- Select the downloaded ZIP without extracting it.
- Restart PyCharm when prompted.
Confirm that PyCharm provides:
- Project Blender Manager
- Settings > Tools > Blender Development
- The Blender run configuration type
- The Blender project generator in the New Project wizard
Configure the Python debugger
Section titled “Configure the Python debugger”Blender Development attaches to Blender through Python DAP and debugpy. Configure that debugger backend before starting
your first Blender Debug session:
- Open Settings > Python > Debugger.
- Scroll to Debugger mode.
- Select debugpy.
- Apply the setting.
If pydevd remains selected, Blender can still launch and runtime commands may work, but PyCharm cannot create the DAP debugger session.
Next, create a Blender project. To build an unreleased version instead, follow the contribution guide.