Hubs-Foundation / hubs-avatar-pipelines

Hubs avatars and related assets for avatar customization.
Mozilla Public License 2.0
96 stars 40 forks source link

Can't open .blend files #14

Open marcobitt opened 3 years ago

marcobitt commented 3 years ago

I can't open the .blend files in any these version of Blender:

2.93 2.92 2.9 2.83.13 2.8

message error: File format is not supported in file 'path/AvatarBot_base_for_export.blend'

vincentfretin commented 3 years ago

You probably didn't install git-lfs https://git-lfs.github.com before cloning the repo with the commands described here https://github.com/MozillaReality/hubs-avatar-pipelines#reduce-cloning-size I open the blend files successfully on Ubuntu blender 2.90.

marcobitt commented 3 years ago

I did! I think was a ZIP corrupt, now I download the single file and worked well. But thank you anyway!

vincentfretin commented 3 years ago

On Ubuntu:

sudo apt install git-lfs

For other systems, download and install it.

And just execute once

git lfs install

then follow https://github.com/MozillaReality/hubs-avatar-pipelines#reduce-cloning-size