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
/
animationutils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove qsizetype to int narrowing conversions
Aurélien Brooke
2022-12-21
1
-23
/
+23
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-20
1
-6
/
+6
*
Port from container::count() and length() to size() - V4
Marc Mutz
2022-10-20
1
-1
/
+1
*
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
-29
/
+29
*
Fix deprecated API usage and compile warnings
Mike Krus
2020-11-20
1
-19
/
+20
*
evaluateClipAtLocalTime: prevent negative indices for keyframes lookup
Paul Lemire
2020-09-18
1
-1
/
+1
*
Use QList instead of QVector in implementation and docs
Jarek Kobus
2020-07-09
1
-45
/
+38
*
Properly stop running animations when using a negative playrate
Paul Lemire
2020-03-30
1
-3
/
+5
*
Animations: handle colors as vec3 or vec4
Paul Lemire
2020-02-12
1
-4
/
+12
*
Update animation evaluation jobs to use direct sync
Mike Krus
2019-10-08
1
-40
/
+13
*
Update QTransform to use direct sync
Mike Krus
2019-09-18
1
-0
/
+3
*
Take shortest path on quaternion slerp
Juan Jose Casafranca
2019-07-15
1
-6
/
+31
*
Check if animation channel only have one component and shortcircuit
Juan Jose Casafranca
2019-05-14
1
-3
/
+3
*
QChannelMapping: only send const char *propertyName to backend
Paul Lemire
2019-05-10
1
-1
/
+1
*
Fix slerp interpolation when two quats are equal
Juan Jose Casafranca
2019-04-22
1
-4
/
+4
*
Animations: handle variable length properties
Paul Lemire
2019-04-03
1
-55
/
+55
*
Make slerping safer
Sean Harmer
2019-03-11
1
-6
/
+13
*
Use slerp for animating rotation channels
Juan Jose Casafranca
2019-02-22
1
-2
/
+52
*
Add support for setting a time index in the ClipAnimator
Christian Strømme
2018-01-23
1
-1
/
+15
*
Add function to apply channel defaults and call it
Sean Harmer
2018-01-22
1
-0
/
+7
*
Add a function to calculate the default value for missing channels
Sean Harmer
2018-01-19
1
-0
/
+69
*
Store more information in the ChannelNameAndType struct
Sean Harmer
2018-01-19
1
-14
/
+19
*
Wrap up the format describing source clip and formatted results
Sean Harmer
2018-01-18
1
-18
/
+25
*
Don't clear the target indices vector when building the format
Sean Harmer
2018-01-18
1
-2
/
+9
*
Fix animation local time calculation when changing playbackRate
Juan José Casafranca
2017-10-06
1
-19
/
+30
*
Merge branch '5.9' into 5.10
Sean Harmer
2017-10-05
1
-12
/
+42
|
\
|
*
Fix reformatting of clip evaluation results
Sean Harmer
2017-10-05
1
-12
/
+48
*
|
Clear channel component indices for those not present in animation
Sean Harmer
2017-10-03
1
-1
/
+8
*
|
Update the local poses of the skeleton in the animation aspect
Sean Harmer
2017-10-03
1
-1
/
+48
*
|
Extend buildPropertyMappings to support skeleton mapping use case
Sean Harmer
2017-10-03
1
-21
/
+84
*
|
Merge branch '5.9' into 5.10
Sean Harmer
2017-09-30
1
-67
/
+11
|
\
|
|
*
Remove unused buildPropertyMappings() overload and tests
Sean Harmer
2017-09-29
1
-56
/
+0
|
*
Actually get matching clip indices for components
Sean Harmer
2017-09-26
1
-7
/
+6
|
*
Avoid deep copy in loop
Sean Harmer
2017-09-26
1
-1
/
+1
|
*
Fix gathering clip value node ids
Sean Harmer
2017-09-26
1
-0
/
+4
*
|
Extend generateClipFormatIndices() to handle jointIndex
Sean Harmer
2017-09-02
1
-1
/
+2
*
|
Extend buildRequiredChannelsAndTypes to handle indexed targets
Sean Harmer
2017-09-02
1
-5
/
+37
*
|
Add support for animation callbacks
Laszlo Agocs
2017-06-23
1
-66
/
+100
*
|
Add support for channel components with no name
Laszlo Agocs
2017-06-21
1
-0
/
+6
|
/
*
Pick the right type for QVariant channel targets
Laszlo Agocs
2017-06-14
1
-0
/
+2
*
Add support for animating a QColor
Laszlo Agocs
2017-06-14
1
-3
/
+19
*
Fix animation inifinite looping
Laszlo Agocs
2017-06-08
1
-1
/
+1
*
Fix container detachments detected by clazy
Sergio Martins
2017-05-26
1
-2
/
+3
*
Add missing reference in range-for with non trivial type (clazy reports)
Mike Krus
2017-05-02
1
-1
/
+1
*
Rename AnimationClipLoader to AnimationClip
Sean Harmer
2017-04-12
1
-5
/
+5
*
Rename dependencyIds() to currentDependencyIds()
Sean Harmer
2017-03-26
1
-1
/
+1
*
Rename QClipBlendNode::performBlend() to blend()
Sean Harmer
2017-03-26
1
-1
/
+1
*
Add overload of buildPropertyMappings
Sean Harmer
2017-03-25
1
-0
/
+36
[next]