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:
authorHoward Trickey <howard.trickey@gmail.com>2011-08-07 16:45:55 +0400
committerHoward Trickey <howard.trickey@gmail.com>2011-08-07 16:45:55 +0400
commit5f75407e227ecefe6fedb03fe6750f7584417eab (patch)
treeb41a56494fd1fe317dcb3ea012016ded78a29f95 /source/blender/blenkernel/BKE_customdata.h
parentaa1477cce1452b117769d1a6614294a3ebfd2314 (diff)
change TODO -> BMESH_TODO if only on bmesh branch
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 7f3c5b02ecb..44f2db93663 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -96,7 +96,7 @@ void CustomData_data_add(int type, void *data1, void *data2);
void CustomData_copy(const struct CustomData *source, struct CustomData *dest,
CustomDataMask mask, int alloctype, int totelem);
-/* TODO, not really a public function but readfile.c needs it */
+/* BMESH_TODO, not really a public function but readfile.c needs it */
void CustomData_update_typemap(struct CustomData *data);
/* same as the above, except that this will preserve existing layers, and only