Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-09-23 17:35:10 +0300
committerHans Goudey <h.goudey@me.com>2022-09-23 17:35:10 +0300
commit2ada25e58706c64e10a690f062a65029b8f62ce8 (patch)
tree15254b342e29afe3e07c28674b01f9e899fc5535 /source/blender/blenkernel/intern/customdata.cc
parent1c43caa51b4160eaf51d13e8fc2d52beb0c3937b (diff)
Renamings
Diffstat (limited to 'source/blender/blenkernel/intern/customdata.cc')
-rw-r--r--source/blender/blenkernel/intern/customdata.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
index 55d3797cd5d..51c3b405ebc 100644
--- a/source/blender/blenkernel/intern/customdata.cc
+++ b/source/blender/blenkernel/intern/customdata.cc
@@ -2376,9 +2376,9 @@ static bool attribute_stored_in_bmesh_flag(const StringRef name)
".hide_vert",
".hide_edge",
".hide_poly",
- ".selection_vert",
- ".selection_edge",
- ".selection_poly",
+ ".select_vert",
+ ".select_edge",
+ ".select_poly",
"material_index");
}