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

Blender 3.2.0 error add-ons #331

Open
mac4kent opened this issue Feb 16, 2022 · 7 comments
Open

Blender 3.2.0 error add-ons #331

mac4kent opened this issue Feb 16, 2022 · 7 comments

Comments

@mac4kent
Copy link

Blender 3.2.0 error add-ons your file.
image
image
image

@code404nul
Copy link

Are you sure, this is blender 3.2

@mac4kent
Copy link
Author

Yes I do use Blender 3.2.0 Alpha

@BeheadedKamikaze
Copy link

You'll have to compile it with Python 3.10 bindings. If you have the tools to do this, I have updated the branch here: https://github.com/BeheadedKamikaze/modular_tree/tree/blender_31

@mac4kent
Copy link
Author

I have receive from your link.
Blender 3.1.0 and Blender 3.2.0 Alpha is the same error.
image

@mac4kent
Copy link
Author

image

@BeheadedKamikaze
Copy link

BeheadedKamikaze commented Mar 13, 2022

You will have to compile the C++ for MacOS X. Because I don't have a test machine, I did not update the build files, but I suspect you will have to:

  • Install Python 3.10 and make sure the python3 on your path is pointing to it
  • Open ./build_mtree.osx and edit the file name to the output file that the build produces (I would guess it might be
cp ./m_tree/binaries/m_tree.cpython-310-darwin.so ./m_tree.cpython-310-darwin.so
  • Run ./build_mtree.osx in your Terminal
  • Make sure Blender is closed
  • Copy the resulting m_tree.cpython-310-darwin.so file to the location where your addon is installed
  • Remove the previous m_tree.cpython-39-darwin.so file from the same location
  • Restart Blender

@braebo
Copy link

braebo commented Mar 30, 2022

@BeheadedKamikaze I'd be happy to compile something on my Macbook for #341 if it's necessary/helpful at all- let me know!

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

4 participants