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
/
render
/
geometry
/
skeleton.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
build system: fix unity builds
Tim Blechmann
2024-02-07
1
-2
/
+2
*
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
-3
/
+3
*
Use QList instead of QVector in render
Jarek Kobus
2020-07-09
1
-3
/
+3
*
Remove deprecated classes and functions
Paul Lemire
2020-02-11
1
-3
/
+2
*
Fix Coverity warnings
Mike Krus
2019-10-21
1
-0
/
+2
*
Move skeleton loading code to job
Mike Krus
2019-10-08
1
-191
/
+8
*
Update LoadSkeletonJob to use direct sync
Mike Krus
2019-10-08
1
-24
/
+3
*
Update animation evaluation jobs to use direct sync
Mike Krus
2019-10-08
1
-21
/
+2
*
Update QAbstractSkeleton to use direct sync
Mike Krus
2019-09-18
1
-48
/
+52
*
Prevent potential containers detaching
Mike Krus
2018-01-14
1
-1
/
+2
*
Update render aspect skeleton's local poses
Sean Harmer
2017-10-03
1
-1
/
+6
*
Send joint names and local poses from render to animation aspect
Sean Harmer
2017-08-30
1
-0
/
+11
*
Factor out local poses into their own vector
Sean Harmer
2017-08-30
1
-12
/
+19
*
Add name property to QJoint
Sean Harmer
2017-08-30
1
-5
/
+9
*
Store joint names in their own vector
Sean Harmer
2017-08-30
1
-0
/
+2
*
Create QJoints using factory
Sean Harmer
2017-08-16
1
-1
/
+3
*
Update local poses of JointInfos from dirty Joints
Sean Harmer
2017-08-16
1
-2
/
+20
*
Set the SkeletonManager on Skeleton with a custom node factory
Sean Harmer
2017-08-16
1
-1
/
+25
*
Change SkeletonManager to accept HSkeleton directly
Sean Harmer
2017-08-16
1
-4
/
+4
*
Create SkeletonData from Joint backend nodes
Sean Harmer
2017-08-16
1
-4
/
+60
*
Update skinned mesh example to expose joints of object
Sean Harmer
2017-08-16
1
-4
/
+77
*
Add a job to calculate the skinning matrix palette for a skeleton
Sean Harmer
2017-08-10
1
-0
/
+18
*
Add jointCount property to QAbstractSkeleton
Sean Harmer
2017-08-09
1
-0
/
+10
*
Load skeleton from glTF 2 file
Sean Harmer
2017-08-09
1
-5
/
+44
*
Add basics of Skeleton backend node to render aspect
Sean Harmer
2017-08-09
1
-0
/
+173