[Bf-docboard-svn] bf-manual: [7235] trunk/blender_docs/manual/physics/fluid/type/domain/cache.rst: Fluid: Updated cache section on OpenVDB precision options

Sebastián Barschkis noreply at blender.org
Wed Oct 14 00:37:17 CEST 2020


Revision: 7235
          https://developer.blender.org/rBM7235
Author:   sebbas
Date:     2020-10-14 00:37:16 +0200 (Wed, 14 Oct 2020)
Log Message:
-----------
Fluid: Updated cache section on OpenVDB precision options

Modified Paths:
--------------
    trunk/blender_docs/manual/physics/fluid/type/domain/cache.rst

Modified: trunk/blender_docs/manual/physics/fluid/type/domain/cache.rst
===================================================================
--- trunk/blender_docs/manual/physics/fluid/type/domain/cache.rst	2020-10-13 22:11:49 UTC (rev 7234)
+++ trunk/blender_docs/manual/physics/fluid/type/domain/cache.rst	2020-10-13 22:37:16 UTC (rev 7235)
@@ -139,12 +139,16 @@
 Precision Volumes :guilabel:`OpenVDB Only`
    Precision level that is used when writing OpenVDB cache files.
 
-   Float (Full)
-      Volumetric data (e.g. grid values, particle positions) will be written with full precision (32 bit).
+   Full
+      Volumetric data (e.g. grids, particles) will be written with full precision (32 bit).
 
-   Float (Half)
-      Volumetric data (e.g. grid values, particle positions) will be written with half precision (16 bit).
+   Half
+      Volumetric data (e.g. grids, particles) will be written with half precision (16 bit).
 
+   Mini
+      Volumetric data (e.g. grids, particles) will be written with mini float precision (8 bit) where possible.
+      For cache data where this is not possible, 16 bit will be used instead.
+
 .. _bpy.types.FluidDomainSettings.export_manta_script:
 
 Export Mantaflow Script



More information about the Bf-docboard-svn mailing list