[Bf-blender-cvs] [af2d39d] custom-normals-bmesh: Minor docstring formatting edit

Campbell Barton noreply at git.blender.org
Thu Jun 9 17:50:46 CEST 2016


Commit: af2d39d902c0e302a32b979a8d47ff8e067c0d65
Author: Campbell Barton
Date:   Fri Jun 10 01:52:31 2016 +1000
Branches: custom-normals-bmesh
https://developer.blender.org/rBaf2d39d902c0e302a32b979a8d47ff8e067c0d65

Minor docstring formatting edit

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

M	source/blender/python/bmesh/bmesh_py_types_customdata.c

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

diff --git a/source/blender/python/bmesh/bmesh_py_types_customdata.c b/source/blender/python/bmesh/bmesh_py_types_customdata.c
index c4a3e29..21a70c9 100644
--- a/source/blender/python/bmesh/bmesh_py_types_customdata.c
+++ b/source/blender/python/bmesh/bmesh_py_types_customdata.c
@@ -320,12 +320,13 @@ static PyObject *bpy_bmlayeritem_copy_from(BPy_BMLayerItem *self, BPy_BMLayerIte
 
 #define bpy_bmlayeritem_from_array__clnors_doc \
 "   clnor layer: Array may be either:\n" \
-"     - A sequence of num_loop tuples (float, float):\n" \
-"       Raw storage of custom normals, as (alpha, beta) factors in [-1.0, 1.0] range.\n" \
-"     - A sequence of num_loop vectors (float, float, float):\n" \
-"       Custom normals per loop, as (x, y, z) components (normalization is ensured internaly).\n" \
-"     - A sequence of num_vert vectors (float, float, float):\n" \
-"       Custom normals per vertex, as (x, y, z) components (normalization is ensured internaly).\n" \
+"   - A sequence of num_loop tuples (float, float):\n" \
+"     Raw storage of custom normals, as (alpha, beta) factors in [-1.0, 1.0] range.\n" \
+"   - A sequence of num_loop vectors (float, float, float):\n" \
+"     Custom normals per loop, as (x, y, z) components (normalization is ensured internaly).\n" \
+"   - A sequence of num_vert vectors (float, float, float):\n" \
+"     Custom normals per vertex, as (x, y, z) components (normalization is ensured internaly).\n" \
+"\n" \
 "   In all cases, items which are None or null vectors will use default auto-computed normal.\n" \
 "\n" \
 "   Returns an array of the same type as given one, with None/null-vector values replaced by actual ones.\n"




More information about the Bf-blender-cvs mailing list