Blender Git Commit Log
Git Commits -> Revision d1677e3
Revision d1677e3 by Joshua Leung (master) July 7, 2009, 11:37 (GMT) |
NLA SoC: Recoded way that Meta-Strips are Evaluated Previously, the quick-hack I coded for Meta-strips evaluation didn't really take into account the possibilities to use Meta-Strips as strips in their own right - i.e. reversed, muted, time-mapping-curves, influence-blending - were all unavailable. This commit makes the aforementioned capabilities of other strips available for Meta-Strips too. The evaluation is now kind-of recursive (as with most of the other methods which take them into account) so that each 'level' of strips get evaluated correctly within their frame-of-reference. TODO: * F-Modifier support for Metas... |
Commit Details:
Full Hash: d1677e36b663f077312050ac46cea0de1b1212c2
SVN Revision: 21405
Parent Commit: e22fefc
Lines Changed: +97, -69