summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/buildblendtreesjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-021-19/+19
* Fix Coverity warningsMike Krus2019-10-211-1/+2
* Animations: don't assert if mapper is not setPaul Lemire2019-08-261-1/+2
* Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-231-2/+11
* Generate default channel values as neededSean Harmer2018-01-221-0/+35
* Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-8/+34
* Iterate by const reference on handlesMike Krus2018-01-131-1/+1
* Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-081-1/+4
* Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-021-1/+1
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-1/+1
* Implement the new blend tree prep and evaluation jobsSean Harmer2017-03-251-144/+49
* Remove AnimationUtils classSean Harmer2017-03-061-18/+18
* Cleanup coding style a littleSean Harmer2017-03-021-1/+3
* 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-61/+139
* Build blend trees and execute themPaul Lemire2017-01-291-0/+144