summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
Commit message (Expand)AuthorAgeFilesLines
* Clean up includesMike Krus2019-10-0118-25/+0
* Update QChannelMapper to use direct syncMike Krus2019-09-231-19/+15
* Update mapping classes to use direct syncMike Krus2019-09-233-90/+41
* Update QLerpClipBlend to use direct syncMike Krus2019-09-202-27/+26
* Update QClipBlendValue to use direct syncMike Krus2019-09-201-11/+9
* Update QAdditiveClipBlend to use direct syncMike Krus2019-09-201-20/+14
* Update QBlendedClipAnimator to use direct syncMike Krus2019-09-201-40/+33
* Update QClipAnimator to use direct syncMike Krus2019-09-201-28/+26
* Update QClock to use direct syncMike Krus2019-09-201-10/+8
* Update QAnimationClip (and Loader) to use direct syncMike Krus2019-09-201-13/+9
* Fix crash in tst_QShaderProgramJim Albamont2019-09-131-0/+3
* Use sync method when initializing new backend nodesMike Krus2019-08-291-1/+0
* Do direct notification of backend nodeswip/refactorMike Krus2019-08-2811-226/+110
* QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-104-50/+6
* Animations: handle variable length propertiesPaul Lemire2019-04-035-102/+499
* Dont play animations that are disabledJuan Jose Casafranca2019-03-281-9/+47
* Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-224-2/+96
* Enable ConstantInterpolation for fcurvesJuan Jose Casafranca2018-07-311-0/+22
* Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-111-0/+27
* More fuzzy evaluation when calculating rootsChristian Strømme2018-07-101-0/+13
* Fix compile warningsPaul Lemire2018-06-201-2/+2
* Animation: Make a fuzzy comparison when verifying cubic rootsSvenn-Arne Dragly2018-04-241-35/+53
* Fix findCubicRoots for cases where coefficients are close to zeroSvenn-Arne Dragly2018-03-251-0/+90
* Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-231-0/+75
* Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-233-20/+59
* Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-4/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-221-19/+0
|\
| * Generate default channel values as neededSean Harmer2018-01-221-19/+0
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-203-95/+505
|\|
| * Add a function to calculate the default value for missing channelsSean Harmer2018-01-191-0/+164
| * Store more information in the ChannelNameAndType structSean Harmer2018-01-191-27/+103
| * Add getters for joint transformations to SkeletonSean Harmer2018-01-191-0/+58
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-182-68/+162
| * Add function to return name of a jointSean Harmer2018-01-181-0/+18
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-205-1/+242
|\|
| * Split animation callback handling into its own frontend classSean Harmer2017-11-163-1/+237
| * Set the mapping type in tst_findrunningclipanimatorjobsSvenn-Arne Dragly2017-11-151-0/+1
| * Test if m_mappingType is properly initialized in tst_channelmappingSvenn-Arne Dragly2017-11-151-0/+4
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-132-306/+136
|\|
| * Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-062-306/+136
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-058-134/+528
|\|
| * Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-031-40/+124
| * Merge branch '5.9' into 5.10Sean Harmer2017-09-308-95/+405
| |\
| | * Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-291-72/+1
| | * Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-295-1/+340
| | * Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-271-2/+34
| | * Actually get matching clip indices for componentsSean Harmer2017-09-261-8/+8
| | * Fix gathering clip value node idsSean Harmer2017-09-262-4/+14
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-255-15/+15
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-255-5/+5
|/ /