Trình Bổ Sung (Add-ons)¶
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.
Mẹo
If the Add-on does not activate when enabled, check the Console window for any errors that may have occurred.
Filtering Add-ons¶
- Search Add-ons
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.
- Enabled Add-ons Only
Shows only enabled add-ons for the current Category.
- Add-on Tags
Add-ons are assigned categories by what areas of Blender they affect.
Add-on Settings¶
- Refresh Local
Scan extension & legacy add-ons for changes to modules & meta-data (similar to restarting). Any issues are reported as warnings.
- Install from Disk
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: Installing Legacy Add-ons.
Enabling & Disabling Add-ons¶
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.
Add-on Information¶
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.
Cài Đặt Sở Thích Trình Bổ Sung¶
Một số Trình Bổ Sung có thể có các tùy chọn riêng nữa, và chúng ta có thể tìm thấy chúng trong phần "Cài Đặt Sở Thích" của hộp thông tin trình bổ sung.
Một số trình bổ sung sử dụng phần này để bật/tắt một số chức năng của trình bổ sung. Đôi khi, toàn bộ chức năng này thậm chí bị tắt đi theo mặc định nữa. Vì vậy, điều quan trọng là phải kiểm tra xem trình bổ sung đã bật lên có bất kỳ tùy chọn cụ thể nào nữa hay không.
Installing Legacy Add-ons¶
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.
- Làm Tươi Lại (Refresh)
Scans the Add-on Directory for new add-ons.
Mẹo
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:
Kiến Tạo một thư mục trống ở vị trí bạn chọn (ví dụ:
my_scripts
).Thêm một thư mục thứ trong
my_scripts
được gọi làaddons
(nó nhất định phải có cái tên này để Blender nhận ra nó).Place your addon folder inside this
addons
folder.Mở phần "Đường Dẫn Tập Tin" của "Cài Đặt Sở Thích".
Add a Script Directories entry pointing to your script folder (e.g.
my_scripts
).Lưu các tùy chọn và khởi động lại Blender để nó nhận ra vị trí Trình Bổ Sung mới.
The add-ons in this folder will automatically become available; all you need to do is enable them.