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