blender_python_env
Check Blender's Python environment and verify module availability before using external libraries.
Instructions
Report Blender's interpreter, sys.path, script paths and whether given modules can be imported. Use it before relying on a library.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modules | No | Module names to test for importability, e.g. ['numpy','scipy']. | |
| response_format | No | 'markdown' for readable output, 'json' for raw structured data. | json |