pwmarcz / autotable

An online mahjong table

Home Page:https://pwmarcz.pl/autotable/about.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File format is not support in blender by make build

sunnytse0326 opened this issue · comments

When I try to make build with the command of "blender img/models.blend --background --python export.py -- img/models.auto.glb", I face the following issue:

File format is not supported in file '/Users/sunnytse0326/Desktop/autotable/img/models.blend'.

May I ask how can it be solved?

I am using the latest version 3.5, and I tried to install the older version from 2.79 - 2.93, which is also not working. Btw, I am using mac.

Hi. The models.blend file is stored in Git LFS. Is it possible that you don't have Git LFS installed, and the actual file did not download?

(If Git LFS doesn't work, you should see a small text file instead of the 759 KB binary file.)

Hi, I installed the Git LFS by using homebrew, and now the version is 3.3.0. After that, I removed all the files and pulled it again. It also shows the error.

Screenshot 2023-05-24 at 12 48 22 AM

Hi, just to make sure:

  • how large is your models.blend file?
  • did you install Git LFS, run git lfs install, and pull from the Github repo again?

Hi, it works now after I tried git lfs install. Thanks for the help! Much appreciated!