ssbucarlos / smash-ultimate-blender

Blender Plugin containing utilities for Smash Ultimate Models and Animations.
45 stars 9 forks source link

Permission Error When Exporting on MacOS #132

Closed progenitor7 closed 2 years ago

progenitor7 commented 2 years ago

Greetings!

I saw a similar error in issue #63 where a Linux user was unable to export their model due to a permission error due to some coding related to their numshexb. For me the error is slightly different though.

Screen Shot 2022-08-13 at 6 49 36 PM
ScanMountGoat commented 2 years ago

This is related to nuhlpb functionality being windows only for now. See my comments on #129. As a temporary workaround, disable nuhlpb export in the export menu. While not as nice as Blender, you can use ssbh_data_json on MacOS to edit nuhlpb files. You'll need to compile from source since I don't provide ssbh_data_json binaries for MacOS at this time. SSBH Editor can edit existing nuhlpb entries, but you can't add or delete entries yet.

progenitor7 commented 2 years ago

Perfect thank you!

ScanMountGoat commented 2 years ago

This will be fixed once #147 is done. The addon currently won't load on Apple Silicon macs due to a missing library. Older intel macs should work without any issues.

ScanMountGoat commented 2 years ago

This is fixed on the latest commit.