Blender Git Commit Log

Git Commits -> Revision d49fa50

Revision d49fa50 by Sybren A. Stüvel (master)
January 14, 2020, 13:01 (GMT)
Fix T72861: Viewport Render Keyframes ignores Grease Pencil and Shape Keys

The Viewport Render Keyframes operator didn't include keyframes from
grease pencil animation or from mesh shape key animation (see T72861).

To find all related datablocks that could be considered as part of the
selected object, `BKE_library_foreach_ID_link(..., IDWALK_RECURSE)` is
used. To prevent relations like constraint targets from being visited,
the recursion is stopped when it finds a different object.

Reviewed By: mont29

Differential Revision: https://developer.blender.org/D6558

Commit Details:

Full Hash: d49fa504fdf08d439957def88b532410beaeea5a
Parent Commit: ac723db
Lines Changed: +116, -12

1 Modified Path:

/source/blender/editors/render/render_opengl.c (+116, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021