[Bf-docboard-svn] bf-manual: [7694] branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint: GPencil: Add Vertex Paint operators to Paint menu

Aaron Carlisle noreply at blender.org
Fri Jan 29 23:03:43 CET 2021


Revision: 7694
          https://developer.blender.org/rBM7694
Author:   Blendify
Date:     2021-01-29 23:03:43 +0100 (Fri, 29 Jan 2021)
Log Message:
-----------
GPencil: Add Vertex Paint operators to Paint menu

rB986955a2d53a5fd94be38f22e0eb954333763aff

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/index.rst
    branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/tool_settings/brush.rst

Added Paths:
-----------
    branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/editing.rst

Added: branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/editing.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/editing.rst	                        (rev 0)
+++ branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/editing.rst	2021-01-29 22:03:43 UTC (rev 7694)
@@ -0,0 +1,73 @@
+
+*******
+Editing
+*******
+
+.. _bpy.ops.gpencil.vertex_color_set:
+
+Set Vertex Colors
+=================
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Vertex Paint Mode
+   :Menu:      :menuselection:`Paint --> Set Vertex Colors`
+
+Sets the :ref:`active color <grease-pencil-vertex-paint-brush-color>` to all selected vertices.
+
+
+.. _bpy.ops.gpencil.vertex_color_invert:
+
+Invert
+======
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Vertex Paint Mode
+   :Menu:      :menuselection:`Paint --> Invert`
+
+Invert RGB values.
+
+
+.. _bpy.ops.gpencil.vertex_color_levels:
+
+Levels
+======
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Vertex Paint Mode
+   :Menu:      :menuselection:`Paint --> Levels`
+
+Adjust levels of vertex colors.
+
+
+.. _bpy.ops.gpencil.vertex_color_hsv:
+
+Hue Saturation Value
+====================
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Vertex Paint Mode
+   :Menu:      :menuselection:`Paint --> Hue Saturation Value`
+
+Adjust vertex color HSV values.
+
+
+.. _bpy.ops.gpencil.vertex_color_brightness_contrast:
+
+Bright/Contrast
+===============
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Vertex Paint Mode
+   :Menu:      :menuselection:`Paint --> Bright/Contrast`
+
+Adjust vertex color brightness/contrast.


Property changes on: branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/editing.rst
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/index.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/index.rst	2021-01-29 18:42:30 UTC (rev 7693)
+++ branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/index.rst	2021-01-29 22:03:43 UTC (rev 7694)
@@ -9,3 +9,4 @@
    introduction.rst
    tools.rst
    tool_settings/brush.rst
+   editing.rst

Modified: branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/tool_settings/brush.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/tool_settings/brush.rst	2021-01-29 18:42:30 UTC (rev 7693)
+++ branches/blender-2.92-release/blender_docs/manual/grease_pencil/modes/vertex_paint/tool_settings/brush.rst	2021-01-29 22:03:43 UTC (rev 7694)
@@ -39,6 +39,8 @@
    See the global brush settings for :doc:`Cursor </sculpt_paint/brush/cursor>` settings.
 
 
+.. _grease-pencil-vertex-paint-brush-color:
+
 Color Picker
 ============
 



More information about the Bf-docboard-svn mailing list