Page MenuHome

NLA: Refactor Transition, Use Snapshot Blend Func
ClosedPublic

Authored by Wayde Moss (GuiltyGhost) on Jan 27 2021, 6:40 AM.

Details

Summary

The function nlastrip_evaluate_transition() has been slightly modified to use nlasnapshot_blend() instead of it's own special blending function nlaeval_snapshot_mix_and_free().

Depends on D10220: NLA: Extract nlasnapshot_blend() in order to compile.
No user functional changes

Diff Detail

Repository
rB Blender

Event Timeline

Wayde Moss (GuiltyGhost) requested review of this revision.Jan 27 2021, 6:40 AM
Wayde Moss (GuiltyGhost) created this revision.
Wayde Moss (GuiltyGhost) edited the summary of this revision. (Show Details)

proper rebase since dependency patch accepted.

LGTM. The separation of blending and freeing the memory also makes me happy ;)

This revision is now accepted and ready to land.Feb 5 2021, 12:24 PM