6

I'm rendering with Cycles in the viewport (not with F12) and would like to get that viewport output as an input node into the Compositor.

How can this be done?

michael-kiss
  • 256
  • 2
  • 7

3 Answers3

4

Well there is a way but it really is a cart before the horse thing. If you really need the image you can only get it by a screenshot, which will be limited to an 8 bit depth and the size of your viewport, obviously.

When it is saved you can then use a file node to import it into the node editor. As I said this is a nuts way to do it but it can be done.

Don't do it though use F12.

Mark B Tomlinson
  • 999
  • 1
  • 8
  • 16
2

As far as I know you can't, the viewport rendering is just used as a preview as you develop shaders and lighting.

The way you get the output is from a full (F12) render, then in the compositor:

  1. Shift+A
  2. Input > Render Layers
Ray Mairlot
  • 29,192
  • 11
  • 103
  • 125
  • That's bad luck, but thank you very much for the quick answers. I guess I'll have to stick with the screenshot advice, for it being much quicker. – michael-kiss Sep 06 '13 at 13:50
  • 1
    @michael-kiss Don't really see how a screenshot could be quicker than a render as long as you render the same number of samples and at lower quality... – Ray Mairlot Sep 06 '13 at 14:55
0

You can't, because the viewport render is only a preview. In fact, you shouldn't rely on the viewport for determining the final output, actually, because it doesn't represent an accurate view of what the final render will be and wasn't meant for that purpose.