Mrmaxmeier / BombSquad-Community-Mod-Manager

A Mod Manager for BombSquad
The Unlicense
133 stars 128 forks source link

bob_plugin.py doesn't work in blender 2.8 #76

Open Leonkoithara opened 5 years ago

Leonkoithara commented 5 years ago

It seems that they have made a lot of changes to the blender api in 2.8 e.g register_module(name) no longer works

shantanuaryan67 commented 4 years ago

Hey. I've tried to update the bob plugin. It is a bit buggy and mostly works well. If anyone has the original source code, I can look into it and make it better. I am also working on another addon that will improve the workflow of creating models for the game.

forked repo: https://github.com/shantanuaryan67/BombSquad-Community-Mod-Manager/tree/master/utils/blender_2-80

Rishav-G commented 4 years ago

@shantanuaryan67 i am having an error while exporting bob files. 2020-04-18

shantanuaryan67 commented 4 years ago

@Rishav-G . Oh, that's funny. The error only shows up when exporting bob file with the old method. When using batch import, I get no errors. Also, the same line of code is used in exporting cob, but no errors in that

Rishav-G commented 4 years ago

@shantanuaryan67 so any solution for the problem?? And please can you explain how to do batch import ? I am unable to understand that

shantanuaryan67 commented 4 years ago

@Rishav-G bob export should work now however cob export is still broken. to use batch import, make sure you have both addons installed, then in 3d viewport you will get a bombsquad panel in create tab. just select the models directory and enter 'neospaz' as the name. click import and you should get the entire character assembled

Rishav-G commented 4 years ago

@shantanuaryan67 so sorry i misunderstood batch import with export.

Thanks for such speedy work. So now exporting bob is working but not cob??

shantanuaryan67 commented 4 years ago

@Rishav-G yes

Rishav-G commented 4 years ago

@shantanuaryan67 i know u told me exporting cob has some error but my model cob was exported successfully but in game it gave me this error. error22

shantanuaryan67 commented 4 years ago

@Rishav-G yes. it only exports the vertices not faces. therefore no error in blender but the game throws error

Rishav-G commented 4 years ago

@shantanuaryan67 ok. So are you working on this error?? Eagerly waiting for this to get solved as i dont know anything about coding.

Rishav-G commented 4 years ago

@shantanuaryan67 any updates?

SmooothSoundz commented 4 years ago

I just use Blender 2.79b...

TheMikirog commented 4 years ago

I just use Blender 2.79b...

"Oh, screw the guys who like the new interface and navigation of the new Blender in comparison to the old one and don't want to jump between two different versions just to make a BombSquad map!"

SmooothSoundz commented 4 years ago

I just use Blender 2.79b...

"Oh, screw the guys who like the new interface and navigation of the new Blender in comparison to the old one and don't want to jump between two different versions just to make a BombSquad map!"

image

Maybe you could help fix the cob issue...

shantanuaryan67 commented 4 years ago

@Rishav-G @TheMikirog I have updated the script. Everything should work now.