You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Hello, i install it, but i can't run in mac. It tips 'no meshes to process. I use it in mac by blender 2.83. Could you help me? Thanks a lot.
The text was updated successfully, but these errors were encountered: