summaryrefslogtreecommitdiffstats
path: root/src/animation
Commit message (Expand)AuthorAgeFilesLines
...
| * Store more information in the ChannelNameAndType structSean Harmer2018-01-192-25/+57
| * Add getters for joint transformations to SkeletonSean Harmer2018-01-191-0/+15
| * Wrap up the format describing source clip and formatted resultsSean Harmer2018-01-1810-55/+141
| * Add function to return name of a jointSean Harmer2018-01-181-0/+1
| * Don't clear the target indices vector when building the formatSean Harmer2018-01-181-2/+9
* | Merge branch '5.10' into devSean Harmer2018-01-179-31/+24
|\|
| * Prevent potential containers detachingMike Krus2018-01-141-1/+1
| * Iterate on references to avoid copiesMike Krus2018-01-131-1/+1
| * Iterate by const reference on handlesMike Krus2018-01-132-2/+2
| * Use strict const iteratorsMike Krus2018-01-133-6/+6
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-123-21/+14
| |\
| | * Get rid of the INDEXBITS template argument for QHandleLars Knoll2017-12-132-15/+10
| | * qanimationgroup.h: Fix include of Qt classFriedemann Kleint2017-11-281-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLaszlo Agocs2017-12-138-24/+15
|\| |
| * | Move animation callback handling to QAbstractClipAnimatorChristian Stromme2017-12-014-14/+15
| * | Remove unused variables in the evaluate clip animator jobsChristian Stromme2017-11-274-10/+0
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-2013-82/+377
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Andy Nichols2017-11-173-0/+13
| |\|
| | * Fix AnimationClip crash when removing clipsAndy Nichols2017-11-153-0/+13
| * | Split animation callback handling into its own frontend classSean Harmer2017-11-169-73/+349
| * | Make sure m_mappingType is initialized in ChannelMappingSvenn-Arne Dragly2017-11-151-0/+1
| * | Remove unnecessary list searchesChristian Strømme2017-11-141-8/+12
| * | Fix warnings caused by QClipAnimator calling QNode::sceneChangeEventAndy Nichols2017-11-141-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-1317-92/+1351
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-311-0/+6
| |\|
| | * Doc: Add doc for undocumented methodsNico Vertriest2017-10-201-0/+6
| * | 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
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-0516-113/+280
|\| |
| * | 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
* | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-2511-19/+19
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2526-35/+35
|/ /
* | Merge branch '5.9' into 5.10Sean Harmer2017-09-129-15/+68
|\|