WIP commit on getting the 'render result layers' saved in a single

file. Previous fix accidentally committed parts of that... :)

Note: it is currently disabled still... will commit the real version
soon.
This commit is contained in:
2006-03-14 17:48:40 +00:00
parent e3fb99ad70
commit fe3506f6d4
4 changed files with 22 additions and 13 deletions

View File

@@ -1860,7 +1860,16 @@ void winqreadnodespace(ScrArea *sa, void *spacedata, BWinEvent *evt)
case HKEY:
node_hide(snode);
break;
case RKEY:
{
bNode *node= editnode_get_active(snode->edittree);
if(node && node->type==CMP_NODE_R_RESULT) {
//RE_ReadRenderResult(G.scene, (Scene *)node->id);
//ntreeCompositTagRender(snode->edittree);
//snode_handle_recalc(snode);
}
}
break;
case DELKEY:
case XKEY:
if(fromlib) fromlib= -1;