summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
* Fix animation local time calculation when changing playbackRateJuan José Casafranca2017-10-0610-51/+143
* Fix setting running property when animators finishSean Harmer2017-10-061-0/+1
* Add qDebug operator for MappingDataSean Harmer2017-10-061-0/+15
* Support loading animation data from glTF 2 filesSean Harmer2017-10-064-23/+1125
* Merge branch '5.9' into 5.10Sean Harmer2017-10-052-18/+61
|\
| * Fix reformatting of clip evaluation resultsSean Harmer2017-10-051-12/+48
| * Improve debug output for fcurvesSean Harmer2017-10-051-6/+19
* | Initialize callback to nullptr in MappingData structSean Harmer2017-10-031-1/+1
* | Clear channel component indices for those not present in animationSean Harmer2017-10-033-3/+10
* | Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-035-1/+84
* | Extend buildPropertyMappings to support skeleton mapping use caseSean Harmer2017-10-034-21/+92
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-3010-90/+94
|\|
| * Remove unused buildPropertyMappings() overload and testsSean Harmer2017-09-292-61/+0
| * Move the non-blended animation codepath closer to the blended oneSean Harmer2017-09-294-15/+39
| * Add unit test for FindRunningClipAnimatorsJobSean Harmer2017-09-291-1/+9
| * Add convenience function to ChannelMapper to return list of MappingsSean Harmer2017-09-272-0/+32
| * Actually get matching clip indices for componentsSean Harmer2017-09-261-7/+6
| * Avoid deep copy in loopSean Harmer2017-09-261-1/+1
| * Fix gathering clip value node idsSean Harmer2017-09-262-1/+5
* | Fix clock sync for the blendedclipanimatorJuan José Casafranca2017-09-271-0/+2
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-129-15/+68
|\|
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-10/+5
| * Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-088-1/+61
* | Add sceneChangeEvent to QClock backend nodev5.10.0-alpha1Juan José Casafranca2017-09-082-0/+18
* | Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-023-4/+7
* | Extend QChannel and Channel to support jointIndex membersSean Harmer2017-09-024-0/+19
* | Extend buildRequiredChannelsAndTypes to handle indexed targetsSean Harmer2017-09-025-6/+76
* | Mirror QSkeletonMapping properties to ChannelMapping backend nodeSean Harmer2017-09-023-1/+18
* | Add QSkeletonMapping to Qt3DAnimationSean Harmer2017-09-024-1/+281
* | Create backend nodes for any QAbstractChannelMapping subclassSean Harmer2017-09-029-15/+296
* | Merge dev into 5.10Frederik Gladhorn2017-09-021-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-09-011-1/+1
| |\|
| | * Doc: add doc to undocumented methods/propertiesNico Vertriest2017-08-281-1/+1
* | | Alter QChannelMapping to accept QAbstractChannelMapping pointersSean Harmer2017-08-313-9/+9
* | | Introduce QAbstractChannelMappingSean Harmer2017-08-317-9/+225
* | | Send joint names and local poses from render to animation aspectSean Harmer2017-08-302-3/+34
* | | Add Skeleton backend node to the animation aspectSean Harmer2017-08-308-3/+186
|/ /
* | Merge branch '5.9' into devSean Harmer2017-08-194-10/+8
|\|
| * Doc: correct declaration qml propertiesNico Vertriest2017-08-113-8/+6
| * Use QSharedPointer::create() moreMarc Mutz2017-07-221-2/+2
* | Fix Qt3DAnimation::Animation::Clock::playbackRateChip Collier2017-08-025-42/+15
* | Add clock property to QAbstractClipAnimatorChip Collier2017-07-2417-6/+93
* | Add QClock to Qt3DAnimationChip Collier2017-07-247-4/+432
* | Merge remote-tracking branch 'origin/5.9' into devAndy Nichols2017-07-119-25/+51
|\|
| * Avoid crashing when there is one single keyframeLaszlo Agocs2017-07-051-0/+2
| * Fix ClipAnimator crash when removing animatorsLaszlo Agocs2017-06-303-0/+30
| * Doc: link errorsNico Vertriest2017-06-201-1/+1
| * Doc: correct \property statementsNico Vertriest2017-06-202-2/+2
| * Doc: correct \property and \qmlproperty statementsNico Vertriest2017-06-193-22/+16
* | Add support for animation callbacksLaszlo Agocs2017-06-2319-69/+468