[Bf-blender-cvs] [32ca08a1553] refactor-mesh-uv-map-generic: Cleanup: Comment

Hans Goudey noreply at git.blender.org
Fri Aug 26 20:16:34 CEST 2022


Commit: 32ca08a155332b15a64a82f20078f6b8daaa8b15
Author: Hans Goudey
Date:   Fri Aug 26 13:11:28 2022 -0500
Branches: refactor-mesh-uv-map-generic
https://developer.blender.org/rB32ca08a155332b15a64a82f20078f6b8daaa8b15

Cleanup: Comment

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

M	source/blender/blenkernel/BKE_customdata.h

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

diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 9dff78b43d0..02fd92f5b2d 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -789,8 +789,7 @@ inline std::string uv_sublayer_name_pin(const StringRef uv_map_name)
 
 #endif
 /**
- * Get a descriptor containing offsets for layers used for user interaction with the UV map.
- * \param name: Optional layer name. When null, the default layer is returned.
+ * Get a descriptor containing offsets for layers used for user interaction with the active UV map.
  */
 UVMap_Offsets CustomData_get_active_uvmap_offsets(struct BMesh *bm);
 UVMap_Data CustomData_get_uvmap_data_n(const struct CustomData *data, int n);



More information about the Bf-blender-cvs mailing list