I'm working with particles (for grass or leaves). The problem is the blend file is very huge when it contains a lot of particles.
Is it possible to stop blender storing particle data to make the file smaller?
I'm working with particles (for grass or leaves). The problem is the blend file is very huge when it contains a lot of particles. Is it possible to stop blender storing particle data to make the file smaller? |
|||||
|
One very simple way to do this is to write all the values for your particle systems that tell how many particles are to be rendered, and then to change that value to a much smaller one for storing. Open a Text Editor region and type the particle system name and numbers: You can now change back to these values when you want to use this file again. I saved massive amounts of space. The original not reduced version was 15MB, while the reduced version was 550KB. While this works, it can be quite tedious, and is still just a work around. MutantBob's answer might be more along the lines of what you are looking for. |
|||||
|
In your particle system tab there is a minimized subsection called Cache. If you open that up and check the Disk Cache checkbox and Bake, that will cause your particle data to be stashed in a directory called blendcache_something/ and not in your .blend file. |
|||||||||||||
|