aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/Qt3DAnimation
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-07 11:51:51 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-06-07 15:42:17 +0200
commit886ed33f84453a05ca04c50ed39240fbfd8e1a9b (patch)
tree34920e9cbdd985490af839e289810ac8d02f6c3a /sources/pyside6/PySide6/Qt3DAnimation
parent92d892c86a23fae38100e425f0407df4fd501b02 (diff)
Add more classes from Qt3d
[ChangeLog][PySide6] A number of missing classes from the qt3d repository have been added. Pick-to: 6.1 Task-number: PYSIDE-1482 Change-Id: I469b86196133fa82c5acca0caf91d29d991015de Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/PySide6/Qt3DAnimation')
-rw-r--r--sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt4
-rw-r--r--sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt b/sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt
index 641314e2c..5abec9e0f 100644
--- a/sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt
+++ b/sources/pyside6/PySide6/Qt3DAnimation/CMakeLists.txt
@@ -16,8 +16,12 @@ ${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationcliploader_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationcontroller_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qanimationgroup_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qblendedclipanimator_wrapper.cpp
+#${Qt3DAnimation_GEN_DIR}/qt3danimation_qchannel_wrapper.cpp
+#${Qt3DAnimation_GEN_DIR}/qt3danimation_qchannelcomponent_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qchannelmapper_wrapper.cpp
+${Qt3DAnimation_GEN_DIR}/qt3danimation_qchannelmapping_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qclipanimator_wrapper.cpp
+${Qt3DAnimation_GEN_DIR}/qt3danimation_qclipblendvalue_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qclock_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qkeyframe_wrapper.cpp
${Qt3DAnimation_GEN_DIR}/qt3danimation_qkeyframeanimation_wrapper.cpp
diff --git a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
index 433e37b2b..6074473f5 100644
--- a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
+++ b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml
@@ -65,8 +65,14 @@
<object-type name="QAnimationController"/>
<object-type name="QAnimationGroup"/>
<object-type name="QBlendedClipAnimator"/>
+ <!-- FIXME: Needs fix to export comparison operators
+ <value-type name="QChannel"/>
+ <value-type name="QChannelComponent"/>
+ -->
<object-type name="QChannelMapper" since="6.1"/>
+ <object-type name="QChannelMapping"/>
<object-type name="QClipAnimator"/>
+ <object-type name="QClipBlendValue"/>
<object-type name="QClock"/>
<object-type name="QKeyFrame">
<enum-type name="InterpolationType"/>