Blender Git Loki
Git Commits -> Revision b4adb85
Revision b4adb85 by Maxime Casas (master) June 11, 2021, 14:27 (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: b4adb85933f9607ba5e1fb5a106520e44734125b
Parent Commit: 605ce62
Committed By: Sybren A. Stüvel
Lines Changed: +6, -4
1 Modified Path:
/source/blender/editors/animation/anim_channels_edit.c (+6, -4) (Diff)