6

I have problem with compositor.

It doesn't show result in output render until I replug Image into Composite node.

I am rendering 2 layers, but it show only first layer, without anything modified, until I unplug and plug back into Image slot in Composite node. Then it shows correctly.

NODE SETUP: enter image description here enter image description here

EDIT:

Result doesn't show in render output. In Viewer it is visible.

EDIT 2:

Here is the blend file. Sorry for wrong file.

Jozef Culen
  • 661
  • 1
  • 7
  • 19

1 Answers1

8

To enable compositing go to Post processing in the Render tab of the Properties Panel and:

  • check the Compositing option
  • uncheck the Sequencer option

this will process the render result through the compositing pipeline if the compositing nodes are enabled.

Compositing

user5480949
  • 103
  • 3
Chebhou
  • 19,533
  • 51
  • 98
  • 1
    This is an answer for an old version, but in 3.1 both Compositing and Sequencer options still exist, albeit they are now in Output tab instead of Render tab. In 3.1 there is no need to uncheck Sequencer for Compositing to work. – mins Apr 25 '22 at 23:26