Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2019-12-18 17:19:59 +0300
committerSybren A. Stüvel <sybren@blender.org>2019-12-19 18:00:10 +0300
commit7dd6e034f1ca5a9628b40de1c664161d83a3546b (patch)
tree83afb35b5f9f056b101daae34f7f1ee8656e6ae2 /source/blender/physics
parent26e4f4a8c475049e9600d466bb95eed341202f57 (diff)
Animation: Added option to playblast only keyframes of selected objects
This feature makes it possible to do a viewport render (a.k.a. playblast) by only rendering those frames on which the selected objects have a keyframe. The frames to render are stored in a `BLI_bitmap`, which has a bit for each frame set to 0 (skip) or 1 (render). An alternative approach would be to construct a set of all keyframes to render, but that would make both constructing the list and looking up frames in the list more complex. The only thing this feature does is skip OpenGL rendering of a frame. As a result, 'skipped' frames are still included in the output, but just use the render result of the last-rendered frame. This is exactly what's described in T72229. Differential Revision: https://developer.blender.org/D6443 Reviewed By: zeddb Design task: T72229
Diffstat (limited to 'source/blender/physics')
0 files changed, 0 insertions, 0 deletions