-
Notifications
You must be signed in to change notification settings - Fork 128
bob_plugin.py doesn't work in blender 2.8 #76
Comments
Hey. I've tried to update the bob plugin. It is a bit buggy and mostly works well. forked repo: https://github.com/shantanuaryan67/BombSquad-Community-Mod-Manager/tree/master/utils/blender_2-80 |
@shantanuaryan67 i am having an error while exporting bob files. |
@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 |
@shantanuaryan67 so any solution for the problem?? |
@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 |
@shantanuaryan67 so sorry i misunderstood batch import with export. Thanks for such speedy work. |
@Rishav-G yes |
@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. |
@Rishav-G yes. it only exports the vertices not faces. therefore no error in blender but the game throws error |
@shantanuaryan67 ok. |
@shantanuaryan67 any updates? |
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!" |
@Rishav-G @TheMikirog I have updated the script. Everything should work now. |
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
The text was updated successfully, but these errors were encountered: