You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: