Blender Git Commit Log

Git Commits -> Revision 9683807

Revision 9683807 by Joshua Leung (master)
September 5, 2015, 12:07 (GMT)
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.

Commit Details:

Full Hash: 9683807459947330d50e8e38edae430d10d53ffc
Parent Commit: b8e0b2d
Lines Changed: +36, -8

1 Modified Path:

/source/blender/blenkernel/intern/depsgraph.c (+36, -8) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021