[Bf-blender-cvs] [3c3759a] master: Added notifier of updates in Freestyle texture slots.

Tamito Kajiyama noreply at git.blender.org
Sat May 3 13:39:33 CEST 2014


Commit: 3c3759ac9e609aced3e751a50fc67462ae6dfc7a
Author: Tamito Kajiyama
Date:   Wed Apr 23 13:39:58 2014 +0900
https://developer.blender.org/rB3c3759ac9e609aced3e751a50fc67462ae6dfc7a

Added notifier of updates in Freestyle texture slots.

===================================================================

M	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 0d327d6..f098a65 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;




More information about the Bf-blender-cvs mailing list