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

No more working in 3.1 - quick fix #47

Open
giouti opened this issue Mar 14, 2022 · 0 comments
Open

No more working in 3.1 - quick fix #47

giouti opened this issue Mar 14, 2022 · 0 comments

Comments

@giouti
Copy link

giouti commented Mar 14, 2022

Hello, spaceship generator - which I find AMUSING! - did not work anymore on my Blender 3.1: being a programmer I was able to reaad the log (it's an int - float conversion error) and managed to fix it in this way:

  • in spaceship_generator.py on line 340 simply substituted
    num_segments = uniform(3, 6)
    with
    num_segments = int( uniform(3, 6) )
    Now it works again! Hope this is useful to other people.
    Thanks again for this beautiful piece of software!
    Sincerely,
    Giorgio
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

1 participant