[Bf-blender-cvs] [e91eff347a9] refactor-mesh-hide-generic: Remove "new" in comment

Hans Goudey noreply at git.blender.org
Fri Jul 22 01:35:26 CEST 2022


Commit: e91eff347a9f855d3c0e757a94962078cd2e8d60
Author: Hans Goudey
Date:   Thu Jul 21 18:12:35 2022 -0500
Branches: refactor-mesh-hide-generic
https://developer.blender.org/rBe91eff347a9f855d3c0e757a94962078cd2e8d60

Remove "new" in comment

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

M	source/blender/blenkernel/BKE_mesh_legacy_convert.h

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

diff --git a/source/blender/blenkernel/BKE_mesh_legacy_convert.h b/source/blender/blenkernel/BKE_mesh_legacy_convert.h
index 276b3146b06..bbc61d5af5e 100644
--- a/source/blender/blenkernel/BKE_mesh_legacy_convert.h
+++ b/source/blender/blenkernel/BKE_mesh_legacy_convert.h
@@ -18,11 +18,11 @@ struct Mesh;
 struct MFace;
 
 /**
- * Convert the new hidden element attributes to the old flag format for writing.
+ * Convert the hidden element attributes to the old flag format for writing.
  */
 void BKE_mesh_legacy_convert_hide_layers_to_flags(struct Mesh *mesh);
 /**
- * Convert the old hide flags (#ME_HIDE) to the new hidden element attribute for reading.
+ * Convert the old hide flags (#ME_HIDE) to the hidden element attribute for reading.
  * Only add the attributes when there are any elements in each domain hidden.
  */
 void BKE_mesh_legacy_convert_flags_to_hide_layers(struct Mesh *mesh);



More information about the Bf-blender-cvs mailing list