index
:
qt/qt3d.git
5.10
5.11
5.12
5.13
5.14
5.15
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
qt4
wip/animation
wip/cmake
wip/particles
wip/physics
wip/qtquickintegration
wip/refactor
wip/rhi-renderer
wip/vr
Qt3D
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
animation
/
backend
/
buildblendtreesjob.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
1
-3
/
+3
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
1
-3
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-22
1
-38
/
+2
*
Replace QT_BEGIN_LICENSE:LGPL3 header
Kai Köhne
2021-08-10
1
-10
/
+13
*
Restore use of QVector in private API
Mike Krus
2021-01-05
1
-14
/
+13
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
1
-2
/
+2
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
1
-12
/
+12
*
Fix Coverity warnings
Mike Krus
2019-10-21
1
-1
/
+2
*
Animations: don't assert if mapper is not set
Paul Lemire
2019-08-26
1
-1
/
+2
*
Add normalizedTime function to blendedlclip animators
Christian Strømme
2018-01-23
1
-2
/
+11
*
Generate default channel values as needed
Sean Harmer
2018-01-22
1
-0
/
+35
*
Wrap up the format describing source clip and formatted results
Sean Harmer
2018-01-18
1
-8
/
+34
*
Iterate by const reference on handles
Mike Krus
2018-01-13
1
-1
/
+1
*
Re-build Blend-Trees when Clips have been loaded
Wieland Hagen
2017-09-08
1
-1
/
+4
*
Add qAsConst, range-loop might detach Qt container (clazy reports)
Mike Krus
2017-05-02
1
-1
/
+1
*
Rename AnimationClipLoader to AnimationClip
Sean Harmer
2017-04-12
1
-1
/
+1
*
Implement the new blend tree prep and evaluation jobs
Sean Harmer
2017-03-25
1
-144
/
+49
*
Remove AnimationUtils class
Sean Harmer
2017-03-06
1
-18
/
+18
*
Cleanup coding style a little
Sean Harmer
2017-03-02
1
-1
/
+3
*
Rename QLerpBlend to QLerpClipBlend
Sean Harmer
2017-02-24
1
-1
/
+1
*
Introduce QAbstractAnimationClip and rename QAnimationClip
Sean Harmer
2017-02-24
1
-2
/
+2
*
Animations: add type to the jobs for the profiler
Paul Lemire
2017-02-06
1
-1
/
+2
*
BlendedAnimations: allow nested blending nodes evaluation
Paul Lemire
2017-01-31
1
-61
/
+139
*
Build blend trees and execute them
Paul Lemire
2017-01-29
1
-0
/
+144