ssbucarlos / smash-ultimate-blender

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

Python Error While Exporting #126

Closed felixbento22 closed 2 years ago

felixbento22 commented 2 years ago

Whenever Exporting, this error throws.

Python: Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\smash-ultimate-blender-main\panels\export_model.py", line 134, in execute export_model(self, context, self.filepath, self.include_numdlb, self.include_numshb, self.include_numshexb, File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\smash-ultimate-blender-main\panels\export_model.py", line 189, in export_model ssbh_modl_data.save(str(folder.joinpath('model.numdlb'))) FileNotFoundError: The system cannot find the path specified. (os error 3)

location: :-1'

Apologize if I am just missing something obvious File for reference

yosuke try3.zip

ScanMountGoat commented 2 years ago

This error shouldn't happen normally. The error has something to do with the path you're using to save the files. Does the folder exist where you're trying to save the file?

felixbento22 commented 2 years ago

yeah it happens on any folder i try to save to, does it happen with youre copy of the file? its joker btw

ScanMountGoat commented 2 years ago

I'm not getting that error when I try and save.

felixbento22 commented 2 years ago

Hmm, ill try reinstalling blender

ScanMountGoat commented 2 years ago

Check if you can save other files from Blender to that folder. This likely isn't something we can fix on our end.