a1studmuffin / SpaceshipGenerator

A Blender script to procedurally generate 3D spaceships
Other
7.64k stars 436 forks source link

Python error when tried to add spaceship #45

Open sujaya-manith opened 2 years ago

sujaya-manith commented 2 years ago

Python: Traceback (most recent call last): File "C:\Users\Sujaya\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\add_mesh_SpaceshipGenerator__init__.py", line 43, in execute spaceship_generator.generate_spaceship( File "C:\Users\Sujaya\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\add_mesh_SpaceshipGenerator\spaceship_generator.py", line 669, in generate_spaceship add_surface_antenna_to_face(bm, face) File "C:\Users\Sujaya\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\add_mesh_SpaceshipGenerator\spaceship_generator.py", line 341, in add_surface_antenna_to_face result = bmesh.ops.create_cone(bm, TypeError: create_cone: keyword "diameter1" is invalid for this operator

location: :-1

cubuzz commented 2 years ago

Try this fix: https://github.com/sbarre/SpaceshipGenerator/tree/blender-3 Should hopefully be merged here soon.

CO501 commented 2 years ago

The linked pyton files do not appear to have been merged yet. The same error persists. What should we do?