Fix for #35495, Material preview do not update. This was caused by a line inserted by pynodes merge that would cancel all running preview jobs on each node area refresh. Not sure what the rationale for

this behavior was, but it certainly doesn't work correctly.
This commit is contained in:
Lukas Toenne
2013-05-27 13:13:21 +00:00
parent 57ae0f7680
commit 6f2013a93d

View File

@@ -500,8 +500,6 @@ static void node_area_refresh(const struct bContext *C, ScrArea *sa)
/* default now: refresh node is starting preview */
SpaceNode *snode = sa->spacedata.first;
ED_preview_kill_jobs(C);
snode_set_context(C);
if (snode->nodetree) {