I'm looking for a way to save both the plain render layer frame and composite frame in an animation render (PNG sequence output); is this possible?
Asked
Active
Viewed 294 times
1
-
2see if this helps you: http://blender.stackexchange.com/questions/39505/is-there-a-way-to-export-each-rendered-layer-as-its-own-image/39535#39535 – Jun 18 '16 at 14:21
-
@cegaton thanks Ceg! Wasn't aware of the File Output node. – Cubit Jun 18 '16 at 14:25
1 Answers
1
I simply added a File Output node connected to the Render Layer output in the compositor, as well as a File Output node connected to the last compositing node:
Cubit
- 761
- 1
- 6
- 20
-
4The second File Output node is unnecessary, as you will already be rendering out a file for the Composited output. This solution will write out 3 files to disk per frame. – Todd McIntosh Jun 18 '16 at 14:55
-
@ToddMcIntosh True, but I was simply rendering still frames at this point and the above method suited my needs. – Cubit Jun 21 '16 at 13:31
