0

It's kind of an interesting result.

Here is how render viewport should look on frame 1:

enter image description here

Here is what happens when I press F12:

enter image description here

It's like I have a second camera (although I don't) somewhere below. What is even weirder is that If I place the camera behind the wall...

enter image description here

it shows everything correctly (example cube is seen):

enter image description here

As you can see, my camera is following an object that is on Bezier curve WHILE being on Bezier curve (right) itself. This animation is working perfectly on rendered viewport but not if I use ctrl+F12. Just the same grey viewpoint.

What could be the issue?

Boyka
  • 165
  • 1
  • 1
  • 17

1 Answers1

2

You appear to have a plane in front of your objects and the camera:

enter image description here

Which is not visible in the file because it was hidden:

enter image description here

You could either delete the Plane object or hide it from the camera render (Check the camera icon).

RATIU5
  • 601
  • 1
  • 4
  • 20
  • 1
    If this answered your question, press the check mark next to my answer to mark this question resolved. – RATIU5 Jan 20 '18 at 22:06