pyslapi icon indicating copy to clipboard operation
pyslapi copied to clipboard

Not working on Mac

Open StephenNewport opened this issue 5 years ago • 1 comments

Installs but doesn't enable on 2.82a on Mac

StephenNewport avatar Apr 30 '20 15:04 StephenNewport

You need to run this command ..

install_name_tool -change @rpath/SketchUpAPI.framework/Versions/A/SketchUpAPI @loader_path/SketchUpAPI.framework/Versions/A/SketchUpAPI sketchup.cpython-37m-darwin.so

and copy the SketchUpAPI.framework into the addon folder @rpath does not seem to work for Blender addons.

u3dreal avatar Jun 08 '20 16:06 u3dreal