20
$\begingroup$

I have a large blender file.

How can I compress this file and can I split the file into multiple files to ship it?

$\endgroup$

2 Answers 2

20
$\begingroup$

All you need to do is check the Compress File box when saving. If your file is still too big, consider using a service like Dropbox or YouSendIt.

Blender ScreenShot

$\endgroup$
2
  • $\begingroup$ Note that this can slow down save/load times a little, it also takes up more space in some version control systems (such as subversion) - which can do binary diff's, But for personal use its fine. $\endgroup$
    – ideasman42
    Commented May 25, 2013 at 10:17
  • $\begingroup$ Maybe add Pasteall and BlendSwap for some blender specific services. (Note that no registration is required for Pasteall) $\endgroup$
    – gandalf3
    Commented Oct 3, 2013 at 1:11
17
$\begingroup$

If the file is made of a bunch of scenes you can import them into separate .blend files. To append a scene from a different file use File > Append. Find the file and click on it. Once you do, you should see a bunch of folders. Select the scene folder. Click on the scene you want and open it.

You can then proceed to save off each individual scene into a separate .blend file.

One other possible reason that you have a very large file is because of cached simulations/animations. If you are trying to send a directory with a bunch of sim caches, I would recommend deleting those. You can always bake them later after they're sent.

$\endgroup$
4
  • 3
    $\begingroup$ I highly recommend this for certain things, but it's important to note that this can have a huge "some assembly required" issue if stuff goes wrong; for instance, if I were to make a bookstore, I'd probably make all my models separately in their own scenes and then append them to my scene (or link, if appropriate), but this could cause issues if you have to use too many things and don't do everything perfectly. $\endgroup$ Commented May 22, 2013 at 21:03
  • $\begingroup$ That's true, but If your just trying to compress it once, it may make some sense. I completly agree that over time things will get complex, but if it's a one-off thing, this may work. $\endgroup$
    – CharlesL
    Commented May 23, 2013 at 1:11
  • 1
    $\begingroup$ Make sure you don't append, but link from other files. $\endgroup$
    – jesterKing
    Commented May 23, 2013 at 10:30
  • 2
    $\begingroup$ Also, don't delete sim caches if you know your target machine won't be able to resim them in time, or doesn't have the resources for it (RAM). $\endgroup$
    – jesterKing
    Commented May 23, 2013 at 10:31

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .