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:
authorCampbell Barton <ideasman42@gmail.com>2014-07-12 13:50:45 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-07-12 13:51:19 +0400
commit5dc0639d6bee134137a4a935a68bc4a12d021b4c (patch)
tree10d35f0893a2956459ed6f3771b76b9bf5cec4b7 /source/blender/blenkernel/BKE_material.h
parent4f74be2c56ac041efa765879f87557453963cfeb (diff)
Use BKE_texpaint_ prefix
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 1764c52ea95..e69299a36bf 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -86,9 +86,9 @@ short find_material_index(struct Object *ob, struct Material *ma);
bool object_add_material_slot(struct Object *ob);
bool object_remove_material_slot(struct Object *ob);
-void BKE_refresh_texpaint_slot_cache(struct Material *ma, bool use_nodes);
-void BKE_refresh_object_texpaint_slots(struct Object *ob, bool use_nodes);
-void BKE_clear_texpaint_slots(struct Material *ma);
+void BKE_texpaint_slot_refresh_cache(struct Material *ma, bool use_nodes);
+void BKE_texpaint_slots_refresh_object(struct Object *ob, bool use_nodes);
+void BKE_texpaint_slots_clear(struct Material *ma);
/* rna api */
void BKE_material_resize_id(struct ID *id, short totcol, bool do_id_user);