BallanceBlenderHelper/docs/docs/zh-cn/configure-plugin.md
yyc12345 427bad4f6b fix: fix various trivial issues
- update blender_manifest.toml to the latest version and fix the issues raised by blender when packaging.
- use blender do packaging work. remove redist.py because blender_manifest.toml has gitignore like filter feature when packaging.
- update document about installing, configurating, building plugin for blender 4.2.
- update a document image for blender 4.2.
2024-07-19 15:25:38 +08:00

30 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 配置插件
!!! info "必须先配置插件"
BBP插件的部分配置项与插件的使用密切相关只有正确配置了BBP插件才能够使用BBP插件的全部功能。
**无论是第一次安装还是更新**,都要重新配置插件,以确保设置正确。
## 打开配置面板
开启Blender选择`Edit - Preferences`,在打开的窗口中转到`Add-ons`选项卡在列表中找到BBP插件其名称为`Ballance Blender Plugin`。请确保其左侧的勾已被选中,代表插件已被启用。点击勾左侧的三角箭头展开插件详细信息,如图所示,进入配置面板。
![](../imgs/config-plugin.png)
## 开始配置
BBP插件目前有2个设置需要配置。
### External Texture Folder
请填写为Ballance的`Texture`目录插件将从此目录下调用外置贴图文件即Ballance原本带有的贴图文件。点击右侧的文件夹按钮可以浏览文件夹并选择。
这是关乎BBP是否正常运行的关键只有填写正确BBP才不会在运行中出错。
### No Component Collection
在导入导出BM文件时处于具有此名称的集合中的物体将被强制指定为非Component。如果留空则表示不需要这个功能。此功能通常用于机关模型强制替换。
!!! warning "暂不需填写此设置"
由于BBP自4.0版本起支持对Virtools文件的原生导入导出BM文件导入导出功能便不再使用。因此此字段现已无实际作用无需填写。