summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation
Commit message (Expand)AuthorAgeFilesLines
* Animations: handle colors as vec3 or vec4Paul Lemire2020-03-191-8/+82
* Add a property map job in animation aspectJuan Jose Casafranca2019-09-238-89/+547
* 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
|/ /
* | Add sceneChangeEvent to QClock backend nodev5.10.0-alpha1Juan José Casafranca2017-09-081-0/+29
* | Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-023-0/+1450
* | Extend checkAssignChannelComponentIndices test to cover indexed targetSean Harmer2017-09-021-0/+29
* | Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-021-0/+42
* | Mirror QSkeletonMapping properties to ChannelMapping backend nodeSean Harmer2017-09-021-0/+30
* | Add QSkeletonMapping to Qt3DAnimationSean Harmer2017-09-023-1/+189
* | Create backend nodes for any QAbstractChannelMapping subclassSean Harmer2017-09-021-2/+5
* | Send joint names and local poses from render to animation aspectSean Harmer2017-08-303-1/+160
* | Merge branch '5.9' into devSean Harmer2017-08-194-12/+12
|\|
| * Use QSharedPointer::create() moreMarc Mutz2017-07-224-11/+11
* | Fix Qt3DAnimation::Animation::Clock::playbackRateChip Collier2017-08-022-10/+10