pyside6_qt3danimation_python.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. // Copyright (C) 2022 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef SBK_QT3DANIMATION_PYTHON_H
  4. #define SBK_QT3DANIMATION_PYTHON_H
  5. #include <sbkpython.h>
  6. #include <sbkmodule.h>
  7. #include <sbkconverter.h>
  8. // Module Includes
  9. #include <pyside6_qt3drender_python.h>
  10. #include <pyside6_qt3dcore_python.h>
  11. #include <pyside6_qtgui_python.h>
  12. #include <pyside6_qtcore_python.h>
  13. #include <pyside6_qtopengl_python.h>
  14. // Bound library includes
  15. #include <Qt3DAnimation/qabstractanimation.h>
  16. #include <Qt3DAnimation/qabstractclipanimator.h>
  17. #include <Qt3DAnimation/qanimationcallback.h>
  18. #include <Qt3DAnimation/qanimationcliploader.h>
  19. #include <Qt3DAnimation/qkeyframe.h>
  20. #include <Qt3DAnimation/qkeyframeanimation.h>
  21. #include <Qt3DAnimation/qmorphinganimation.h>
  22. QT_BEGIN_NAMESPACE
  23. namespace Qt3DAnimation {
  24. class QAbstractAnimationClip;
  25. class QAbstractChannelMapping;
  26. class QAbstractClipBlendNode;
  27. class QAdditiveClipBlend;
  28. class QAnimationAspect;
  29. class QAnimationClip;
  30. class QAnimationClipData;
  31. class QAnimationController;
  32. class QAnimationGroup;
  33. class QBlendedClipAnimator;
  34. class QCallbackMapping;
  35. class QChannel;
  36. class QChannelComponent;
  37. class QChannelMapper;
  38. class QChannelMapping;
  39. class QClipAnimator;
  40. class QClipBlendValue;
  41. class QClock;
  42. class QLerpClipBlend;
  43. class QMorphTarget;
  44. class QSkeletonMapping;
  45. class QVertexBlendAnimation;
  46. }
  47. QT_END_NAMESPACE
  48. // Type indices
  49. enum [[deprecated]] : int {
  50. SBK_QT3DANIMATIONQT3DANIMATION_IDX = 2,
  51. SBK_QT3DANIMATION_QABSTRACTANIMATION_ANIMATIONTYPE_IDX = 6,
  52. SBK_QT3DANIMATION_QABSTRACTANIMATION_IDX = 4,
  53. SBK_QT3DANIMATION_QABSTRACTANIMATIONCLIP_IDX = 8,
  54. SBK_QT3DANIMATION_QABSTRACTCHANNELMAPPING_IDX = 10,
  55. SBK_QT3DANIMATION_QABSTRACTCLIPANIMATOR_LOOPS_IDX = 14,
  56. SBK_QT3DANIMATION_QABSTRACTCLIPANIMATOR_IDX = 12,
  57. SBK_QT3DANIMATION_QABSTRACTCLIPBLENDNODE_IDX = 16,
  58. SBK_QT3DANIMATION_QADDITIVECLIPBLEND_IDX = 18,
  59. SBK_QT3DANIMATION_QANIMATIONASPECT_IDX = 20,
  60. SBK_QT3DANIMATION_QANIMATIONCALLBACK_FLAG_IDX = 24,
  61. SBK_QFLAGS_QT3DANIMATION_QANIMATIONCALLBACK_FLAG_IDX = 0,
  62. SBK_QT3DANIMATION_QANIMATIONCALLBACK_IDX = 22,
  63. SBK_QT3DANIMATION_QANIMATIONCLIP_IDX = 26,
  64. SBK_QT3DANIMATION_QANIMATIONCLIPDATA_IDX = 28,
  65. SBK_QT3DANIMATION_QANIMATIONCLIPLOADER_STATUS_IDX = 32,
  66. SBK_QT3DANIMATION_QANIMATIONCLIPLOADER_IDX = 30,
  67. SBK_QT3DANIMATION_QANIMATIONCONTROLLER_IDX = 34,
  68. SBK_QT3DANIMATION_QANIMATIONGROUP_IDX = 36,
  69. SBK_QT3DANIMATION_QBLENDEDCLIPANIMATOR_IDX = 38,
  70. SBK_QT3DANIMATION_QCALLBACKMAPPING_IDX = 40,
  71. SBK_QT3DANIMATION_QCHANNEL_IDX = 42,
  72. SBK_QT3DANIMATION_QCHANNELCOMPONENT_IDX = 44,
  73. SBK_QT3DANIMATION_QCHANNELMAPPER_IDX = 46,
  74. SBK_QT3DANIMATION_QCHANNELMAPPING_IDX = 48,
  75. SBK_QT3DANIMATION_QCLIPANIMATOR_IDX = 50,
  76. SBK_QT3DANIMATION_QCLIPBLENDVALUE_IDX = 52,
  77. SBK_QT3DANIMATION_QCLOCK_IDX = 54,
  78. SBK_QT3DANIMATION_QKEYFRAME_INTERPOLATIONTYPE_IDX = 58,
  79. SBK_QT3DANIMATION_QKEYFRAME_IDX = 56,
  80. SBK_QT3DANIMATION_QKEYFRAMEANIMATION_REPEATMODE_IDX = 62,
  81. SBK_QT3DANIMATION_QKEYFRAMEANIMATION_IDX = 60,
  82. SBK_QT3DANIMATION_QLERPCLIPBLEND_IDX = 64,
  83. SBK_QT3DANIMATION_QMORPHTARGET_IDX = 66,
  84. SBK_QT3DANIMATION_QMORPHINGANIMATION_METHOD_IDX = 70,
  85. SBK_QT3DANIMATION_QMORPHINGANIMATION_IDX = 68,
  86. SBK_QT3DANIMATION_QSKELETONMAPPING_IDX = 72,
  87. SBK_QT3DANIMATION_QVERTEXBLENDANIMATION_IDX = 74,
  88. SBK_QT3DANIMATION_IDX_COUNT = 76,
  89. };
  90. // Type indices
  91. enum : int {
  92. SBK_Qt3DAnimationQt3DAnimation_IDX = 1,
  93. SBK_Qt3DAnimation_QAbstractAnimation_AnimationType_IDX = 3,
  94. SBK_Qt3DAnimation_QAbstractAnimation_IDX = 2,
  95. SBK_Qt3DAnimation_QAbstractAnimationClip_IDX = 4,
  96. SBK_Qt3DAnimation_QAbstractChannelMapping_IDX = 5,
  97. SBK_Qt3DAnimation_QAbstractClipAnimator_Loops_IDX = 7,
  98. SBK_Qt3DAnimation_QAbstractClipAnimator_IDX = 6,
  99. SBK_Qt3DAnimation_QAbstractClipBlendNode_IDX = 8,
  100. SBK_Qt3DAnimation_QAdditiveClipBlend_IDX = 9,
  101. SBK_Qt3DAnimation_QAnimationAspect_IDX = 10,
  102. SBK_Qt3DAnimation_QAnimationCallback_Flag_IDX = 12,
  103. SBK_QFlags_Qt3DAnimation_QAnimationCallback_Flag_IDX = 0,
  104. SBK_Qt3DAnimation_QAnimationCallback_IDX = 11,
  105. SBK_Qt3DAnimation_QAnimationClip_IDX = 13,
  106. SBK_Qt3DAnimation_QAnimationClipData_IDX = 14,
  107. SBK_Qt3DAnimation_QAnimationClipLoader_Status_IDX = 16,
  108. SBK_Qt3DAnimation_QAnimationClipLoader_IDX = 15,
  109. SBK_Qt3DAnimation_QAnimationController_IDX = 17,
  110. SBK_Qt3DAnimation_QAnimationGroup_IDX = 18,
  111. SBK_Qt3DAnimation_QBlendedClipAnimator_IDX = 19,
  112. SBK_Qt3DAnimation_QCallbackMapping_IDX = 20,
  113. SBK_Qt3DAnimation_QChannel_IDX = 21,
  114. SBK_Qt3DAnimation_QChannelComponent_IDX = 22,
  115. SBK_Qt3DAnimation_QChannelMapper_IDX = 23,
  116. SBK_Qt3DAnimation_QChannelMapping_IDX = 24,
  117. SBK_Qt3DAnimation_QClipAnimator_IDX = 25,
  118. SBK_Qt3DAnimation_QClipBlendValue_IDX = 26,
  119. SBK_Qt3DAnimation_QClock_IDX = 27,
  120. SBK_Qt3DAnimation_QKeyFrame_InterpolationType_IDX = 29,
  121. SBK_Qt3DAnimation_QKeyFrame_IDX = 28,
  122. SBK_Qt3DAnimation_QKeyframeAnimation_RepeatMode_IDX = 31,
  123. SBK_Qt3DAnimation_QKeyframeAnimation_IDX = 30,
  124. SBK_Qt3DAnimation_QLerpClipBlend_IDX = 32,
  125. SBK_Qt3DAnimation_QMorphTarget_IDX = 33,
  126. SBK_Qt3DAnimation_QMorphingAnimation_Method_IDX = 35,
  127. SBK_Qt3DAnimation_QMorphingAnimation_IDX = 34,
  128. SBK_Qt3DAnimation_QSkeletonMapping_IDX = 36,
  129. SBK_Qt3DAnimation_QVertexBlendAnimation_IDX = 37,
  130. SBK_Qt3DAnimation_IDX_COUNT = 38,
  131. };
  132. // This variable stores all Python types exported by this module.
  133. extern Shiboken::Module::TypeInitStruct *SbkPySide6_Qt3DAnimationTypeStructs;
  134. // This variable stores all Python types exported by this module in a backwards compatible way with identical indexing.
  135. [[deprecated]] extern PyTypeObject **SbkPySide6_Qt3DAnimationTypes;
  136. // This variable stores the Python module object exported by this module.
  137. extern PyObject *SbkPySide6_Qt3DAnimationModuleObject;
  138. // This variable stores all type converters exported by this module.
  139. extern SbkConverter **SbkPySide6_Qt3DAnimationTypeConverters;
  140. // Converter indices
  141. enum [[deprecated]] : int {
  142. SBK_QT3DANIMATION_QLIST_INT_IDX = 0, // QList<int>
  143. SBK_QT3DANIMATION_QLIST_FLOAT_IDX = 1, // QList<float>
  144. SBK_QT3DANIMATION_QLIST_QT3DCORE_QTRANSFORMPTR_IDX = 2, // QList<Qt3DCore::QTransform*>
  145. SBK_QT3DANIMATION_QLIST_QT3DANIMATION_QMORPHTARGETPTR_IDX = 3, // QList<Qt3DAnimation::QMorphTarget*>
  146. SBK_QT3DANIMATION_QLIST_QT3DANIMATION_QABSTRACTCHANNELMAPPINGPTR_IDX = 4, // QList<Qt3DAnimation::QAbstractChannelMapping*>
  147. SBK_QT3DANIMATION_STD_VECTOR_QSHAREDPOINTER_QT3DCORE_QASPECTJOB_IDX = 5, // std::vector<QSharedPointer<Qt3DCore::QAspectJob>>
  148. SBK_QT3DANIMATION_QLIST_QT3DANIMATION_QABSTRACTANIMATIONPTR_IDX = 6, // QList<Qt3DAnimation::QAbstractAnimation*>
  149. SBK_QT3DANIMATION_QLIST_QT3DANIMATION_QANIMATIONGROUPPTR_IDX = 7, // QList<Qt3DAnimation::QAnimationGroup*>
  150. SBK_QT3DANIMATION_QLIST_QT3DCORE_QATTRIBUTEPTR_IDX = 8, // QList<Qt3DCore::QAttribute*>
  151. SBK_QT3DANIMATION_QLIST_QVARIANT_IDX = 9, // QList<QVariant>
  152. SBK_QT3DANIMATION_QLIST_QSTRING_IDX = 10, // QList<QString>
  153. SBK_QT3DANIMATION_QMAP_QSTRING_QVARIANT_IDX = 11, // QMap<QString,QVariant>
  154. SBK_QT3DANIMATION_CONVERTERS_IDX_COUNT = 12,
  155. };
  156. // Converter indices
  157. enum : int {
  158. SBK_Qt3DAnimation_QList_int_IDX = 0, // QList<int>
  159. SBK_Qt3DAnimation_QList_float_IDX = 1, // QList<float>
  160. SBK_Qt3DAnimation_QList_Qt3DCore_QTransformPTR_IDX = 2, // QList<Qt3DCore::QTransform*>
  161. SBK_Qt3DAnimation_QList_Qt3DAnimation_QMorphTargetPTR_IDX = 3, // QList<Qt3DAnimation::QMorphTarget*>
  162. SBK_Qt3DAnimation_QList_Qt3DAnimation_QAbstractChannelMappingPTR_IDX = 4, // QList<Qt3DAnimation::QAbstractChannelMapping*>
  163. SBK_Qt3DAnimation_std_vector_QSharedPointer_Qt3DCore_QAspectJob_IDX = 5, // std::vector<QSharedPointer<Qt3DCore::QAspectJob>>
  164. SBK_Qt3DAnimation_QList_Qt3DAnimation_QAbstractAnimationPTR_IDX = 6, // QList<Qt3DAnimation::QAbstractAnimation*>
  165. SBK_Qt3DAnimation_QList_Qt3DAnimation_QAnimationGroupPTR_IDX = 7, // QList<Qt3DAnimation::QAnimationGroup*>
  166. SBK_Qt3DAnimation_QList_Qt3DCore_QAttributePTR_IDX = 8, // QList<Qt3DCore::QAttribute*>
  167. SBK_Qt3DAnimation_QList_QVariant_IDX = 9, // QList<QVariant>
  168. SBK_Qt3DAnimation_QList_QString_IDX = 10, // QList<QString>
  169. SBK_Qt3DAnimation_QMap_QString_QVariant_IDX = 11, // QMap<QString,QVariant>
  170. SBK_Qt3DAnimation_CONVERTERS_IDX_COUNT = 12,
  171. };
  172. // Macros for type check
  173. QT_WARNING_PUSH
  174. QT_WARNING_DISABLE_DEPRECATED
  175. namespace Shiboken
  176. {
  177. // PyType functions, to get the PyObjectType for a type T
  178. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractAnimation::AnimationType >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractAnimation_AnimationType_IDX]); }
  179. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractAnimation >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractAnimation_IDX]); }
  180. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractAnimationClip >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractAnimationClip_IDX]); }
  181. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractChannelMapping >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractChannelMapping_IDX]); }
  182. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractClipAnimator::Loops >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractClipAnimator_Loops_IDX]); }
  183. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractClipAnimator >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractClipAnimator_IDX]); }
  184. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAbstractClipBlendNode >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAbstractClipBlendNode_IDX]); }
  185. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAdditiveClipBlend >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAdditiveClipBlend_IDX]); }
  186. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationAspect >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationAspect_IDX]); }
  187. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationCallback::Flag >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationCallback_Flag_IDX]); }
  188. template<> inline PyTypeObject *SbkType< ::QFlags<Qt3DAnimation::QAnimationCallback::Flag> >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_QFlags_Qt3DAnimation_QAnimationCallback_Flag_IDX]); }
  189. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationCallback >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationCallback_IDX]); }
  190. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationClip >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationClip_IDX]); }
  191. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationClipData >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationClipData_IDX]); }
  192. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationClipLoader::Status >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationClipLoader_Status_IDX]); }
  193. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationClipLoader >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationClipLoader_IDX]); }
  194. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationController >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationController_IDX]); }
  195. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QAnimationGroup >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QAnimationGroup_IDX]); }
  196. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QBlendedClipAnimator >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QBlendedClipAnimator_IDX]); }
  197. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QCallbackMapping >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QCallbackMapping_IDX]); }
  198. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QChannel >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QChannel_IDX]); }
  199. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QChannelComponent >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QChannelComponent_IDX]); }
  200. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QChannelMapper >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QChannelMapper_IDX]); }
  201. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QChannelMapping >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QChannelMapping_IDX]); }
  202. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QClipAnimator >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QClipAnimator_IDX]); }
  203. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QClipBlendValue >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QClipBlendValue_IDX]); }
  204. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QClock >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QClock_IDX]); }
  205. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QKeyFrame::InterpolationType >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QKeyFrame_InterpolationType_IDX]); }
  206. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QKeyFrame >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QKeyFrame_IDX]); }
  207. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QKeyframeAnimation::RepeatMode >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QKeyframeAnimation_RepeatMode_IDX]); }
  208. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QKeyframeAnimation >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QKeyframeAnimation_IDX]); }
  209. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QLerpClipBlend >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QLerpClipBlend_IDX]); }
  210. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QMorphTarget >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QMorphTarget_IDX]); }
  211. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QMorphingAnimation::Method >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QMorphingAnimation_Method_IDX]); }
  212. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QMorphingAnimation >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QMorphingAnimation_IDX]); }
  213. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QSkeletonMapping >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QSkeletonMapping_IDX]); }
  214. template<> inline PyTypeObject *SbkType< ::Qt3DAnimation::QVertexBlendAnimation >() { return Shiboken::Module::get(SbkPySide6_Qt3DAnimationTypeStructs[SBK_Qt3DAnimation_QVertexBlendAnimation_IDX]); }
  215. } // namespace Shiboken
  216. QT_WARNING_POP
  217. #endif // SBK_QT3DANIMATION_PYTHON_H