缓存

    面板

    物理 ‣ 流体 ‣ 缓存

    类型

    The Cache panel is used to the fluid simulation and stores the outcome of a simulation so it does not need to be recalculated.

    Baking takes a lot of compute power (hence time). Depending on the scene, it is recommended to allocate enough time for the baking process.

    如果网格有修改器,渲染设置会用于将网格数据导出到流体解算器内。根据设置的不同,计算时间和内存使用量可能会呈指数增长。例如,当使用带有 表面细分 的运动网格对象时,可以通过关闭或降低细分级别来减少模拟时间。当设置/绑定正确时,你总是可以通过提高设置来产生更逼真的模拟结果。

    Note

    Fluid simulations use their own cache. All other physics simulations make use of the General Baking operators.

    缓存目录

    Directory to store baked simulation files in. Inside this directory each simulation type (i.e. mesh, particles, noise) will have its own directory containing the simulation data.

    类型

    The type of the cache determines how the cache can be baked.

    起始

    结束点

    Frame on which to stop the simulation. This is the last frame that will be baked.

    Note

    The simulation is only calculated for positive frames between the Start and End frames of the Cache panel. So if you want a simulation that is longer than the default frame range you have to change the End frame.

    Offset

    Frame offset that is used when loading the simulation from the cache. It is not considered when baking the simulation, only when loading it.

    Use Resumable Cache

    Extra data will be saved so that you can resumed baking after pausing. Since more data will be written to drive it is recommended to avoid enabling this option when baking at high resolutions.

    Volume File Format

    File format for volume based simulation data (i.e. grids and particles).

    • Uni缓存

      Blender’s own caching format with some compression. Each simulation object is stored in its own cache file.

      OpenVDB

      Advanced and efficient storage format. All simulation objects (i.e. grids and particles) are stored in a single .vdb file per frame.

    Mesh File Format Liquids Only

    File format for the mesh cache files.

    This option is only available when using the cache type. Bake All will run the simulation considering all parameters from the settings (i.e. it will bake all steps that can be baked individually with the Modular cache type at once).

    The progress will be displayed in the status bar. Pressing Esc will abort the simulation.

    Once the simulation has been baked, the cache can be deleted by pressing Free All. It is not possible to pause or resume a Bake All process as only the most essential cache files are stored on drive.

    Compression Volumes OpenVDB Only

    Compression method that is used when writing OpenVDB cache files.

    • None

      Cache files will be written without any compression.

      Zip

      Cache files will be written with compression. Effective but slower than Blosc.

      Blosc

      Cache files will be written with compression. Multithreaded compression, similar in size and quality to Zip compression.

    Precision Volumes OpenVDB Only

    Precision level that is used when writing OpenVDB cache files.

    导出Mantaflow脚本