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-08-04 21:49:07 +0300
committerHans Goudey <h.goudey@me.com>2022-08-04 21:49:07 +0300
commitfca7cb01011a3e34d21fcff6800d0b26b2be6e8e (patch)
tree50f005c44382397761f4d3263eb58dfd9f300531 /source/blender/blenkernel/intern/customdata.cc
parent77047d2088016140da2669fcda9ba2a23336e14b (diff)
Cleanup: Remove incorrect comment
Diffstat (limited to 'source/blender/blenkernel/intern/customdata.cc')
-rw-r--r--source/blender/blenkernel/intern/customdata.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/customdata.cc b/source/blender/blenkernel/intern/customdata.cc
index 8444f15cb8b..acb978642aa 100644
--- a/source/blender/blenkernel/intern/customdata.cc
+++ b/source/blender/blenkernel/intern/customdata.cc
@@ -3479,7 +3479,6 @@ int CustomData_get_n_offset(const CustomData *data, const int type, const int n)
int CustomData_get_offset_named(const CustomData *data, int type, const char *name)
{
- /* get the layer index of the active layer of type */
int layer_index = CustomData_get_named_layer_index(data, type, name);
if (layer_index == -1) {
return -1;