You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide gives a quick, practical overview for contributors.
4
+
If something is not stated here, follow the main [MMD Tools Developer Guide](https://github.com/MMD-Blender/blender_mmd_tools/blob/main/DEVELOPER_GUIDE.md).
5
+
6
+
## Project Scope
7
+
8
+
### Core Principles
9
+
- Stay lightweight (only append / enhance assets, do not duplicate MMD Tools core)
10
+
- Prefer reuse over re‑implementation
11
+
12
+
### Supported Features
13
+
1. Asset search & append
14
+
2. TBD
15
+
16
+
### Out of Scope
17
+
1.**MMD Core Functionality** - Should be implemented in [MMD Tools](https://github.com/MMD-Blender/blender_mmd_tools)
18
+
19
+
## Development Environment
20
+
21
+
### Prerequisites
22
+
- Ensure you have a matching version of Blender for the target development branch
23
+
- Use the correct Python version for your Blender release
24
+
- Get GitHub access to the [MMD Tools Append repository](https://github.com/MMD-Blender/blender_mmd_tools_append)
25
+
26
+
| Blender Version | MMD Tools Append Version | Python Version | Branch |
mmd_tools_append is a blender addon for adjust scenes, models and materials in concert with [MMD-Blender/blender_mmd_tools](https://github.com/MMD-Blender/blender_mmd_tools).
1
+
# MMD Tools Append (formerly MMD UuuNyaa Tools)
2
+
MMD Tools Append is a blender addon for adjust scenes, models and materials in concert with [MMD-Blender/blender_mmd_tools](https://github.com/MMD-Blender/blender_mmd_tools).
For developers looking to contribute code or translations, please check the [Developer Guide](DEVELOPER_GUIDE.md) for project guidelines and detailed workflows.
25
37
26
38
## Credits
27
39
- Rigid body Physics to Cloth Physics feature is the work of [小威廉伯爵](https://github.com/958261649/Miku_Miku_Rig). It was ported with his permission.
28
40
- Lighting thumbnail images depict the character "Hatsune Miku" of Crypton Future Media, Inc. under the [Piapro Character License](http://piapro.jp/license/pcl/summary).
0 commit comments