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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user