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>2009-10-07 20:32:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-07 20:32:55 +0400
commit763358fe913c9ede43921f3ccc4cd6fdbfc5f809 (patch)
treed9ecd1ce68e412717e86502efe1380c507b08ec3 /source/blender/editors/render/render_intern.h
parentdf63ccd904f28c3796f15ae14afcb18b45831fe9 (diff)
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)
Diffstat (limited to 'source/blender/editors/render/render_intern.h')
-rw-r--r--source/blender/editors/render/render_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/render/render_intern.h b/source/blender/editors/render/render_intern.h
index dccc2d36002..d3ecbbc56e8 100644
--- a/source/blender/editors/render/render_intern.h
+++ b/source/blender/editors/render/render_intern.h
@@ -37,6 +37,7 @@ void OBJECT_OT_material_slot_remove(struct wmOperatorType *ot);
void OBJECT_OT_material_slot_assign(struct wmOperatorType *ot);
void OBJECT_OT_material_slot_select(struct wmOperatorType *ot);
void OBJECT_OT_material_slot_deselect(struct wmOperatorType *ot);
+void OBJECT_OT_material_slot_copy(struct wmOperatorType *ot);
void MATERIAL_OT_new(struct wmOperatorType *ot);
void TEXTURE_OT_new(struct wmOperatorType *ot);