[Bf-blender-cvs] [55c6cc46b58] master: Fix RST syntax for freestyle documentation

nutti noreply at git.blender.org
Wed Jul 29 01:51:19 CEST 2020


Commit: 55c6cc46b58e2160bb58dcca2672cc781535c7d4
Author: nutti
Date:   Wed Jul 29 09:46:37 2020 +1000
Branches: master
https://developer.blender.org/rB55c6cc46b58e2160bb58dcca2672cc781535c7d4

Fix RST syntax for freestyle documentation

===================================================================

M	source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.cpp

===================================================================

diff --git a/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.cpp b/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.cpp
index 51a0c670d75..9e2726061c3 100644
--- a/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.cpp
+++ b/source/blender/freestyle/intern/python/StrokeShader/BPy_SmoothingShader.cpp
@@ -35,9 +35,9 @@ static char SmoothingShader___doc__[] =
     "\n"
     "[Geometry shader]\n"
     "\n"
-    ".. method:: __init__(num_iterations=100, factor_point=0.1,\n"
-    "      factor_curvature=0.0, factor_curvature_difference=0.2,\n"
-    "      aniso_point=0.0, aniso_normal=0.0, aniso_curvature=0.0,\n"
+    ".. method:: __init__(num_iterations=100, factor_point=0.1, \\\n"
+    "      factor_curvature=0.0, factor_curvature_difference=0.2, \\\n"
+    "      aniso_point=0.0, aniso_normal=0.0, aniso_curvature=0.0, \\\n"
     "      carricature_factor=1.0)\n"
     "\n"
     "   Builds a SmoothingShader object.\n"



More information about the Bf-blender-cvs mailing list