Git Product home page Git Product logo

Comments (3)

OmarEmaraDev avatar OmarEmaraDev commented on June 24, 2024

We do not have daily builds for Arm Mac, only x86. So the latest build you downloaded only works for x86 Mac.

from animation_nodes.

Justiniscoding avatar Justiniscoding commented on June 24, 2024

OK thanks, is there a way where I can compile from source for arm?

from animation_nodes.

Justiniscoding avatar Justiniscoding commented on June 24, 2024

Nevermind, I found out how to do it. You can compile it from source by running the follow commands in terminal:

cd ~/Downloads/
git clone https://github.com/JacquesLucke/animation_nodes
cd animation_nodes
brew install [email protected]
pip3.10 install cython
python3.10 setup.py build --export --noversioncheck

After running these commands(which will take a while) a zip file will be created in ~/Downloads/animation_nodes that you can import in blender
NOTE: This will only work on a mac

NOTE 2: You will need the xcode developer tools installed. You can install them by running xcode-select --install in terminal

NOTE 3: You will need to install homebrew if you do not have it already by running /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" in terminal

NOTE 4: For future blender versions, a different version of python may be required. To check the python version used by your version of blender follow the guide at https://blender.stackexchange.com/questions/45528/how-to-get-blenders-version-number-from-python/45529. If your blender version does use a different python version, replace the numbers 3.10 in the commands with the new python version number.

from animation_nodes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.