Closed FeralKatt closed 4 years ago
I modified the init.py file and the addon is showed in the Menu > Add > Mesh now but if you change some parameters it appears error message.
I'm having the same problem. Do you mind explaining how you changed the __init__.py
?
This is the init.py file modified
I found this information about the issue but I don't know how to fix it: https://wiki.blender.org/wiki/Reference/Release_Notes/2.80/Python_API
Change your init file and show up the add spaceship option. But when I try to add this also show up the same traceback error message.
Perhaps someone with knowlements in the new 2.8 API can help us.
I also would like to try it, but I get the same error.
Here's a fork that works with 2.8: https://github.com/BlenderCN/add_mesh_SpaceshipGenerator
Result:
I got it working by using Cheetah3d on mac to apply the texture. Here's the result. Who wants to make a SceneKit/SceneForm space game? :)
I have done a 2.8-compatible version, including full generation of materials, here.
Thanks!!
Tested on Blender 2.83.13 macOS and it works fine.
would love to try it