SWBF-msh-Blender-IO/README.md

15 lines
1.3 KiB
Markdown
Raw Normal View History

2022-01-19 03:47:05 +00:00
# SWBF-msh-Blender-IO
.msh (SWBF toolchain version) Import-Exporter for Blender
2019-11-12 02:47:43 +00:00
2019-11-20 04:37:53 +00:00
### Installing
2022-01-19 03:47:05 +00:00
You install it like any other Blender addon, if you already know how to do that then great! Else head over [here](https://docs.blender.org/manual/en/3.0/editors/preferences/addons.html#installing-add-ons) to learn how to do it in Blender 3.0.
2019-11-21 13:42:49 +00:00
### Reference Manual
Included in the repository is a [Reference Manual](https://github.com/SleepKiller/SWBF-msh-Blender-Export/blob/master/docs/reference_manual.md#reference-manual) of sorts. There is no need to read through it before using the addon but anytime you have a question about how something works or why an export failed it should hopefully have the answers.
2019-11-15 07:49:29 +00:00
2019-11-12 02:47:43 +00:00
### Work to be done
2019-11-21 13:42:49 +00:00
- [ ] Investigate and add support for editing and exporting SWBF2 cloth.
2019-11-12 02:47:43 +00:00
### What from [glTF-Blender-IO](https://github.com/KhronosGroup/glTF-Blender-IO) was used?
The `reload_package` function from \_\_init\_\_.py. Before writing this I had barely touched Python and when I saw that glTF-Blender-IO had a function to assist script reloading "I thought that's useful, I think I kinda need that and I don't know how to write something like that myself yet.". And it was very useful, so thank you to all the glTF-Blender-IO developers and contributors.