This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NicoMico
authored and
NicoMico
committed
Nov 18, 2024
1 parent
1bebed9
commit fb7459d
Showing
7 changed files
with
42 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
# DBMT的Blender插件 | ||
DirectX Buffer Mod Tool的Blender配套插件。 | ||
# DBMT's Blender Plugin | ||
The DirectX Buffer Mod Tool plugin for Blender. | ||
|
||
# 安装步骤 | ||
- 打包BlenderPlugins目录为zip文件。 | ||
- 下载并安装Blender3.6 LTS版本。 | ||
- 在 首选项=>插件 中安装打包的.zip文件 | ||
- 打开DBMT面板,选择DBMT-GUI.exe所在路径完成插件初始化。 | ||
# Installation Steps | ||
- Pack the BlenderPlugins directory into a zip file. | ||
- Download and install Blender version 4.2 LTS. | ||
- In Preferences => Add-ons, install the packed .zip file. | ||
- Open the DBMT panel, select the path where DBMT-GUI.exe is located to complete the plugin initialization. | ||
|
||
# 开发环境 | ||
# Development Environment | ||
- Visual Studio Code | ||
- Python 3.9 | ||
- Blender 3.6 LTS | ||
- pip install fake-bpy-module-3.6 | ||
- pip install numpy | ||
- Python 3.12.7 or higher | ||
- Blender 4.2 LTS | ||
- `pip install fake-bpy-module-4.2` | ||
- `pip install numpy` | ||
|
||
# Notice | ||
- fake-bpy-module-4.2 need at least Python 3.12 to work. | ||
- VSCode is the best practice IDE in blender plugin development. | ||
- Ctrl + Shift + P to start debug Blender. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.