Initialize the exec data in for composite with the node tree pointer. Doesn't matter now since composites are not executed in parallel, but just to be safe.

This commit is contained in:
Lukas Toenne
2011-09-07 10:09:24 +00:00
parent 520778163d
commit beb6ac217b

View File

@@ -526,7 +526,7 @@ void ntreeCompositExecTree(bNodeTree *ntree, RenderData *rd, int do_preview)
ListBase threads;
ThreadData thdata;
int totnode, curnode, rendering= 1, n;
bNodeTreeExec *exec= NULL;
bNodeTreeExec *exec= ntree->execdata;
if(ntree==NULL) return;