summaryrefslogtreecommitdiffstats
path: root/src/animation/backend
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.8' into tqtc/lts-5.15-open...v5.15.8-lts-lgplTarja Sundqvist2022-11-101-1/+1
|\
| * Revert "AnimationClip: fix the way we compute the duration"Paul Lemire2021-11-291-7/+4
| * AnimationClip: fix the way we compute the durationPaul Lemire2021-11-241-5/+8
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-2355-1046/+1046
|/
* Update commercial license headersTarja Sundqvist2021-02-0255-1046/+1046
* Avoid multiple animation updatesMike Krus2020-10-161-3/+6
* evaluateClipAtLocalTime: prevent negative indices for keyframes lookupPaul Lemire2020-09-181-1/+1
* Animation Handler: assign iterator on erasePaul Lemire2020-07-011-3/+3
* Animations: fix race condition on running clip animators vectorPaul Lemire2020-04-201-15/+10
* Animation: remove unused m_drityChannelMapper vectorPaul Lemire2020-04-142-4/+0
* Animations: prevent FindRunningClipAnimatorJob from running every framePaul Lemire2020-04-146-8/+16
* Properly stop running animations when using a negative playratePaul Lemire2020-03-303-8/+14
* Animations: handle colors as vec3 or vec4Paul Lemire2020-02-121-4/+12
* 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