在使用Blender进行3D建模、动画制作或渲染时,常常需要安装第三方插件来扩展功能。但很多用户不清楚Blender的插件文件夹具体在哪里。本文将为你详细说明不同操作系统下Blender插件文件夹的默认路径。
Windows 系统
C:\Users\你的用户名\AppData\Roaming\Blender Foundation\Blender\版本号\scripts\addons- 例如:
C:\Users\Alice\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons
macOS 系统
/Users/你的用户名/Library/Application Support/Blender/版本号/scripts/addons- 例如:
/Users/Alice/Library/Application Support/Blender/4.1/scripts/addons
Linux 系统
/home/你的用户名/.config/blender/版本号/scripts/addons- 例如:
/home/alice/.config/blender/4.1/scripts/addons
如何在Blender中查看插件路径?
- 打开Blender。
- 进入 编辑(Edit) → 偏好设置(Preferences)。
- 点击左侧的 插件(Add-ons) 选项卡。
- 点击右上角的 安装(Install...) 按钮旁的小文件夹图标,即可直接打开插件目录。
将插件文件(通常是 .py 文件或包含 __init__.py 的文件夹)放入上述路径后,在Blender插件界面中勾选启用即可使用。