安全模式: script-search-path 控件永远不会触发。受阻的属性脚本搜索不存在于任何支持的 Blender 版本中。

作者: AUTHENSOR创建于 2026年9月15日更新于 2026年9月15日

With `BLENDER_MCP_SAFE_MODE=1`, the README promises that every script is checked and that safe mode blocks, among other things, "installing code that keeps running after the script ends" (README line 312). The assignment blocklist in `src/blender_mcp/safe_mode.py` contains an entry whose intent is exactly this:

内容来源: ahujasid/blender-mcp