[Bf-docboard-svn] bf-manual: [9538] branches/blender-3.3-release/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst: GPencil: Fix sharp_threshold property in sample stroke operator

Aaron Carlisle noreply at blender.org
Fri Sep 9 01:18:14 CEST 2022


Revision: 9538
          https://developer.blender.org/rBM9538
Author:   Blendify
Date:     2022-09-09 01:18:14 +0200 (Fri, 09 Sep 2022)
Log Message:
-----------
GPencil: Fix sharp_threshold property in sample stroke operator

Modified Paths:
--------------
    branches/blender-3.3-release/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst

Modified: branches/blender-3.3-release/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst
===================================================================
--- branches/blender-3.3-release/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst	2022-09-08 14:19:42 UTC (rev 9537)
+++ branches/blender-3.3-release/blender_docs/manual/grease_pencil/modes/edit/stroke_menu.rst	2022-09-08 23:18:14 UTC (rev 9538)
@@ -45,10 +45,6 @@
    When enabled, the operator affect the UV rotation on the points.
 
 
-.. _bpy.ops.gpencil.stroke_simplify_fixed:
-.. _bpy.ops.gpencil.stroke_simplify:
-.. _bpy.ops.gpencil.stroke_sample:
-
 Simplify
 ========
 
@@ -59,6 +55,8 @@
 
 Reduce the amount of points in the strokes.
 
+.. _bpy.ops.gpencil.stroke_simplify_fixed:
+
 Fixed
    Deletes alternated points in the strokes, except the start and end points.
 
@@ -65,6 +63,8 @@
    Steps
       The number of times to repeat the procedure.
 
+.. _bpy.ops.gpencil.stroke_simplify:
+
 Adaptive
    Uses the RDP algorithm (Ramer-Douglas-Peucker algorithm) for points deletion.
    The algorithm tries to obtain a similar line shape with fewer points.
@@ -72,6 +72,8 @@
    Factor
       Controls the amount of recursively simplifications applied by the algorithm.
 
+.. _bpy.ops.gpencil.stroke_sample:
+
 Sample
    Recreates the stroke geometry with a predefined length between points.
 
@@ -79,6 +81,10 @@
       The distance between points on the recreated stroke.
       Smaller values will require more points to recreate the stroke,
       while larger values will result in fewer points needed to recreate the curve.
+   Sharp Threshold
+      The maximum angle between points on the recreated stroke.
+      Smaller values will require more points to recreate the stroke,
+      while larger values will result in fewer points needed to recreate the curve.
 
 
 .. _bpy.ops.gpencil.stroke_trim:



More information about the Bf-docboard-svn mailing list