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>2010-03-09 12:17:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-09 12:17:45 +0300
commitb7a73f9e5b74062d4498a5061281c0d0af9fb026 (patch)
tree1175ff8ca1cff5bd90d5449d7014b4f32c454780 /source/blender/blenkernel/BKE_material.h
parent6a4b39ed2ce9e44139e91a4daab9ccf6caff0375 (diff)
mtex buffer copy & paste back for materials.
Diffstat (limited to 'source/blender/blenkernel/BKE_material.h')
-rw-r--r--source/blender/blenkernel/BKE_material.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h
index 7ec5d172130..07ca5a1c0ee 100644
--- a/source/blender/blenkernel/BKE_material.h
+++ b/source/blender/blenkernel/BKE_material.h
@@ -83,6 +83,10 @@ void free_matcopybuf(void);
void copy_matcopybuf(struct Material *ma);
void paste_matcopybuf(struct Material *ma);
+void clear_mat_mtex_copybuf(void);
+void copy_mat_mtex_copybuf(struct ID *id);
+void paste_mat_mtex_copybuf(struct ID *id);
+
#ifdef __cplusplus
}
#endif