pyslapi
pyslapi copied to clipboard
Not working on Mac
Installs but doesn't enable on 2.82a on Mac
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.