插件
The Add-ons section lets you manage secondary scripts, called “Add-ons” that extends Blender’s functionality. Most of the time you can get add-ons as part of the Extensions system.
In this section you can search, install, enable and disable Add-ons.
Tip
If the Add-on does not activate when enabled, check the Console window for any errors that may have occurred.
过滤插件
搜索插件
Blender comes with some preinstalled Add-ons already, ready to be enabled. But you can also add your own, or any interesting ones you find on the web.
仅已启用插件
仅显示当前类别中已启用的插件。
插件标签
Add-ons are assigned categories by what areas of Blender they affect.
插件设置
刷新本地
扫描扩展和旧式插件的模块和元数据的更改(类似于重新启动)。任何问题都会以警告形式报告。
从磁盘安装
Install an extension from a .zip
package. This is installed to a Local Repository and no updates will be available.
This can also be used to install legacy Add-ons, for more information see: 安装旧式插件.
启用 & 禁用插件
To enable or disable an add-on check or uncheck the box to the right of the add-ons.
The add-on functionality should be immediately available.
插件信息
You can click the arrow at the left of the add-on box to see more information, such as its location, a description and a link to the documentation. Here you can also find a button to report a bug specific of this add-on.
插件设置
某些插件可能有自己的设置,可以在插件信息框的 偏好设置 部分找到。
例如,一些插件使用此处设置来启用/禁用插件的某些功能。有时,这些甚至可能都默认为关闭。因此,检查启用的插件是否具有任何特定的设置非常重要。
安装旧式插件
To install legacy add-ons, click the Install from Disk menu item and select the add-on’s .py
file (if it has only one such file) or its .zip
file.
The add-on will not be automatically enabled after installation; click the checkbox to do that.
刷新
Scans the Add-on Directory for new add-ons.
Tip
While this screen doesn’t allow installing a folder-based addon with loose .py
files, you can still do so by adding it as a Script Directory:
在选择的位置创建一个空文件夹 (如
my_scripts
)。在
my_scripts
下创建子目录addons
(必须 使用这个名称,Blender才能识别)。Place your addon folder inside this
addons
folder.打开 偏好设置 的 文件路径 标签页。
Add a Script Directories entry pointing to your script folder (e.g.
my_scripts
).保存用户设置,重启Blender,这样就可以识别新的插件目录了。
The add-ons in this folder will automatically become available; all you need to do is enable them.