summaryrefslogtreecommitdiff
path: root/src/animation/backend/animationclip.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-191-6/+6
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Revert "AnimationClip: fix the way we compute the duration"Paul Lemire2021-11-261-7/+4
* AnimationClip: fix the way we compute the durationPaul Lemire2021-11-241-4/+7
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-101-10/+13
* Enable compiling non-QML API against Qt 5.15Mike Krus2021-01-051-1/+1
* Fix deprecated API usage and compile warningsMike Krus2020-11-201-2/+2
* Geometry refactoringMike Krus2020-02-271-2/+2
* Fix Coverity warningsMike Krus2019-10-211-0/+2
* Update LoadAnimationClipJob to use direct syncMike Krus2019-10-081-13/+0
* Fix backend property updatesMike Krus2019-10-031-1/+1
* Update QAnimationClip (and Loader) to use direct syncMike Krus2019-09-201-38/+23
* Apply similar logic to the native Qt 3D animation clip selectionSean Harmer2018-08-021-4/+34
* Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-021-3/+28
* Support loading animation data from glTF 2 filesSean Harmer2017-10-061-21/+37
* Merge branch '5.9' into 5.10Sean Harmer2017-09-121-0/+31
|\
| * Re-build Blend-Trees when Clips have been loadedWieland Hagen2017-09-081-0/+31
* | Extend generateClipFormatIndices() to handle jointIndexSean Harmer2017-09-021-2/+4
|/
* Rename AnimationClipLoader to AnimationClipSean Harmer2017-04-121-0/+301
* Introduce QAbstractAnimationClip and rename QAnimationClipSean Harmer2017-02-241-218/+0
* Deliver all events by default unless marked as intermediateSean Harmer2017-02-091-2/+0
* Add job to process running clip animatorsSean Harmer2017-01-271-2/+30
* Calculate animation clip duration and send to frontendSean Harmer2017-01-271-1/+38
* Add a job to load animation clipsSean Harmer2017-01-271-3/+71
* Add in the usual plumbing and register QAnimationClipSean Harmer2017-01-251-0/+2
* Add AnimationClip backend node and testSean Harmer2017-01-251-0/+85