From 763358fe913c9ede43921f3ccc4cd6fdbfc5f809 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 7 Oct 2009 16:32:55 +0000 Subject: copy icon in the material buttons list view so you can copy the current set of materials to other selected objects, (like Ctrl+L, Materials in 2.4x) --- source/blender/blenkernel/BKE_material.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/BKE_material.h') diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h index 382754ee2b2..b6645ef8737 100644 --- a/source/blender/blenkernel/BKE_material.h +++ b/source/blender/blenkernel/BKE_material.h @@ -58,6 +58,7 @@ short *give_totcolp(struct Object *ob); struct Material *give_current_material(struct Object *ob, int act); struct ID *material_from(struct Object *ob, int act); void assign_material(struct Object *ob, struct Material *ma, int act); +void assign_matarar(struct Object *ob, struct Material ***matar, int totcol); int find_material_index(struct Object *ob, struct Material *ma); -- cgit v1.2.3