Revert "Fix crash opening really old files with compositor"

This commit broke compatibility with newer files: due to rename
of Speed to Vector the links got lost.

This reverts commit 0e46da76b7.
This commit is contained in:
Sergey Sharybin 2017-05-24 15:29:14 +02:00
parent d252ac6b95
commit f4074ce8d7
1 changed files with 0 additions and 2 deletions

View File

@ -1615,8 +1615,6 @@ void blo_do_versions_270(FileData *fd, Library *UNUSED(lib), Main *main)
bNode *node;
for (node = ntree->nodes.first; node; node = node->next) {
if (node->type == CMP_NODE_R_LAYERS) {
/* Make sure new sockets are properly created. */
node_verify_socket_templates(ntree, node);
int pass_index = 0;
const char *sockname;
for (bNodeSocket *sock = node->outputs.first; sock && pass_index < 31; sock = sock->next, pass_index++) {