summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/evaluateblendclipanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-231-5/+13
* Add function to apply channel defaults and call itSean Harmer2018-01-221-0/+1
* Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-2/+2
* Remove unused variables in the evaluate clip animator jobsChristian Stromme2017-11-271-2/+0
* Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-061-10/+20
* Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-1/+3
* Add support for animation callbacksLaszlo Agocs2017-06-231-0/+4
* Remove defunct TODO commentSean Harmer2017-04-121-1/+0
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-1/+1
* Implement the new blend tree prep and evaluation jobsSean Harmer2017-03-251-149/+51
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-10/+10
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-061-2/+2
* Rename animationEvaluationDataForAnimatorSean Harmer2017-03-061-1/+1
* Remove AnimationUtils classSean Harmer2017-03-061-17/+18
* Rename QLerpBlend to QLerpClipBlendSean Harmer2017-02-241-1/+1
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-2/+2
* Animations: add type to the jobs for the profilerPaul Lemire2017-02-061-1/+2
* BlendedAnimations: allow nested blending nodes evaluationPaul Lemire2017-01-311-50/+125
* Improve the clip evalution codePaul Lemire2017-01-301-32/+18
* Build blend trees and execute themPaul Lemire2017-01-291-0/+159