summaryrefslogtreecommitdiffstats
path: root/src/animation/backend
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-4/+12
|\
| * Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-4/+12
* | Remove deprecated classes and functionsPaul Lemire2020-02-117-16/+7
|/
* Remove QtGui module path from OpenGL related pathsMike Krus2020-02-061-1/+1
* Fix usages of text stream operatorsAlexandru Croitor2019-12-064-17/+17
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-034-2/+7
* Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-251-2/+1
* Accept CBOR as optional format in gltf dataUlf Hermann2019-10-291-6/+4
* Update jobs to remove post FF changesMike Krus2019-10-224-7/+2
* Fix Coverity warningsMike Krus2019-10-218-9/+11
* Clean up old property update codeMike Krus2019-10-201-1/+0
* Update LoadSkeletonJob to use direct syncMike Krus2019-10-082-22/+12
* Update animation evaluation jobs to use direct syncMike Krus2019-10-0815-140/+286
* Update LoadAnimationClipJob to use direct syncMike Krus2019-10-083-16/+45
* Fix backend property updatesMike Krus2019-10-031-1/+1
* Clean up includesMike Krus2019-10-016-11/+0
* Update QChannelMapper to use direct syncMike Krus2019-09-232-34/+16
* Update mapping classes to use direct syncMike Krus2019-09-232-65/+35
* Update QLerpClipBlend to use direct syncMike Krus2019-09-202-26/+12
* Update QClipBlendValue to use direct syncMike Krus2019-09-202-17/+7
* Update QAdditiveClipBlend to use direct syncMike Krus2019-09-202-25/+10
* Update QAbstractSkeleton to use direct syncMike Krus2019-09-202-10/+1
* Update QBlendedClipAnimator to use direct syncMike Krus2019-09-202-38/+29
* Update QClipAnimator to use direct syncMike Krus2019-09-202-38/+27
* Update QClock to use direct syncMike Krus2019-09-202-22/+8
* Update QAnimationClip (and Loader) to use direct syncMike Krus2019-09-202-40/+24
* Enable syncing on animation aspectMike Krus2019-09-202-0/+11
* Update QTransform to use direct syncMike Krus2019-09-181-0/+3
* Animations: don't assert if mapper is not setPaul Lemire2019-08-261-1/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-233-12/+38
|\
| * Take shortest path on quaternion slerpJuan Jose Casafranca2019-07-153-12/+38
* | Merge remote-tracking branch 'origin/5.13' into devPaul Lemire2019-06-031-3/+3
|\|
| * Check if animation channel only have one component and shortcircuitJuan Jose Casafranca2019-05-141-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-183-10/+1
|\|
| * QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-103-10/+1
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-094-71/+93
|\|
| * Fix slerp interpolation when two quats are equalJuan Jose Casafranca2019-04-221-4/+4
| * Animations: handle variable length propertiesPaul Lemire2019-04-034-67/+89
* | Fix some warningsSergio Martins2019-05-091-3/+0
|/
* Dont play animations that are disabledJuan Jose Casafranca2019-03-281-0/+2
* Make slerping saferSean Harmer2019-03-111-6/+13
* Use slerp for animating rotation channelsJuan Jose Casafranca2019-02-223-8/+112
* Apply similar logic to the native Qt 3D animation clip selectionSean Harmer2018-08-022-6/+38
* Add support for loading specific animations from glTF 2 filesSean Harmer2018-08-023-11/+46
* Enable ConstantInterpolation for fcurvesJuan Jose Casafranca2018-07-311-2/+1
* Check animator can be played in frontend and backendJuan Jose Casafranca2018-07-111-1/+1
* More fuzzy evaluation when calculating rootsChristian Strømme2018-07-101-1/+1
* Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
|\
| * Animation: Make a fuzzy comparison when verifying cubic rootsSvenn-Arne Dragly2018-04-241-2/+2
* | Doc: Fix documentation warnings related to Clang QDoc parserTopi Reinio2018-04-202-3/+5
|/