From 3c3759ac9e609aced3e751a50fc67462ae6dfc7a Mon Sep 17 00:00:00 2001 From: Tamito Kajiyama Date: Wed, 23 Apr 2014 13:39:58 +0900 Subject: Added notifier of updates in Freestyle texture slots. --- source/blender/makesrna/intern/rna_texture.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/makesrna/intern/rna_texture.c') diff --git a/source/blender/makesrna/intern/rna_texture.c b/source/blender/makesrna/intern/rna_texture.c index 0d327d6da0a..f098a659671 100644 --- a/source/blender/makesrna/intern/rna_texture.c +++ b/source/blender/makesrna/intern/rna_texture.c @@ -245,6 +245,9 @@ void rna_TextureSlot_update(Main *UNUSED(bmain), Scene *UNUSED(scene), PointerRN case ID_BR: WM_main_add_notifier(NC_BRUSH, id); break; + case ID_LS: + WM_main_add_notifier(NC_LINESTYLE, id); + break; case ID_PA: { MTex *mtex = ptr->data; -- cgit v1.2.3