[Bf-docboard-svn] bf-manual: [7184] trunk/blender_docs/manual: Update slicing options in Viewport Display for Volume Object and Fluid

Sriharsha Kotcharlakot noreply at blender.org
Mon Oct 5 19:58:31 CEST 2020


Revision: 7184
          https://developer.blender.org/rBM7184
Author:   Sriharsha
Date:     2020-10-05 19:58:30 +0200 (Mon, 05 Oct 2020)
Log Message:
-----------
Update slicing options in Viewport Display for Volume Object and Fluid

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/volumes/properties.rst
    trunk/blender_docs/manual/physics/fluid/type/domain/gas/viewport_display.rst

Modified: trunk/blender_docs/manual/modeling/volumes/properties.rst
===================================================================
--- trunk/blender_docs/manual/modeling/volumes/properties.rst	2020-10-05 16:29:55 UTC (rev 7183)
+++ trunk/blender_docs/manual/modeling/volumes/properties.rst	2020-10-05 17:58:30 UTC (rev 7184)
@@ -107,30 +107,29 @@
    Closest
       No interpolation between voxels. Gives raw voxels.
 
-.. _bpy.types.VolumeDisplay.axis_slice_method:
 
-Method
-   Full
-      Slice the whole domain object.
+.. _bpy.types.VolumeDisplay.use_slice:
 
-   Single
-      Perform a single slice of the domain object.
+Slice
+=====
 
-      .. _bpy.types.VolumeDisplay.slice_axis:
+Perform a single slice of the domain object.
 
-      Axis
-         Auto
-            Adjust slice direction according to the view direction.
+.. _bpy.types.VolumeDisplay.slice_axis:
 
-         X/Y/Z
-            Slice along the X/Y/Z axis.
+Axis
+   Auto
+      Adjust slice direction according to the view direction.
 
-      .. _bpy.types.VolumeDisplay.slice_depth:
+   X/Y/Z
+      Slice along the X/Y/Z axis.
 
-      Position
-         Position of the slice relative to the length of the respective domain side.
+.. _bpy.types.VolumeDisplay.slice_depth:
 
+Position
+   Position of the slice relative to the length of the respective domain side.
 
+
 .. _bpy.types.VolumeRender:
 
 Render

Modified: trunk/blender_docs/manual/physics/fluid/type/domain/gas/viewport_display.rst
===================================================================
--- trunk/blender_docs/manual/physics/fluid/type/domain/gas/viewport_display.rst	2020-10-05 16:29:55 UTC (rev 7183)
+++ trunk/blender_docs/manual/physics/fluid/type/domain/gas/viewport_display.rst	2020-10-05 17:58:30 UTC (rev 7184)
@@ -22,40 +22,39 @@
    Closest
       No interpolation between voxels. Gives raw voxels.
 
-.. _bpy.types.FluidDomainSettings.axis_slice_method:
+.. _bpy.types.FluidDomainSettings.slice_per_voxel:
 
-Method
-   Full
-      Slice the whole domain object.
+Slice per Voxel
+   Determines how many slices per voxel should be generated.
 
-   Single
-      Perform a single slice of the domain object.
 
-      .. _bpy.types.FluidDomainSettings.slice_axis:
+.. _bpy.types.FluidDomainSettings.use_slice:
 
-      Axis
-         Auto
-            Adjust slice direction according to the view direction.
+Slice
+=====
 
-         X/Y/Z
-            Slice along the X/Y/Z axis.
+Perform a single slice of the domain object.
 
-      .. _bpy.types.FluidDomainSettings.slice_depth:
+.. _bpy.types.FluidDomainSettings.slice_axis:
 
-      Position
-         Position of the slice relative to the length of the respective domain side.
+Axis
+   Auto
+      Adjust slice direction according to the view direction.
 
-      .. _bpy.types.FluidDomainSettings.show_gridlines:
+   X/Y/Z
+      Slice along the X/Y/Z axis.
 
-      Gridlines :guilabel:`Closest Interpolation Only`
-         Display gridlines to differentiate the underlying cells in the current slice of the fluid domain.
+.. _bpy.types.FluidDomainSettings.slice_depth:
 
-.. _bpy.types.FluidDomainSettings.slice_per_voxel:
+Position
+   Position of the slice relative to the length of the respective domain side.
 
-Slice per Voxel
-   Determines how many slices per voxel should be generated.
+.. _bpy.types.FluidDomainSettings.show_gridlines:
 
+Gridlines :guilabel:`Closest Interpolation Only`
+   Display gridlines to differentiate the underlying cells in the current slice of the fluid domain.
 
+
 .. _bpy.types.FluidDomainSettings.use_color_ramp:
 
 Grid Display



More information about the Bf-docboard-svn mailing list