summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-0/+108
|\
| * Properly stop running animations when using a negative playratePaul Lemire2020-03-301-0/+108
* | Geometry refactoringMike Krus2020-02-272-25/+25
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-9/+105
|\|
| * Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-9/+105
* | Remove deprecated classes and functionsPaul Lemire2020-02-1121-808/+120
|/
* Fix deprecation handlingMike Krus2020-01-141-2/+0
* Fix compile warningsMike Krus2019-12-031-2/+2
* Remove old code from animation classes & update testsMike Krus2019-10-211-9/+23
* Clean up old property update codeMike Krus2019-10-204-6/+0
* Update LoadSkeletonJob to use direct syncMike Krus2019-10-081-28/+6
* Update animation evaluation jobs to use direct syncMike Krus2019-10-081-146/+62
* Update LoadAnimationClipJob to use direct syncMike Krus2019-10-082-100/+0
* 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