Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2019-03-01 16:10:43 +0300
committerJoshua Leung <aligorith@gmail.com>2019-03-01 16:30:31 +0300
commit2bad126999b2094e685fb8599bb4d39b76a38a2e (patch)
treebe8dcf64d3a8b9a48487229986515b617edc054a /source/blender/editors/space_action
parentbbe98b18fb4c2b72c71367e61a066da62523f051 (diff)
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...
Diffstat (limited to 'source/blender/editors/space_action')
0 files changed, 0 insertions, 0 deletions