Scenes

Scenes are sections of a final video. Each scene contains a start and end frame and an internal list of elements included.

A scene object is stored at graphics.Scene

Scene API

Motion Blur

You have the option of enabling motion blur in specific scenes. Motion blur creates simple blurring to improve frames with fast motion.

The current motion blur works by rendering many frames nearby the target frame and combining them with a linear falloff.

This slows down rendering drastically though, so it is not recommended to use motion blur.

Back to documentation home