Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Addons for blender 2.80+ #80

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions utils/blender_2-80/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@

1. Download [this file](https://github.com/Mrmaxmeier/BombSquad-Community-Mod-Manager/blob/master/utils/blender/bob_plugin.py).
2. Open Blender. (tested using version 2.82)
3. Go to Edit > Preferences... > Add-ons tab.
4. On the bottom, click `Install...`
5. Select the `bob_plugin.py` from this project.
6. Enable the plugin by checking the checkbox.
7. Now you should now have new import/export menu items for .bob files.

To-Dos:
- [x] Import
- [x] Mesh
- [x] UV-Maps
- [ ] fix material loading
- [ ] allow specifying texture files
- [ ] import normals?
- [x] Export
- [x] Mesh
- [x] Normals
- [x] UV-Maps
- [x] Cob
- [x] Import
- [ ] import normals?
- [x] Export
- [x] Import Level-Defs
- [x] Export Level-Defs

---

To use the ```character_workflow.py``` plugin make sure you have the ```bob_plugin.py``` plugin enabled.

![preview](images/preview.gif)



###Attribution

The bob_plugin addon is the creation of [Mrmaxmeier](https://github.com/Mrmaxmeier) and the [community](https://github.com/Mrmaxmeier/BombSquad-Community-Mod-Manager). I just ported it to work with blender 2.80+.

The new workflow addon is loosely based on [Godot Game Tools for Blender](https://github.com/vini-guerrero/Godot_Game_Tools/). with the permission of the original authors.
Loading