Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+2 votes

I have an animation in an fbx file type, but its file size is too large to push to github. Does anyone know how to compress the file, or convert it to a file type that is less space demanding?

asked in CSC380Jan2024 by (2.1k points)
0

Its an animation file

4 Answers

+1 vote
answered by (3k points)
0 votes

If it is a static model you could maybe cut it in half and render both if there is a size limit per file

answered by (2.4k points)
0 votes

You can try and use an online compression website, but if that doesn't work you can also make the textures for your 3d model a smaller size like a jpg, or you can also make the 3d model smaller too, aka: less polygons, things like that

answered by (2k points)
0 votes

When exporting your animation, look for an option to enable binary compression. This can significantly reduce the file size.

answered by (1.1k points)
...