Blender Git Loki
Git Commits -> Revision e4d07c9
Revision e4d07c9 by Maxime Casas (soc-2021-curves) June 21, 2021, 14:31 (GMT) |
Fix T89033: segfault reordering animation channels Fix segmentation fault that can occur when reordering animation channels. Under some specific conditions, the list "act->curves" is empty in the "join_groups_action_temp" function. In particular, this happens when a scene contains an action that has not been pushed down, and with no keyframe in it. Reviewed By: sybren Differential Revision: https://developer.blender.org/D11569 |
Commit Details:
Full Hash: e4d07c9ba94fdd15d6ee7da16d10b779869c9ef9
Parent Commit: db805de
Committed By: Dilith Jayakody
Lines Changed: +6, -4
1 Modified Path:
/source/blender/editors/animation/anim_channels_edit.c (+6, -4) (Diff)