Fixes in reading back rendered temp files ("Save buffers" and "FSA" options).

Press Rkey in compositor for reading back render results and invoke a compo.
This now correctly reads AO (skipped it sometimes) and it makes a correct
composite.

FSA todo:
- hotkey + button for reading all samples back + composite
- solve black border around image
This commit is contained in:
2008-01-30 21:14:36 +00:00
parent c773988003
commit 70c413d4ad
3 changed files with 15 additions and 18 deletions

View File

@@ -2005,6 +2005,10 @@ void node_read_renderlayers(SpaceNode *snode)
}
}
/* own render result should be read/allocated */
if(G.scene->id.flag & LIB_DOIT)
RE_ReadRenderResult(G.scene, G.scene);
snode_handle_recalc(snode);
}