Using the Cycles Render Engine How can I make an object invisible when I render?
Asked
Active
Viewed 4.4k times
10
-
2possible duplicate: Making an Invisible Material in the Cycles render engine – David Mar 02 '16 at 23:24
-
@David I did look at that question and thought of adding into it, but the question is about animating the disappearance of an object it made no sense... – Mar 03 '16 at 00:57
1 Answers
21
These are some of the options to make an object not render in Cycles.
To make the object invisible/unrenderable
Disable the object for rendering (turn off the camera icon)
Move the object you don't want to a layer that is not renderable
Give it a transparent shader:
To make the object invisible to camera but keep the shadows and interaction with other objects (reflections, etc)
Restrict the visibility for camera:
Using Nodes: use a light path so the object is invisible to the camera only:
To make the object transparent as alpha channel:
use a holdout shader so it renders as transparent
Place the object on a different layer and use that layer as mask:
Use a Pass index for the object and use that on the compositor to subtract the object from the final render:
Similarly, you can assign a pass index to the material and use that as alpha on the compositor:
For the last three options the Transparent Background option has to be enabled:
Glorfindel
- 636
- 1
- 11
- 18
-
3+1, I like. However, I don't understand why you said that Transparent has to be selected. It worked for me without that enabled. – bertmoog Jun 30 '17 at 02:05









