7

I am trying to render an animation in cycles without the background. However, every time I have it render, the background still shows up.

I used the compositor to add a background image so I can animate the object around the background. I set the output to RGBA and set the film to transparent.

Now I want to use it in After effects and I simply want to export/render it without the background and make it transparent. How do I do that?

enter image description here

user2883800
  • 305
  • 4
  • 8
  • I'm not sure what you are asking.. Are you asking how to setup the composite nodes so there is no background image, only transparency? – gandalf3 Nov 28 '13 at 21:45
  • I want to know if it is possible to have a background image but have it transparent when doing a render pass – user2883800 Nov 28 '13 at 22:05
  • You mean have the color information, but completely transparent? – gandalf3 Nov 28 '13 at 22:19
  • http://vimeo.com/71859089, around 6:00. he has the background but he renders it in a way that the photo is not there and is transparent or empty. The problem is all the tutorials like these use internal render – user2883800 Nov 28 '13 at 22:41

2 Answers2

8

I'm not sure what you want, but if I understand correctly, you can make the background image color information remain in the image while still making it completely transparent.

This can be done with the Set alpha node, with an Alpha of 0:

enter image description here

However, in the video you linked to the scene is rendered without any information about the background image at all.

Here is a setup that will do this:

enter image description here

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
2

You can render an image with a transparent background without compositing.

For cycles you enable a transparent background in the Film panel -

enter image description here

The same result can be achieved in Blender internal under Shading by choosing transparent instead of Sky for Alpha -

enter image description here

sambler
  • 55,387
  • 3
  • 59
  • 192
  • The OP already enabled Transparent (from the question: "I set the output to RGBA and set the film to transparent"), I think he/she wants to know how to include the shadows from the other renderlayer shown in the screenshot. – gandalf3 Nov 29 '13 at 05:22
  • Yes for BI this will give you what you want as you can set shadow only for material but cycles you have to composite shadows. – sambler Nov 29 '13 at 05:33
  • Right. Then if I understand it, this answer does not answer the question? – gandalf3 Nov 29 '13 at 05:35
  • I found a video that solve the problem but part of the solution was making the color in ColorRamp transparent. – user2883800 Nov 29 '13 at 16:27