From 5c1951cd7b24913bd95bb6e29c4a6eb489a09b2a Mon Sep 17 00:00:00 2001 From: Alexander Ewering Date: Sat, 19 Nov 2005 13:16:36 +0000 Subject: [PATCH] Add a call to buttons_change_shaded_view() or something in 'assign material index' --- source/blender/src/buttons_editing.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/buttons_editing.c b/source/blender/src/buttons_editing.c index c42420d47b2..53607bbe848 100644 --- a/source/blender/src/buttons_editing.c +++ b/source/blender/src/buttons_editing.c @@ -455,6 +455,7 @@ void do_common_editbuts(unsigned short event) // old name, is a mix of object an } allqueue(REDRAWVIEW3D_Z, 0); DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA); + shade_buttons_change_3d(); BIF_undo_push("Assign material index"); } break;