Skip to content

Troubleshooting

Start with the symptom below, then review the plugin log when the suggested fix does not resolve it.

The scanner checks common installation locations on Windows, macOS, and Linux. If a scan finds nothing:

  1. Confirm Blender is installed and can be launched directly.
  2. Set a custom installation root in Settings > Tools > Blender Development.
  3. Run the scan again and review warnings in the plugin log.
  4. You can always select the executable or macOS application bundle directly in Project Blender Manager.

Select Blender in Project Blender Manager, save the project configuration, and retry the Blender run configuration.

Upgrade to PyCharm 2026.1 or newer. The plugin’s debugger uses Python DAP with debugpy, which is not supported by its older IDE baseline.

Restart the sandbox IDE or relaunch Blender so the plugin can compare and re-extract its bundled runtime. Contributors testing locally may need to rebuild the plugin resources first.

Confirm that:

  • blender_manifest.toml contains the expected extension ID.
  • Project Blender Manager points to the correct source folder.
  • The configured extension repository name matches the intended Blender repository.
  • The Blender console does not report an invalid or missing add-on root.

The plugin enables extensions by their authoritative bl_ext.<repository>.<id> module name. Traditional add-ons continue to use the configured add-on or directory name.

Restart the Debug session. Unreachable sessions are removed from the active cache after bounded request timeouts.

  1. Confirm the Blender path and source folder in Project Blender Manager.
  2. Retry with no additional Blender arguments.
  3. Check the configured plugin log location.
  4. Re-run installation discovery and inspect its warnings.
  5. Restart PyCharm to clean stale generated bootstrap scripts.