Composite: renderlayer nodes were not tagged 'changed' when rerendered,
causing a composite to skip them. (only for nodes having another scene)
This commit is contained in:
Ton Roosendaal
2007-03-08 12:05:34 +00:00
parent 8e0704f59a
commit aec81d8b4b

View File

@@ -6086,6 +6086,8 @@ void ntreeCompositTagAnimated(bNodeTree *ntree)
}
else if(node->type==CMP_NODE_TIME)
NodeTagChanged(ntree, node);
else if(node->type==CMP_NODE_R_LAYERS)
NodeTagChanged(ntree, node);
}
}