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

Python error when tried to add spaceship #45

Open
sujaya-manith opened this issue Dec 22, 2021 · 2 comments
Open

Python error when tried to add spaceship #45

sujaya-manith opened this issue Dec 22, 2021 · 2 comments

Comments

@sujaya-manith
Copy link

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
Copy link

cubuzz commented Jan 3, 2022

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

@CO501
Copy link

CO501 commented Aug 31, 2022

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

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

3 participants