ssbucarlos / smash-ultimate-blender

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

Enabling Error MacOS #129

Closed progenitor7 closed 2 years ago

progenitor7 commented 2 years ago

Greetings!

There is an error when attempting to enable the plugin on Mac. I saw that there was a similar issue with a Linux user in Issue #30. The error I get is a little different however.

Screen Shot 2022-08-05 at 1 38 17 AM

I'll add that I've deleted data relating to builds 2.8 and 3.2 which are what I have used in the past in favor of using 3.0 but the issue persists.

ScanMountGoat commented 2 years ago

I've removed those lines of code, so this specific issue is fixed on the latest commit. Thanks for the heads up.

In order for the addon to work properly on MacOS and Linux, I need to make importing not fail if the model.nuhlp fails to import. The current implementation uses a Windows only program to read the nuhlpb file. This should be an easy fix for now as long as you disable nuhlpb export in the export menu.

All the nuhlpb functionality like import, export, and exo skel will work properly on Linux and MacOS in a future update, but the changes aren't quite ready yet. The plan is for this to coincide with supporting only Blender 3.1 or newer, which is another reason to wait a little longer.

ScanMountGoat commented 2 years ago

@progenitor7 this is working for me now on the latest commit on my MacBook. If you encounter any issues other than nuhlpb functionality not working, feel free to make a separate issue.

progenitor7 commented 2 years ago

It's working for me now. Thanks!