summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/evaluateblendclipanimatorjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Restore use of QVector in private APIMike Krus2021-01-051-2/+2
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-2/+2
* Animations: prevent FindRunningClipAnimatorJob from running every framePaul Lemire2020-04-141-1/+5
* Properly stop running animations when using a negative playratePaul Lemire2020-03-301-1/+1
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-15/+17
* 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