[Bf-docboard-svn] bf-manual: [7264] trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst: Sculpt: Cloth Brush simulation area property

Aaron Carlisle noreply at blender.org
Wed Oct 21 22:32:21 CEST 2020


Revision: 7264
          https://developer.blender.org/rBM7264
Author:   Blendify
Date:     2020-10-21 22:32:21 +0200 (Wed, 21 Oct 2020)
Log Message:
-----------
Sculpt: Cloth Brush simulation area property

rBd693d77fed968c126dbde62c73bbaffc5b14b43c
rB8ef353fa5061f6c393ef3bc96e3e11ae74d8435f

Modified Paths:
--------------
    trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst

Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst	2020-10-21 20:17:09 UTC (rev 7263)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst	2020-10-21 20:32:21 UTC (rev 7264)
@@ -1,3 +1,4 @@
+.. _bpy.types.Brush.cloth:
 
 *****
 Cloth
@@ -16,6 +17,19 @@
 Note, using a relatively small brush makes the solver's calculations much faster,
 larger brush sizes might be too slow to get a usable brush.
 
+.. _bpy.types.Brush.cloth_simulation_area_type:
+
+Simulation Area
+   Selects the part of the mesh that is going to be simulated when the stroke is active.
+   This can greatly affect performance depending on the complexity of the mesh.
+
+   Local
+      Simulates only a specific area around the brush limited by a fixed radius.
+   Global
+      Simulates the entire mesh.
+   Dynamic
+      The active simulation area moves with the brush while still being limited by a fixed radius.
+
 Simulation Limit
    The Factor added relative to the size of the radius to limit the cloth simulation effects.
 



More information about the Bf-docboard-svn mailing list