-
Notifications
You must be signed in to change notification settings - Fork 437
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
can not use anymore in blender3.1 #43
Comments
What exactly is the problem? |
Error for Blender 3.0 Python: Traceback (most recent call last): location: :-1 |
Seems that what was called the “diameter” argument in these BMesh operators was in fact being interpreted as the radius all along, according to this commit. Which is why it has been renamed as of 3.0. |
I've got a fork of the addon where I've patched the script to work in Blender 3+ You can find it here: https://github.com/sbarre/SpaceshipGenerator/tree/blender-3 It was a very simple fix, just a search/replace operation in one file, so you can also just patch your locally installed version of the addon instead. I've opened a PR on here to discuss it, although I don't think it should be merged into master yet because it might(?) break in 2.9 or lower. |
Oddly, this particular item missed being mentioned in the breaking changes to the Python API ... |
Initially, This is not working for me in blender 3.1.2 but I changed |
Have trouble?
The text was updated successfully, but these errors were encountered: