summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/animationutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-5/+5
* Rename dependencyIds() to currentDependencyIds()Sean Harmer2017-03-261-1/+1
* Rename QClipBlendNode::performBlend() to blend()Sean Harmer2017-03-261-1/+1
* Add overload of buildPropertyMappingsSean Harmer2017-03-251-0/+36
* Add function to generate component indices for blend tree formatSean Harmer2017-03-251-0/+46
* Add function assignChannelComponentIndicesSean Harmer2017-03-251-23/+53
* Add a function to build list of unique channel names and typesSean Harmer2017-03-251-0/+31
* Add function to format clip results using a gather operationSean Harmer2017-03-251-0/+18
* Add function to evaluate a blend treeSean Harmer2017-03-251-0/+36
* Add typedef of ComponentIndices for QVector<int>Sean Harmer2017-03-251-3/+3
* Add function to find set of leaf blend node ids that need evaluatingSean Harmer2017-03-191-3/+38
* Add function to evaluate clip at a given phaseSean Harmer2017-03-191-0/+7
* Add function to calculate phase of animation from global timeSean Harmer2017-03-191-0/+9
* Typedef QVector<float> as ClipResultsSean Harmer2017-03-171-1/+1
* Rename channelGroup -> channelSean Harmer2017-03-061-4/+3
* Use QVector<char> rather than QStringList for channel suffixesSean Harmer2017-03-061-13/+11
* Rename Channel -> Component in channelComponentsToIndicesHelper()Sean Harmer2017-03-061-11/+11
* Rename peerId argument to animatorId in preparePropertyChanges()Sean Harmer2017-03-061-2/+2
* Rename ClipPreEvaluationData to ClipEvaluationDataSean Harmer2017-03-061-3/+3
* Remove AnimationUtils classSean Harmer2017-03-061-18/+21
* Update naming of animation building blocksSean Harmer2017-03-021-23/+24
* Cleanup coding style a littleSean Harmer2017-03-021-1/+3
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-3/+3
* Deliver all events by default unless marked as intermediateSean Harmer2017-02-091-2/+1
* Improve the clip evalution codePaul Lemire2017-01-301-30/+15
* Refactor clip evaluation and property mappingPaul Lemire2017-01-291-0/+337