[Bf-docboard-svn] bf-manual: [9404] trunk/blender_docs/manual/sculpt_paint/curves_sculpting: Cleanup: Formatting

Aaron Carlisle noreply at blender.org
Tue Jul 12 04:12:41 CEST 2022


Revision: 9404
          https://developer.blender.org/rBM9404
Author:   Blendify
Date:     2022-07-12 04:12:41 +0200 (Tue, 12 Jul 2022)
Log Message:
-----------
Cleanup: Formatting

Cleanup formating from commit rBM

Modified Paths:
--------------
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/index.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/introduction.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/delete_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/density_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/grow_shrink_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/pinch_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/puff_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/selection_paint.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/slide_curves.rst
    trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/snake_hook_curves.rst

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/index.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/index.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/index.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -1,3 +1,4 @@
+
 ####################
   Curves Sculpting
 ####################

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/introduction.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/introduction.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/introduction.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -9,8 +9,10 @@
 Some tools, such as the :doc:`Add Curves</sculpt_paint/curves_sculpting/tools/add_curves>`, require the Surface to be set already.
 
 .. note::
+
     Curves Sculpt tools only use the original mesh of the surface object and don't take its modifiers into account.
 
+
 Surface
 =======
 
@@ -23,6 +25,7 @@
 .. figure:: /images/sculpt-paint_sculpting_curves-surface.png
 
 .. note::
+
   If the UV from the surface changed, run :ref:`Snap to Nearest Surfaces<Snap to Nearest Surfaces>`  to re-attach the curves.
 
 
@@ -30,37 +33,38 @@
 ===========
 
 Snap to Deformed Surfaces
-  Re-attach curves to a deformed surface using the existing attachment information.
-  This only works when the topology of the surface mesh has not changed.
+   Re-attach curves to a deformed surface using the existing attachment information.
+   This only works when the topology of the surface mesh has not changed.
 
 .. _Snap to Nearest Surfaces:
 
 Snap to Nearest Surfaces
-  Find the closest point on the surface for the root point of every curve and move the root there.
-  This needs to be run after the surface mesh topology changed
+   Find the closest point on the surface for the root point of every curve and move the root there.
+   This needs to be run after the surface mesh topology changed
 
 Convert to Particle System
-  Add a new or update an existing hair particle system on the surface object.
-  An operator used for backwards compatibility with the old  :doc:`hair type particle system </physics/particles/hair/introduction>`.
+   Add a new or update an existing hair particle system on the surface object.
+   An operator used for backwards compatibility with the old  :doc:`hair type particle system </physics/particles/hair/introduction>`.
 
+
 Select Menu
 ===========
 
 All
-  Select all control points.
+   Select all control points.
 
 None
-  Deselect all control points.
+   Deselect all control points.
 
 Invert
-  Invert the selection.
+   Invert the selection.
 
 Random
-  Randomizes existing selection or create new random selection.
+   Randomizes existing selection or create new random selection.
 
 Endpoints
-  Select end point of curves.
-  Only supported in the Control Point selection mode.
+   Select end point of curves.
+   Only supported in the Control Point selection mode.
 
 Grow
-  Select curves which are close to curves that are selected already.
\ No newline at end of file
+   Select curves which are close to curves that are selected already.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/add_curves.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -3,31 +3,35 @@
 Add Curves
 **********
 
-Used to distribute new curves on the surface mesh. This tool requires the curve to have a :doc:`Surface </sculpt_paint/curves_sculpting/introduction>`, commonly used for hair scalp.
+Used to distribute new curves on the surface mesh.
+This tool requires the curve to have a :doc:`Surface </sculpt_paint/curves_sculpting/introduction>`,
+commonly used for hair scalp.
 
 The curves follow the Surface normals and can be used to expand existent curve interpolating their characteristics.
 
-Settings
-========
 
+Brush Settings
+==============
+
 Count
-  Number of curves added.
+   Number of curves added.
 
 Curve Length
-  Length of newly added curves when not interpolated.
+   Length of newly added curves when not interpolated.
 
 Points Per Curve
   Number of Control Points for the new created curves when the shape is not interpolated.
 
 .. note::
-  Interpolation allows to add hair which is already combed. The new hair is then created
-  following the previously created hair which are in the vicinity.
 
+   Interpolation allows to add hair which is already combed. The new hair is then created
+   following the previously created hair which are in the vicinity.
+
 Interpolate Length
-  Use length of the curves in close proximity.
+   Use length of the curves in close proximity.
 
 Interpolate Shape
-  Use shape and the amount of control points of the curves in close proximity.
+   Use shape and the amount of control points of the curves in close proximity.
 
 Interpolate Point Count
-  Use the amount of control points of the curves in close proximity.
+   Use the amount of control points of the curves in close proximity.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/delete_curves.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/delete_curves.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/delete_curves.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -3,4 +3,5 @@
 Delete Curves
 *************
 
-Remove existing curves. The tool deletes the entire curves, if any of its segments fall under the brush falloff radius.
\ No newline at end of file
+Remove existing curves. The tool deletes the entire curves,
+if any of its segments fall under the brush falloff radius.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/density_curves.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/density_curves.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/density_curves.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -7,19 +7,20 @@
 It generates a high number of points and then rejects the
 ones that are too close to existing points.
 
-Settings
-========
 
+Brush Settings
+==============
+
 Density Mode
-  Auto
+   :Auto:
     Either add or remove curves depending on the minimum distance of the curves under the cursor.
-  Add
-    Add new curves between existing curves, taking the minimum distance into account.
-  Remove
-    Remove curves whose root points are too close.
+   :Add:
+      Add new curves between existing curves, taking the minimum distance into account.
+   :Remove:
+      Remove curves whose root points are too close.
 
 Distance Min
-  Goal distance between the curve roots.
+   Goal distance between the curve roots.
 
 Count Max
-  The maximum amount of points that it tries to sample in the surface.
+   The maximum amount of points that it tries to sample in the surface.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/grow_shrink_curves.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/grow_shrink_curves.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/grow_shrink_curves.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -3,16 +3,18 @@
 Grow / Shrink Curves
 ********************
 
-Change the length of existing curves preserving the amount of control points and resampling the curve to preserve the original shape.
+Change the length of existing curves preserving the amount of control points
+and resampling the curve to preserve the original shape.
 
-Settings
-========
 
+Brush Settings
+==============
+
 Direction
-  Determines whether to grow or shrink the curves. It can be toggled holding :kbd:`Ctrl` while sculpting.
+   Determines whether to grow or shrink the curves. It can be toggled holding :kbd:`Ctrl` while sculpting.
 
 Scale Uniform
-  Grow or shrink curves by changing their size uniformly instead of using trimming or extrapolation.
+   Grow or shrink curves by changing their size uniformly instead of using trimming or extrapolation.
 
 Minimum Length
-  Avoid shrinking curves shorter than this length.
+   Avoid shrinking curves shorter than this length.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/pinch_curves.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/pinch_curves.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/pinch_curves.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -5,4 +5,4 @@
 
 Converges adjacent curves to the curve at the center of the cursor.
 
-The pinch brush can be inverted by holding :kbd:`Ctrl`.
\ No newline at end of file
+The pinch brush can be inverted by holding :kbd:`Ctrl`.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/puff_curves.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/puff_curves.rst	2022-07-12 01:20:35 UTC (rev 9403)
+++ trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/puff_curves.rst	2022-07-12 02:12:41 UTC (rev 9404)
@@ -3,4 +3,5 @@
 Puff Curves
 ***********
 
-Makes the curves stand up. The brush aligns the curve with the surface normal and makes sure that points don't move closer to the root point.
+Makes the curves stand up. The brush aligns the curve with the surface normal
+and makes sure that points don't move closer to the root point.

Modified: trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/selection_paint.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/curves_sculpting/tools/selection_paint.rst	2022-07-12 01:20:35 UTC (rev 9403)

@@ Diff output truncated at 10240 characters. @@


More information about the Bf-docboard-svn mailing list