SamuelTallet / SketchUp-Universal-Importer-Plugin

Open-source importing extension for SketchUp 2017 or newer.
GNU General Public License v3.0
34 stars 3 forks source link

Assimp import error on Mac due to file permissions #3

Closed jacksprattt1234 closed 3 years ago

jacksprattt1234 commented 4 years ago

When attempting an import on Mac, the following error occurs:

Universal Importer Error: Command failed: /Users/.../Library/Application Support/SketchUp 2018/SketchUp/Plugins/universal_importer/Assimp/Mac/assimp" info "/Users/.../.UniversalImporter/tmp/import.step" > "/Users/.../.UniversalImporter/tmp/assimp.nfo" /Users/.../Library/Application Support/SketchUp 2018/SketchUp/Plugins/universal_importer/assimp.rb:166:in `get_texture_refs' Universal Importer Version: 1.1.5

It's an easy fix. Assimp is missing the execute unix access mode(file permission). chmod 755/777/a+x, etc. corrects the issue.

SamuelTallet commented 3 years ago

@jacksprattt1234 Since v1.1.6 of the plugin, this has been fixed. If problem persists: feel free to reopen #3.