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:
authorJoseph Eagar <joeedh@gmail.com>2011-05-10 21:01:26 +0400
committerJoseph Eagar <joeedh@gmail.com>2011-05-10 21:01:26 +0400
commit086d013ec2e735a09e2f0f28c1bdd354c1fd65af (patch)
tree5214a35118383a65d4dfe44d4076aa080af8a4ae /source/blender/blenkernel/BKE_customdata.h
parent21a9dc8d8bb320212f9a1d823b214424e6d2a244 (diff)
=bmesh= glsl drawing in editmode works again, also fixed some minor customdata bugs
Diffstat (limited to 'source/blender/blenkernel/BKE_customdata.h')
-rw-r--r--source/blender/blenkernel/BKE_customdata.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_customdata.h b/source/blender/blenkernel/BKE_customdata.h
index 319519cf363..276e8dd3d2f 100644
--- a/source/blender/blenkernel/BKE_customdata.h
+++ b/source/blender/blenkernel/BKE_customdata.h
@@ -229,6 +229,8 @@ void *CustomData_bmesh_get_n(const struct CustomData *data, void *block, int typ
*/
void *CustomData_bmesh_get_layer_n(const struct CustomData *data, void *block, int n);
+int CustomData_set_layer_name(const struct CustomData *data, int type, int n, const char *name);
+
/* gets a pointer to the active or first layer of type
* returns NULL if there is no layer of type
*/