summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/animationutils_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-021-18/+18
* Properly stop running animations when using a negative playratePaul Lemire2020-03-301-4/+8
* Fix usages of text stream operatorsAlexandru Croitor2019-12-061-5/+5
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-7/+30
* Animations: handle variable length propertiesPaul Lemire2019-04-031-12/+25
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-141-0/+3
|\
| * Initialize the unused memberThiago Macieira2018-01-301-0/+3
* | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-231-1/+1
* | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-231-4/+19
* | Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-1/+5
|/
* Add function to apply channel defaults and call itSean Harmer2018-01-221-0/+4
* Generate default channel values as neededSean Harmer2018-01-221-0/+8
* Add a function to calculate the default value for missing channelsSean Harmer2018-01-191-0/+3
* Store more information in the ChannelNameAndType structSean Harmer2018-01-191-11/+38
* Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-181-6/+58
* Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-061-9/+11
* Add qDebug operator for MappingDataSean Harmer2017-10-061-0/+15
* Initialize callback to nullptr in MappingData structSean Harmer2017-10-031-1/+1
* Clear channel component indices for those not present in animationSean Harmer2017-10-031-1/+1
* Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-031-0/+9
* Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-031-0/+1
* Merge branch '5.9' into 5.10Sean Harmer2017-09-301-5/+0
|\
| * Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-291-5/+0
* | Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-1/+18
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-241-2/+3
* | Add support for animation callbacksLaszlo Agocs2017-06-231-1/+16
|/
* 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