[Bf-blender-cvs] [2ee86901fd7] curve-nodes-modifier: Cleanup: Comment formatting, wording

Hans Goudey noreply at git.blender.org
Wed Jul 21 23:11:45 CEST 2021


Commit: 2ee86901fd745b8f1aabe7f215cf68eada1b6566
Author: Hans Goudey
Date:   Wed Jul 21 17:07:43 2021 -0400
Branches: curve-nodes-modifier
https://developer.blender.org/rB2ee86901fd745b8f1aabe7f215cf68eada1b6566

Cleanup: Comment formatting, wording

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

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

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

diff --git a/source/blender/blenkernel/intern/mesh_convert.c b/source/blender/blenkernel/intern/mesh_convert.c
index 4c50d57c38c..e13663bb4dc 100644
--- a/source/blender/blenkernel/intern/mesh_convert.c
+++ b/source/blender/blenkernel/intern/mesh_convert.c
@@ -485,10 +485,9 @@ static int mesh_nurbs_displist_to_mdata(const Curve *cu,
 /**
  * Copy evaluated texture space from curve to mesh.
  *
- * \note We disable auto texture space feature since that will cause
- * texture space to evaluate differently for curve and mesh, since curve
- * uses CV to calculate bounding box, and mesh uses what is coming from
- * tessellated curve.
+ * \note We disable auto texture space feature since that will cause texture space to evaluate
+ * differently for curve and mesh, since curves use control points and handles to calculate the
+ * bounding box, and mesh uses the tessellated curve.
  */
 static void mesh_copy_texture_space_from_curve_type(const Curve *cu, Mesh *me)
 {



More information about the Bf-blender-cvs mailing list