Giter VIP home page Giter VIP logo

Comments (1)

isaac-mason avatar isaac-mason commented on July 23, 2024 2

I also had "no meshes to process" displaying on my intel mac.

Here is how I resolved my issue:


I opened blender via the console and saw that I was getting a permissions issue.

in the console:

/bin/sh: /Users/<user-dir>/testVHACD: Permission denied

I fixed this by just making my testVHACD file executable.


After this, I was getting another issue in the console:

dyld: Library not loaded: /usr/local/opt/gcc/lib/gcc/6/libgomp.1.dylib
  Referenced from: /Users/<user-dir>/Development/testVHACD
  Reason: image not found

I had to install gcc6 on my mac with brew -

$ brew install gcc@6

Then, I had to create a symlink to make libgomp.1.dylib accessible where the addon was looking for it:

I did this on my machine:

$ mkdir -p /usr/local/opt/gcc/lib/gcc/

$ ln -s /usr/local/opt/gcc@6/lib/gcc/6  /usr/local/opt/gcc/lib/gcc/6

# check that `libgomp.1.dylib` is in the folder
$ ls /usr/local/opt/gcc/lib/gcc/6/

After those two fixes, the addon worked great for me!

Hope this helps someone else :)

from blender_vhacd.

Related Issues (13)

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.