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.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
/
clipblendnode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
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
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
1
-1
/
+1
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
1
-4
/
+4
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
1
-6
/
+0
*
Clean up includes
Mike Krus
2019-10-01
1
-2
/
+0
*
Doc: Fix documentation warnings related to Clang QDoc parser
Topi Reinio
2018-04-20
1
-3
/
+3
*
Remove last vestiges of parent-child data from ClipBlendNode
Sean Harmer
2017-03-26
1
-5
/
+0
*
Add allDependencyIds() pure virtual and overrides to backend nodes
Sean Harmer
2017-03-26
1
-0
/
+11
*
Rename dependencyIds() to currentDependencyIds()
Sean Harmer
2017-03-26
1
-2
/
+2
*
Rename QClipBlendNode::performBlend() to blend()
Sean Harmer
2017-03-26
1
-1
/
+1
*
Remove ClipBlendNode::parentId() function
Sean Harmer
2017-03-26
1
-5
/
+0
*
Remove clips property from QAbstractClipBlendNode and friends
Sean Harmer
2017-03-26
1
-76
/
+1
*
Add virtual doBlend to ClipBlendNode and subclasses
Sean Harmer
2017-03-25
1
-0
/
+28
*
Add function to recursively calculate duration of a blend tree
Sean Harmer
2017-03-25
1
-4
/
+1
*
Add virtual to ClipBlendNode to allow querying dependencies
Sean Harmer
2017-03-17
1
-0
/
+22
*
Add ClipResults to ClipBlendNode indexed by animator id
Sean Harmer
2017-03-17
1
-0
/
+21
*
Introduce QAbstractAnimationClip and rename QAnimationClip
Sean Harmer
2017-02-24
1
-3
/
+3
*
Register QLerpBlend node with Animation aspect
Paul Lemire
2017-01-29
1
-2
/
+2
*
Add backend nodes for the blend nodes
Paul Lemire
2017-01-29
1
-0
/
+167