Added notifier of updates in Freestyle texture slots.

This commit is contained in:
Tamito Kajiyama
2014-04-23 13:39:58 +09:00
parent 308ec601b2
commit 3c3759ac9e

View File

@@ -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;