Page 1 of 1

Converted .skp file sizes too large

Posted: Thu Sep 12, 2019 4:36 am
by rcarr13601
So why are .skp files SO much larger than say .3ds or .obj? Is it the material handling or what? I have 454kb .obj files, and 6.56kb .mtl files which converts into 9.54mb .skp file?!

Re: Converted .skp file sizes too large

Posted: Mon Sep 30, 2019 11:17 am
by mootools
This might be due to the texture files. The mtl file itself only contains references to texture files.
If you have many texture you must also take them into account for the final size of the OBJ file.

The skp file embeds the bitmap files. The advantage is that you can move the file without breaking the texture references.

If your 3d models contains many textures, this will make the final file larger than if there is no texture.
This can explain the difference between the obj+mtl file and SKP file.