Take the 2-minute tour ×
Blender Stack Exchange is a question and answer site for people who use Blender to create 3D graphics, animations, or games. It's 100% free, no registration required.

When I try to render a glass material, in rendered view it looks good, but when rendered, I get this wavy effect and black outlines.

enter image description here enter image description here

Polygon detail:

enter image description here

The scene is just a glass object with a glass material, background with a texture with a Diffuse shader and a lighting setup of two plane emissions.

  • Glass: 4 levels of subdivision surface modifier.

  • Background: 4 levels of subdivision surface modifier.

  • 2 plane emissions, with no modifiers.

  • 80 samples.

What is causing that and how can I fix it?

Here's the file if anybody wants to explore it.

share|improve this question

1 Answer 1

up vote 5 down vote accepted

The subsurf modifier on the glass object is disabled in the render.

Make sure the camera icon the subsurf modifier is selected:

enter image description here

share|improve this answer
    
Thanks for the answer. The icon is selected, but the object renders as if it is not. I get the same result when I uncheck it, It renders as a low poly object regardless of the icon setting, pretty weird. –  Vladimir Oct 11 at 21:48
1  
@Vladimir It's not selected at all for me in your file, but selecting it fixes it just fine.. Are you sure you have the right object selected? –  gandalf3 Oct 11 at 21:50
    
Yeah, I just saw that. I selected the background instead, my mistake. Thanks. –  Vladimir Oct 11 at 21:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.