Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Fixes for Blender 3.1 #49

Open
thomasenzi opened this issue Apr 3, 2022 · 1 comment
Open

Additional Fixes for Blender 3.1 #49

thomasenzi opened this issue Apr 3, 2022 · 1 comment

Comments

@thomasenzi
Copy link

I had also to change following lines/commands in spaceship_generator.py to work again in Blender 3.1:
bmesh.ops.create_icosphere - now needs parameter radius instead of diameter - line 310
bmesh.ops.create.cone - radius1, radius2 instead of diameter1, diameter2 - lines 200,232,245,,258,272,282,291,341,354,372,380
tip: use find&replace (worked for me)

Hope this helps
Thomas

@yccq123
Copy link

yccq123 commented Dec 3, 2022

It also worked for me, thank you!👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants