2

I have a problem when rendering my scene. It looks like after a certain distance everything is blurred out completely, some objects are missing and some other weird things are going on. However in the viewport the rendered view is fine. Camera clipping is set to 0.1-100 m so it shouldn't be a problem. Do you have any idea what is going on? enter image description here

enter image description here

Edit: Here's the link to the .blend file: https://drive.google.com/open?id=1Y-KGw-IL2_nANx8E8zrJw_N8B_fsM7RB

Béla
  • 23
  • 4

1 Answers1

0

You have a (large scale) copy of the axe head in your scene that is hidden in the viewport but not in the render. Activate the restrictions toggles by clicking on the filter icon in the outliner, most importantly the Disable in Renders toggle (camera icon).

Toggled the viewport visibility (eye icon) to show the hidden axe head Show axes head

Hide in Viewport, Disable in Viewports and Disable in Renders can be used to hide it an object both in viewports and renders.

Hidden in viewports and render

Robert Gützkow
  • 25,622
  • 3
  • 47
  • 78