Blender Git Commit Log
Git Commits -> Revision 77744b5
Revision 77744b5 by Philipp Oeser (master) August 13, 2021, 13:17 (GMT) |
Fix T90595: some VSE strip properties do not identify strip name in anim channel names Working with multiple strips keyframes was unneccessarily difficult in Animation Editors (since some anim channels could not be distinguished). Namely `Crop` and `Transform` are nested structs (nested under `Sequence`), so these were just displaying the raw struct name. Also strip modifiers did not have their strip name in their channel names. Now include the strip name for these. before {F10277439} after {F10277441} Maniphest Tasks: T90595 Differential Revision: https://developer.blender.org/D12193 |
Commit Details:
Full Hash: 77744b581d082a692b35345bab57128c6915bc6d
Parent Commit: 0b3c754
Lines Changed: +22, -0
1 Modified Path:
/source/blender/editors/animation/anim_ipo_utils.c (+22, -0) (Diff)