Giter Site home page Giter Site logo

HoRope in Cinema R24? about horope HOT 2 OPEN

pashaho avatar pashaho commented on June 15, 2024
HoRope in Cinema R24?

from horope.

Comments (2)

MosesKing avatar MosesKing commented on June 15, 2024

having similar issue, with similar setup. This plugin is so good, hope to be able to use this plugin again soon!

from horope.

MosesKing avatar MosesKing commented on June 15, 2024

Hey @ropedopekb actually there is no issue. I figured out that the plugin works fine and that it was my Mac's Python Version that was the issue. MacOS still by default comes with Python 2.7 (this won't the default I think with the next macOS set to come out) and plugins according to Cinema 4D R24 use Python 3.9.1 >=

See Here:

Maxon's Python SDK Documentation states:

_"Cinema 4D S24 run on Python 3.9.1.

This update is important for Mac OS users since it’s the first official version to support Apple Silicon.
Fixing zipfile, SSL, and all no ARM-ready python modules. It also fixes pip for Mac OS which was not working correctly within Cinema 4D.
Python 3.8 and Python 3.9 offer some nice new features so take a look at"_

-- Source [(https://developers.maxon.net/docs/Cinema4DPythonSDK/html/misc/whatisnew/whatnew_s24.html)]

So, to get the plugin to work you'll just need to do the following steps:

brew install python3 && cp /usr/local/bin/python3 /usr/local/bin/python        
alias python=/usr/local/bin/python3

Once I ran these commands. The plugin began to work.

from horope.

Related Issues (4)

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.