summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/animationutils_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-6/+6
* Remove some dead code related to old blend tree implementationSean Harmer2017-03-261-12/+0
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+6
* Add function to generate component indices for blend tree formatSean Harmer2017-03-251-0/+5
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-0/+6
* Add a function to build list of unique channel names and typesSean Harmer2017-03-251-0/+15
* Add function to format clip results using a gather operationSean Harmer2017-03-251-0/+4
* Add function to evaluate a blend treeSean Harmer2017-03-251-0/+6
* Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-251-8/+10
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-191-0/+14
* Add function to evaluate clip at a given phaseSean Harmer2017-03-191-0/+4
* Cleanup whitespaceSean Harmer2017-03-191-1/+1
* Add function to calculate phase of animation from global timeSean Harmer2017-03-191-0/+5
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-1/+3
* Rename channelGroup -> channelSean Harmer2017-03-061-1/+1
* Use QVector<char> rather than QStringList for channel suffixesSean Harmer2017-03-061-1/+1
* Rename peerId argument to animatorId in preparePropertyChanges()Sean Harmer2017-03-061-1/+1
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-061-3/+3
* Rename animationEvaluationDataForAnimatorSean Harmer2017-03-061-1/+1
* Remove AnimationUtils classSean Harmer2017-03-061-67/+74
* Update naming of animation building blocksSean Harmer2017-03-021-8/+8
* Remove unused member channelBaseIndex from MappingDataSean Harmer2017-03-021-1/+0
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-4/+4
* Fix build warnings in animationsAntti Määttä2017-02-021-1/+1
* BlendedAnimations: allow nested blending nodes evaluationPaul Lemire2017-01-311-5/+4
* Improve the clip evalution codePaul Lemire2017-01-301-15/+34
* Build blend trees and execute themPaul Lemire2017-01-291-0/+15
* Refactor clip evaluation and property mappingPaul Lemire2017-01-291-0/+114