[Bf-docboard-svn] bf-manual: [7253] trunk/blender_docs/manual/physics/fluid/type/domain/settings.rst: Fluid: Added documentation for new distance value for secondary boundaries

Sebastián Barschkis noreply at blender.org
Wed Oct 21 14:03:06 CEST 2020


Revision: 7253
          https://developer.blender.org/rBM7253
Author:   sebbas
Date:     2020-10-21 14:03:05 +0200 (Wed, 21 Oct 2020)
Log Message:
-----------
Fluid: Added documentation for new distance value for secondary boundaries

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

Modified: trunk/blender_docs/manual/physics/fluid/type/domain/settings.rst
===================================================================
--- trunk/blender_docs/manual/physics/fluid/type/domain/settings.rst	2020-10-16 21:12:00 UTC (rev 7252)
+++ trunk/blender_docs/manual/physics/fluid/type/domain/settings.rst	2020-10-21 12:03:05 UTC (rev 7253)
@@ -351,12 +351,20 @@
 
 Fractional Obstacles
    Enables finer resolution in fluid / obstacle regions (second order obstacles).
-   This option reduces the "stepping effect" that results when an obstacles lies inclined inside the domain.
+   This option reduces the "stepping effect" that results when an obstacle lies inclined inside the domain.
    It also makes liquid flow more smoothly over an obstacle.
 
+   .. _bpy.types.FluidDomainSettings.fractions_distance:
+
+   Obstacle Distance
+      Determines how far apart fluid and obstacles are. This value can be used to achieve a more fluid motion over
+      inclined obstacles: Depending on the slope of the obstacle increasing this value can help liquid particles
+      flow better over an obstacle.
+      Setting this field to a negative value will let fluid move towards the inside of an obstacle.
+
    .. _bpy.types.FluidDomainSettings.fractions_threshold:
 
-   Obstacle-Fluid Threshold
+   Obstacle Threshold
       Value to control the smoothness of the fractional obstacle option. Smaller value reduce
       the "stepping effect" but may result particles sticking to the obstacle.
 



More information about the Bf-docboard-svn mailing list