[Bf-docboard-svn] bf-manual: [6942] trunk/blender_docs/manual/sculpt_paint/sculpting: Sculpt: Cloth Filter

Aaron Carlisle carlisle.b3d at gmail.com
Wed Aug 5 17:37:32 CEST 2020


Revision: 6942
          https://developer.blender.org/rBM6942
Author:   Blendify
Date:     2020-08-05 17:37:32 +0200 (Wed, 05 Aug 2020)
Log Message:
-----------
Sculpt: Cloth Filter

rB1d4bae856690c7a4603789509a5842dd6b5f8be1

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

Added Paths:
-----------
    trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth_filter.rst

Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/toolbar.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/toolbar.rst	2020-08-05 15:05:10 UTC (rev 6941)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/toolbar.rst	2020-08-05 15:37:32 UTC (rev 6942)
@@ -86,6 +86,9 @@
 :doc:`/sculpt_paint/sculpting/tools/mesh_filter`
    Applies a deformation to all vertices in the mesh at the same time.
 
+:doc:`/sculpt_paint/sculpting/tools/cloth_filter`
+   Applies a cloth simulation to all vertices in the mesh at the same time.
+
 Move
    Translation tool.
 

Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst	2020-08-05 15:05:10 UTC (rev 6941)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth.rst	2020-08-05 15:37:32 UTC (rev 6942)
@@ -18,6 +18,7 @@
 
 Simulation Limit
    The Factor added relative to the size of the radius to limit the cloth simulation effects.
+
 Simulation Falloff
    The area to apply deformation falloff to the effects of the simulation.
    This setting is a factor of the *Simulation Limit* and is shown as a dashed line around the cursor.
@@ -41,6 +42,7 @@
       Simulates picking up and moving the cloth.
    Expand
       Simulates stretching the cloth out.
+
 Force Falloff
    Shape used in the brush to apply force to the cloth.
 
@@ -51,5 +53,6 @@
 
 Cloth Mass
    Mass of each simulation particle.
+
 Cloth Damping
    How much the applied forces are propagated through the cloth.

Added: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth_filter.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth_filter.rst	                        (rev 0)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth_filter.rst	2020-08-05 15:37:32 UTC (rev 6942)
@@ -0,0 +1,45 @@
+
+************
+Cloth Filter
+************
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Sculpt Mode
+   :Tool:      :menuselection:`Toolbar --> Cloth Filter`
+
+This tool works similar to to the :doc:`Cloth Brush </sculpt_paint/sculpting/tools/cloth>`,
+however, this tool applies a cloth simulation to all vertices in the mesh at the same time.
+To use this tool, click and drag away from the object to have a positive effect
+and click and drag towards the mesh to have a negative effect.
+
+.. tip::
+
+   Vertices can be "pinned" by :doc:`masking` vertices that should remain stationary,
+   or by using :ref:`Face Sets <sculpting-editing-facesets>`.
+
+Filter Type
+  Operation that is going to be applied to the mesh.
+
+  Gravity
+     Applies gravity to the simulation.
+  Inflate
+     Inflates the cloth.
+  Expand
+     Expands the cloth's dimensions.
+  Pinch
+     Pinches the cloth to the point were the cursor was when the filter started.
+
+Strength
+   The amount of effect the filter has on the mesh.
+
+Cloth Mass
+   Mass of each simulation particle.
+
+Cloth Damping
+   How much the applied forces are propagated through the cloth.
+
+Use Face Sets
+   Only applies the mesh filter to the vertices assigned to the
+   :ref:`Face Set <sculpting-editing-facesets>` that is under the mouse.


Property changes on: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/cloth_filter.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/index.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/index.rst	2020-08-05 15:05:10 UTC (rev 6941)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/index.rst	2020-08-05 15:37:32 UTC (rev 6942)
@@ -34,4 +34,5 @@
    mask.rst
    draw_facesets.rst
    mesh_filter.rst
+   cloth_filter.rst
    transforms.rst

Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/mesh_filter.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/mesh_filter.rst	2020-08-05 15:05:10 UTC (rev 6941)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/mesh_filter.rst	2020-08-05 15:37:32 UTC (rev 6942)
@@ -58,7 +58,7 @@
 
 Deformation Axis
    Apply the deformation only on the selected axis.
-
+   
 Use Face Sets
-   Only applies the mesh filter to the vertices assigned to the :ref:`Face Set <sculpting-editing-facesets>`
-   that is under the mouse.
+   Only applies the mesh filter to the vertices assigned to the
+   :ref:`Face Set <sculpting-editing-facesets>` that is under the mouse.




More information about the Bf-docboard-svn mailing list