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>2015-09-05 15:05:46 +0300
committerJoshua Leung <aligorith@gmail.com>2015-09-05 15:07:06 +0300
commit9683807459947330d50e8e38edae430d10d53ffc (patch)
treebd522a1011310b753ab36c9cdedd4a97d794548c /source/blender/editors
parentb8e0b2db56b1a6e5dc85640939b8664b2304a01f (diff)
Fix T45938: Ocean modifier animation not working with NLA action-strip (old depsgraph only)
When a modifier was animated by a NLA strip, this animation was not working when using the old depsgraph. This was because the code which checks if a NLA strip affects any modifiers was missing - specifically, it was originally left out as it was thought that it was unlikely that many users would need this, but adding in those checks would have a (slight) negative effect files where there are heaps of NLA strips but modifiers animated this way were absent. The new depsgraph however doesn't suffer from this problem, as these sorts of checks need ot be built into the graph-building stage for everything to work, so these links had already been added.
Diffstat (limited to 'source/blender/editors')
0 files changed, 0 insertions, 0 deletions