[Bf-docboard-svn] bf-manual: [7393] trunk/blender_docs/manual/sculpt_paint/sculpting: Sculpt: Line gestures and Mask Line tool

Aaron Carlisle noreply at blender.org
Wed Nov 18 23:23:15 CET 2020


Revision: 7393
          https://developer.blender.org/rBM7393
Author:   Blendify
Date:     2020-11-18 23:23:15 +0100 (Wed, 18 Nov 2020)
Log Message:
-----------
Sculpt: Line gestures and Mask Line tool

rB8c81b3fb8b9c857626c037fe0c95c5d48a3ca20f

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

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

Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/toolbar.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/toolbar.rst	2020-11-18 21:59:12 UTC (rev 7392)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/toolbar.rst	2020-11-18 22:23:15 UTC (rev 7393)
@@ -86,6 +86,9 @@
 :doc:`/sculpt_paint/sculpting/tools/mask`
    Lets you select mesh parts to be unaffected by other brushes by painting vertex colors.
 
+:doc:`/sculpt_paint/sculpting/tools/line_mask`
+   Creates a mask based on a lone.
+
 :doc:`/sculpt_paint/sculpting/tools/box_face_set`
    Creates a face set based on box select.
 

Modified: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/index.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/index.rst	2020-11-18 21:59:12 UTC (rev 7392)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/index.rst	2020-11-18 22:23:15 UTC (rev 7393)
@@ -34,6 +34,7 @@
    simplify.rst
    mask.rst
    draw_facesets.rst
+   line_mask.rst
    box_face_set.rst
    lasso_face_set.rst
    box_trim.rst

Added: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/line_mask.rst
===================================================================
--- trunk/blender_docs/manual/sculpt_paint/sculpting/tools/line_mask.rst	                        (rev 0)
+++ trunk/blender_docs/manual/sculpt_paint/sculpting/tools/line_mask.rst	2020-11-18 22:23:15 UTC (rev 7393)
@@ -0,0 +1,40 @@
+
+*********
+Line Mask
+*********
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Sculpt Mode
+   :Tool:      :menuselection:`Toolbar --> Line Project`
+
+This tool creates a :doc:`Mask </sculpt_paint/sculpting/editing/mask>`
+based on plan determined by the camera view and a drawn line.
+The region of the mesh that is masked is visualized by the side of the line that is shaded.
+
+
+Tool Settings
+=============
+
+Front Faces Only
+   Only creates a mask on the front side of faces.
+
+
+Usage
+=====
+
+#. Orient the 3D Viewport to define the local view plane to use for the mask.
+#. :kbd:`LMB` and hold while moving the cursor to define the line to pick a region of the view plane to mask.
+#. Release :kbd:`LMB` to confirm.
+
+
+Controls
+========
+
+Flip :kbd:`F`
+   Changes the side of the line that the tool creates a mask.
+Snap :kbd:`Ctrl`
+   Constrains the line to 15 degree intervals.
+Move :kbd:`Ctrl-Spacebar`
+   Changes the location of the line.


Property changes on: trunk/blender_docs/manual/sculpt_paint/sculpting/tools/line_mask.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property


More information about the Bf-docboard-svn mailing list