Blender Git Commit Log
Git Commits -> Revision 2bad126
Revision 2bad126 by Joshua Leung (master) March 1, 2019, 13:30 (GMT) |
Fix T62057: Particle settings keyframes not showing in Graph Editor channels In short, the settings to expand/collapse the Particles Animation Dopesheet expander were no longer getting exposed, so the F-Curves attached to the particle settings were not showing up in the channels list as that section was collapsed and couldn't be opened from the UI. Early on during the development of 2.8, we originally wanted to completely remove the Particle System. Eventually that decision got walked back, and so particles were reinstated. Well... most of the relevant code was! One of the areas that was the most messed up during this process was the animation editor support for these channels. It seems that there was almost a two-step removal process here - the first pass tried to keep the channel definitions while removing all references to particle stuff, while the second pass tried to remove the definitions completely and/or re-added them in the wrong places, etc. To say the removal/reverting history is here is "colourful" is an understatement... |
Commit Details:
Full Hash: 2bad126999b2094e685fb8599bb4d39b76a38a2e
Parent Commit: bbe98b1
Lines Changed: +7, -3
1 Modified Path:
/source/blender/editors/animation/anim_channels_defines.c (+7, -3) (Diff)