Removed the actual data type concept as it was never used.

This commit is contained in:
2012-06-14 09:41:41 +00:00
parent ee65cd7685
commit 8ebec02df6
18 changed files with 20 additions and 336 deletions

View File

@@ -77,7 +77,7 @@ void OutputFileNode::convertToOperations(ExecutionSystem *graph, CompositorConte
BLI_join_dirfile(path, FILE_MAX, storage->base_path, sockdata->path);
OutputSingleLayerOperation *outputOperation = new OutputSingleLayerOperation(
context->getScene(), context->getbNodeTree(), input->getActualDataType(), format, path);
context->getScene(), context->getbNodeTree(), input->getDataType(), format, path);
input->relinkConnections(outputOperation->getInputSocket(0));
graph->addOperation(outputOperation);
if (!previewAdded) {