[Bf-blender-cvs] [794e7e0] temp-array-modifier: typo

Campbell Barton noreply at git.blender.org
Tue Aug 12 04:37:43 CEST 2014


Commit: 794e7e05c3d186991ae1a06ea6d6ff1736eb74ee
Author: Campbell Barton
Date:   Tue Aug 12 12:37:31 2014 +1000
Branches: temp-array-modifier
https://developer.blender.org/rB794e7e05c3d186991ae1a06ea6d6ff1736eb74ee

typo

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

M	source/blender/blenkernel/intern/cdderivedmesh.c

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

diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index 8094ae5..bef3b56 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -2746,7 +2746,7 @@ static int poly_ghash_compare_fn(const void *k1, const void *k2)
  * indicates a vertex is a target, and is to be kept.
  * This array is aligned with 'dm->numVertData'
  *
- * \param tot_vtargetmap  The number of non '-1' values in vtargetmap. (not the size )
+ * \param tot_vtargetmap  The number of non '-1' values in vtargetmap. (not the size)
  *
  * \param merge_mode enum with two modes.
  * - #CDDM_MERGE_VERTS_DUMP_IF_MAPPED
@@ -2755,11 +2755,12 @@ static int poly_ghash_compare_fn(const void *k1, const void *k2)
  * of faces sharing the same set of vertices)
  * - #CDDM_MERGE_VERTS_DUMP_IF_EQUAL
  * When called by the Array Modifier,
- * In this mode, faces where all vertices are merged are double-checked, to see whether
- * all target vertices actually make up a poly already.   Indeed it could be that all of a poly's
- * vertices are merged, but merged to vertices that do not make up a single poly, in which case
- * the original poly should not be dumped.
- * Actually this later behaviour could apply to the Mirror Modifier as well, but the additionnal checks are
+ * In this mode, faces where all vertices are merged are double-checked,
+ * to see whether all target vertices actually make up a poly already.
+ * Indeed it could be that all of a poly's vertices are merged,
+ * but merged to vertices that do not make up a single poly,
+ * in which case the original poly should not be dumped.
+ * Actually this later behaviour could apply to the Mirror Modifier as well, but the additional checks are
  * costly and not necessary in the case of mirror, because each vertex is only merged to its own mirror.
  *
  * \note #CDDM_recalc_tessellation has to run on the returned DM if you want to access tessfaces.




More information about the Bf-blender-cvs mailing list