Fix T51840: UI redraw in node editor header missing on pointcache bake

Missing a notifier handler in the node editor
This commit is contained in:
Thomas Beck 2017-06-18 16:26:09 +02:00
parent cd8c46627f
commit f158a206f2
Notes: blender-bot 2023-02-14 08:42:54 +01:00
Referenced by issue #51840, UI redraw in node editor header missing on pointcache bake
1 changed files with 4 additions and 0 deletions

View File

@ -753,6 +753,10 @@ static void node_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegi
break;
}
break;
case NC_WM:
if (wmn->data == ND_JOB)
ED_region_tag_redraw(ar);
break;
case NC_SCENE:
case NC_MATERIAL:
case NC_TEXTURE: