8

Is there a way in blender cycles render engine to render a scene backwards instead of forward?

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

2 Answers2

8
  1. Once you've rendered the animation to an image sequence, import that into the VSE (in a separate .blend if you prefer). To add the image sequence, press ⇧ ShiftA> Image and select the images in the sequence.

    enter image description here

  2. Ensure the scene render dimensions, end frame, frame rate, etc. match your image sequence.

    enter image description here

  3. Set the output settings to render to the video format of your choice.

    enter image description here

  4. Enable Backwards if you want to render the frames in reverse order:

    enter image description here

  5. Render (F12)

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133
  • 4
    Good answer but not to this problem. OP asked about 'Rendering backwards' not making the already rendered animation play backwards. People want to know how to render backwards because sometimes they need more of the last frames than the first. People finding the question may be frustrated with how the answer is workaround instead of specifically what was asked for.

    IMO this was the right answer here:

    https://blender.stackexchange.com/questions/157143/render-frames-in-reverse?rq=1

    – Simon Feb 11 '20 at 03:57
0

In the Sequencer, next to the timeline, on the right lower side of the window, select tab Strip.

It's now called Reverse Frames: Reverse Frames

Duarte Farrajota Ramos
  • 59,425
  • 39
  • 130
  • 187