[Bf-blender-cvs] [50c585ad083] refactor-mesh-uv-map-generic: Add deprecation comment

Hans Goudey noreply at git.blender.org
Fri Aug 26 18:13:51 CEST 2022


Commit: 50c585ad0838a687ee4e57da945c5013fb971021
Author: Hans Goudey
Date:   Fri Aug 26 11:13:35 2022 -0500
Branches: refactor-mesh-uv-map-generic
https://developer.blender.org/rB50c585ad0838a687ee4e57da945c5013fb971021

Add deprecation comment

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

M	source/blender/blenkernel/intern/customdata.cc

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

diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
index 07d4734bc69..b40c6dfc8bb 100644
--- a/source/blender/blenkernel/intern/customdata.cc
+++ b/source/blender/blenkernel/intern/customdata.cc
@@ -1690,7 +1690,7 @@ static const LayerTypeInfo LAYERTYPEINFO[CD_NUMTYPES] = {
     /* NOTE: when we expose the UV Map / TexFace split to the user,
      * change this back to face Texture. */
     {sizeof(int), "", 0, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr},
-    /* 16: CD_MLOOPUV */
+    /* 16: CD_MLOOPUV */ /* DEPRECATED */
     {sizeof(MLoopUV), "MLoopUV", 1, N_("UVMap")},
     /* 17: CD_PROP_BYTE_COLOR */
     {sizeof(MLoopCol),



More information about the Bf-blender-cvs mailing list