README.md
pyproject.toml
src/soulstruct/havok/__init__.py
src/soulstruct/havok/core.py
src/soulstruct/havok/enums.py
src/soulstruct/havok/exceptions.py
src/soulstruct/havok/spline_compression.py
src/soulstruct/havok/version.py
src/soulstruct/havok/window.py
src/soulstruct/havok/fromsoft/__init__.py
src/soulstruct/havok/fromsoft/base/__init__.py
src/soulstruct/havok/fromsoft/base/anibnd.py
src/soulstruct/havok/fromsoft/base/core.py
src/soulstruct/havok/fromsoft/base/type_vars.py
src/soulstruct/havok/fromsoft/base/utilities.py
src/soulstruct/havok/fromsoft/base/animation/__init__.py
src/soulstruct/havok/fromsoft/base/animation/animation_container.py
src/soulstruct/havok/fromsoft/base/animation/core.py
src/soulstruct/havok/fromsoft/base/physics/__init__.py
src/soulstruct/havok/fromsoft/base/physics/cloth_physics_data.py
src/soulstruct/havok/fromsoft/base/physics/core.py
src/soulstruct/havok/fromsoft/base/physics/physics_data.py
src/soulstruct/havok/fromsoft/base/ragdoll/__init__.py
src/soulstruct/havok/fromsoft/base/ragdoll/core.py
src/soulstruct/havok/fromsoft/base/ragdoll/skeleton_mapper.py
src/soulstruct/havok/fromsoft/base/remo_animation/__init__.py
src/soulstruct/havok/fromsoft/base/remo_animation/core.py
src/soulstruct/havok/fromsoft/base/skeleton/__init__.py
src/soulstruct/havok/fromsoft/base/skeleton/bone.py
src/soulstruct/havok/fromsoft/base/skeleton/core.py
src/soulstruct/havok/fromsoft/base/skeleton/skeleton.py
src/soulstruct/havok/fromsoft/bloodborne/__init__.py
src/soulstruct/havok/fromsoft/bloodborne/core.py
src/soulstruct/havok/fromsoft/bloodborne/physics.py
src/soulstruct/havok/fromsoft/darksouls1ptde/__init__.py
src/soulstruct/havok/fromsoft/darksouls1ptde/core.py
src/soulstruct/havok/fromsoft/darksouls1r/__init__.py
src/soulstruct/havok/fromsoft/darksouls1r/anibnd.py
src/soulstruct/havok/fromsoft/darksouls1r/core.py
src/soulstruct/havok/fromsoft/darksouls1r/remobnd.py
src/soulstruct/havok/fromsoft/darksouls1r/retarget.py
src/soulstruct/havok/fromsoft/darksouls1r/utilities.py
src/soulstruct/havok/fromsoft/darksouls3/__init__.py
src/soulstruct/havok/fromsoft/demonssouls/__init__.py
src/soulstruct/havok/fromsoft/demonssouls/anibnd.py
src/soulstruct/havok/fromsoft/demonssouls/core.py
src/soulstruct/havok/fromsoft/demonssouls/utilities.py
src/soulstruct/havok/fromsoft/eldenring/__init__.py
src/soulstruct/havok/fromsoft/eldenring/anibnd.py
src/soulstruct/havok/fromsoft/eldenring/file_types.py
src/soulstruct/havok/fromsoft/sekiro/__init__.py
src/soulstruct/havok/fromsoft/sekiro/anibnd.py
src/soulstruct/havok/fromsoft/sekiro/core.py
src/soulstruct/havok/fromsoft/sekiro/remobnd.py
src/soulstruct/havok/fromsoft/sekiro/utilities.py
src/soulstruct/havok/fromsoft/shared/__init__.py
src/soulstruct/havok/fromsoft/shared/hkx_binder.py
src/soulstruct/havok/fromsoft/shared/map_collision.py
src/soulstruct/havok/packfile/__init__.py
src/soulstruct/havok/packfile/packer.py
src/soulstruct/havok/packfile/structs.py
src/soulstruct/havok/packfile/type_unpacker.py
src/soulstruct/havok/packfile/unpacker.py
src/soulstruct/havok/resources/CompressAnim.exe
src/soulstruct/havok/resources/HavokWaveletAnim.exe
src/soulstruct/havok/resources/mopper.exe
src/soulstruct/havok/tagfile/__init__.py
src/soulstruct/havok/tagfile/packer.py
src/soulstruct/havok/tagfile/structs.py
src/soulstruct/havok/tagfile/unpacker.py
src/soulstruct/havok/types/__init__.py
src/soulstruct/havok/types/_create_typing.py
src/soulstruct/havok/types/base.py
src/soulstruct/havok/types/conversion.py
src/soulstruct/havok/types/create_module.py
src/soulstruct/havok/types/debug.py
src/soulstruct/havok/types/hk.py
src/soulstruct/havok/types/info.py
src/soulstruct/havok/types/packfile.py
src/soulstruct/havok/types/py_def_builder.py
src/soulstruct/havok/types/tagfile.py
src/soulstruct/havok/types/type_info_generator.py
src/soulstruct/havok/types/typing.pyi
src/soulstruct/havok/types/hk2010/CustomMeshParameter.py
src/soulstruct/havok/types/hk2010/CustomParamStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk2010/__init__.py
src/soulstruct/havok/types/hk2010/core.py
src/soulstruct/havok/types/hk2010/enums.py
src/soulstruct/havok/types/hk2010/hkAabb.py
src/soulstruct/havok/types/hk2010/hkLocalFrame.py
src/soulstruct/havok/types/hk2010/hkMoppBvTreeShapeBase.py
src/soulstruct/havok/types/hk2010/hkMotionState.py
src/soulstruct/havok/types/hk2010/hkMultiThreadCheck.py
src/soulstruct/havok/types/hk2010/hkRootLevelContainer.py
src/soulstruct/havok/types/hk2010/hkRootLevelContainerNamedVariant.py
src/soulstruct/havok/types/hk2010/hkSweptTransform.py
src/soulstruct/havok/types/hk2010/hkWorldMemoryAvailableWatchDog.py
src/soulstruct/havok/types/hk2010/_hka/__init__.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnimation.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnimationAnimationType.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnimationBinding.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnimationBindingBlendHint.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnimationContainer.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnnotationTrack.py
src/soulstruct/havok/types/hk2010/_hka/hkaAnnotationTrackAnnotation.py
src/soulstruct/havok/types/hk2010/_hka/hkaBone.py
src/soulstruct/havok/types/hk2010/_hka/hkaBoneAttachment.py
src/soulstruct/havok/types/hk2010/_hka/hkaDefaultAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2010/_hka/hkaInterleavedUncompressedAnimation.py
src/soulstruct/havok/types/hk2010/_hka/hkaMeshBinding.py
src/soulstruct/havok/types/hk2010/_hka/hkaMeshBindingMapping.py
src/soulstruct/havok/types/hk2010/_hka/hkaRagdollInstance.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeleton.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeletonLocalFrameOnBone.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeletonMapper.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeletonMapperData.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeletonMapperDataChainMapping.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeletonMapperDataMappingType.py
src/soulstruct/havok/types/hk2010/_hka/hkaSkeletonMapperDataSimpleMapping.py
src/soulstruct/havok/types/hk2010/_hka/hkaSplineCompressedAnimation.py
src/soulstruct/havok/types/hk2010/_hkp/__init__.py
src/soulstruct/havok/types/hk2010/_hkp/hkpAction.py
src/soulstruct/havok/types/hk2010/_hkp/hkpAngFrictionConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpBallSocketConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpBallSocketConstraintAtomSolvingMethod.py
src/soulstruct/havok/types/hk2010/_hkp/hkpBroadPhaseHandle.py
src/soulstruct/havok/types/hk2010/_hkp/hkpBvTreeShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpBvTreeShapeBvTreeType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpCapsuleShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpCdBody.py
src/soulstruct/havok/types/hk2010/_hkp/hkpCollidable.py
src/soulstruct/havok/types/hk2010/_hkp/hkpCollidableBoundingVolumeData.py
src/soulstruct/havok/types/hk2010/_hkp/hkpCollisionFilter.py
src/soulstruct/havok/types/hk2010/_hkp/hkpCollisionFilterhkpFilterType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConeLimitConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConeLimitConstraintAtomMeasurementMode.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintAtomAtomType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintData.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintInstance.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintInstanceConstraintPriority.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintInstanceOnDestructionRemapInfo.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintInstanceSmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintMotor.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConstraintMotorMotorType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConvexListFilter.py
src/soulstruct/havok/types/hk2010/_hkp/hkpConvexShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpEntity.py
src/soulstruct/havok/types/hk2010/_hkp/hkpEntityExtendedListeners.py
src/soulstruct/havok/types/hk2010/_hkp/hkpEntitySmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpEntitySpuCollisionCallback.py
src/soulstruct/havok/types/hk2010/_hkp/hkpExtendedMeshShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpExtendedMeshShapeIndexStridingType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpExtendedMeshShapeShapesSubpart.py
src/soulstruct/havok/types/hk2010/_hkp/hkpExtendedMeshShapeSubpart.py
src/soulstruct/havok/types/hk2010/_hkp/hkpExtendedMeshShapeTrianglesSubpart.py
src/soulstruct/havok/types/hk2010/_hkp/hkpKeyframedRigidMotion.py
src/soulstruct/havok/types/hk2010/_hkp/hkpLimitedForceConstraintMotor.py
src/soulstruct/havok/types/hk2010/_hkp/hkpLinkedCollidable.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMaterial.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMaterialResponseType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMaxSizeMotion.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMeshMaterial.py
src/soulstruct/havok/types/hk2010/_hkp/hkpModifierConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMoppBvTreeShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMoppCode.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMoppCodeBuildType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMoppCodeCodeInfo.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMotion.py
src/soulstruct/havok/types/hk2010/_hkp/hkpMotionMotionType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpNamedMeshMaterial.py
src/soulstruct/havok/types/hk2010/_hkp/hkpPhantom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpPhysicsData.py
src/soulstruct/havok/types/hk2010/_hkp/hkpPhysicsSystem.py
src/soulstruct/havok/types/hk2010/_hkp/hkpPositionConstraintMotor.py
src/soulstruct/havok/types/hk2010/_hkp/hkpProperty.py
src/soulstruct/havok/types/hk2010/_hkp/hkpPropertyValue.py
src/soulstruct/havok/types/hk2010/_hkp/hkpRagdollConstraintData.py
src/soulstruct/havok/types/hk2010/_hkp/hkpRagdollConstraintDataAtoms.py
src/soulstruct/havok/types/hk2010/_hkp/hkpRagdollMotorConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpRigidBody.py
src/soulstruct/havok/types/hk2010/_hkp/hkpSetLocalTransformsConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpSetupStabilizationAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpShapeCollection.py
src/soulstruct/havok/types/hk2010/_hkp/hkpShapeCollectionCollectionType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpShapeCollectionFilter.py
src/soulstruct/havok/types/hk2010/_hkp/hkpShapeContainer.py
src/soulstruct/havok/types/hk2010/_hkp/hkpShapeShapeType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpSingleShapeContainer.py
src/soulstruct/havok/types/hk2010/_hkp/hkpSphereRepShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk2010/_hkp/hkpStorageExtendedMeshShapeMaterial.py
src/soulstruct/havok/types/hk2010/_hkp/hkpStorageExtendedMeshShapeMeshSubpartStorage.py
src/soulstruct/havok/types/hk2010/_hkp/hkpStorageExtendedMeshShapeShapeSubpartStorage.py
src/soulstruct/havok/types/hk2010/_hkp/hkpTwistLimitConstraintAtom.py
src/soulstruct/havok/types/hk2010/_hkp/hkpTypedBroadPhaseHandle.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWeldingUtilityWeldingType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWorldCinfo.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWorldCinfoBroadPhaseBorderBehaviour.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWorldCinfoContactPointGeneration.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWorldCinfoSimulationType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWorldCinfoTreeUpdateType.py
src/soulstruct/havok/types/hk2010/_hkp/hkpWorldObject.py
src/soulstruct/havok/types/hk2010/_hkx/__init__.py
src/soulstruct/havok/types/hk2010/_hkx/hkxAttribute.py
src/soulstruct/havok/types/hk2010/_hkx/hkxAttributeGroup.py
src/soulstruct/havok/types/hk2010/_hkx/hkxAttributeHolder.py
src/soulstruct/havok/types/hk2010/_hkx/hkxIndexBuffer.py
src/soulstruct/havok/types/hk2010/_hkx/hkxIndexBufferIndexType.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMaterial.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMaterialProperty.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMaterialTextureStage.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMaterialTextureStageTextureType.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMesh.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMeshSection.py
src/soulstruct/havok/types/hk2010/_hkx/hkxMeshUserChannelInfo.py
src/soulstruct/havok/types/hk2010/_hkx/hkxVertexBuffer.py
src/soulstruct/havok/types/hk2010/_hkx/hkxVertexBufferVertexData.py
src/soulstruct/havok/types/hk2010/_hkx/hkxVertexDescription.py
src/soulstruct/havok/types/hk2010/_hkx/hkxVertexDescriptionElementDecl.py
src/soulstruct/havok/types/hk2010/_hkx/hkxVertexDescriptionElementDeclDataType.py
src/soulstruct/havok/types/hk2010/_hkx/hkxVertexDescriptionElementDeclDataUsage.py
src/soulstruct/havok/types/hk2014/__init__.py
src/soulstruct/havok/types/hk2014/core.py
src/soulstruct/havok/types/hk2014/fsnpCustomMeshParameter.py
src/soulstruct/havok/types/hk2014/fsnpCustomMeshParameterPrimitiveData.py
src/soulstruct/havok/types/hk2014/fsnpCustomMeshParameterTriangleData.py
src/soulstruct/havok/types/hk2014/fsnpCustomParamCompressedMeshShape.py
src/soulstruct/havok/types/hk2014/hkAabb.py
src/soulstruct/havok/types/hk2014/hkBitField.py
src/soulstruct/havok/types/hk2014/hkBitFieldBase.py
src/soulstruct/havok/types/hk2014/hkBitFieldStorage.py
src/soulstruct/havok/types/hk2014/hkCompressedMassProperties.py
src/soulstruct/havok/types/hk2014/hkFreeListArrayhknpMaterialhknpMaterialId8hknpMaterialFreeListArrayOperations.py
src/soulstruct/havok/types/hk2014/hkFreeListArrayhknpMotionPropertieshknpMotionPropertiesId8hknpMotionPropertiesFreeListArrayOperations.py
src/soulstruct/havok/types/hk2014/hkLocalFrame.py
src/soulstruct/havok/types/hk2014/hkMeshBoneIndexMapping.py
src/soulstruct/havok/types/hk2014/hkMotionState.py
src/soulstruct/havok/types/hk2014/hkRefCountedProperties.py
src/soulstruct/havok/types/hk2014/hkRefCountedPropertiesEntry.py
src/soulstruct/havok/types/hk2014/hkRootLevelContainer.py
src/soulstruct/havok/types/hk2014/hkRootLevelContainerNamedVariant.py
src/soulstruct/havok/types/hk2014/_hka/__init__.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimatedReferenceFramehkaReferenceFrameTypeEnum.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimation.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimationAnimationType.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimationBinding.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimationBindingBlendHint.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnimationContainer.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnnotationTrack.py
src/soulstruct/havok/types/hk2014/_hka/hkaAnnotationTrackAnnotation.py
src/soulstruct/havok/types/hk2014/_hka/hkaBone.py
src/soulstruct/havok/types/hk2014/_hka/hkaBoneAttachment.py
src/soulstruct/havok/types/hk2014/_hka/hkaDefaultAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2014/_hka/hkaInterleavedUncompressedAnimation.py
src/soulstruct/havok/types/hk2014/_hka/hkaMeshBinding.py
src/soulstruct/havok/types/hk2014/_hka/hkaMeshBindingMapping.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeleton.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonLocalFrameOnBone.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonMapper.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonMapperData.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonMapperDataChainMapping.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonMapperDataMappingType.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonMapperDataPartitionMappingRange.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonMapperDataSimpleMapping.py
src/soulstruct/havok/types/hk2014/_hka/hkaSkeletonPartition.py
src/soulstruct/havok/types/hk2014/_hka/hkaSplineCompressedAnimation.py
src/soulstruct/havok/types/hk2014/_hkcd/__init__.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdFourAabb.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdSimdTree.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdSimdTreeNode.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBase.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBasePrimitive.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBasePrimitiveDataRunBasehknpCompressedMeshShapeTreeDataRunData.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBaseSection.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBaseSectionDataRuns.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBaseSectionPrimitives.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMeshTreeBaseSectionSharedVertices.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticMesh__hknpCompressedMeshShapeTreeDataRun.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeCodec3Axis.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeCodec3Axis4.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeCodec3Axis5.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeCodec3Axis6.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeDynamicStorage.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeDynamicStorage4.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeDynamicStorage5.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeDynamicStoragehkcdStaticTreeCodec3Axis4.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeDynamicStoragehkcdStaticTreeCodec3Axis5.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeTree.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeTreehkcdStaticTreeDynamicStorage4.py
src/soulstruct/havok/types/hk2014/_hkcd/hkcdStaticTreeTreehkcdStaticTreeDynamicStorage5.py
src/soulstruct/havok/types/hk2014/_hknp/__init__.py
src/soulstruct/havok/types/hk2014/_hknp/hknpBodyCinfo.py
src/soulstruct/havok/types/hk2014/_hknp/hknpBodyQuality.py
src/soulstruct/havok/types/hk2014/_hknp/hknpBodyQualityLibrary.py
src/soulstruct/havok/types/hk2014/_hknp/hknpBroadPhaseConfig.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCapsuleShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCollisionFilter.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCollisionFilterType.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCompositeShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCompressedMeshShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCompressedMeshShapeData.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCompressedMeshShapeTree.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCompressedMeshShapeTreeDataRun.py
src/soulstruct/havok/types/hk2014/_hknp/hknpCompressedMeshShapeTreeDataRunData.py
src/soulstruct/havok/types/hk2014/_hknp/hknpConstraintCinfo.py
src/soulstruct/havok/types/hk2014/_hknp/hknpConvexPolytopeShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpConvexPolytopeShapeFace.py
src/soulstruct/havok/types/hk2014/_hknp/hknpConvexShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpExternMeshShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpExternMeshShapeData.py
src/soulstruct/havok/types/hk2014/_hknp/hknpExternMeshShapeGeometry.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMaterial.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMaterialCombinePolicy.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMaterialLibrary.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMaterialMassChangerCategory.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMaterialTriggerType.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMotionCinfo.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMotionProperties.py
src/soulstruct/havok/types/hk2014/_hknp/hknpMotionPropertiesLibrary.py
src/soulstruct/havok/types/hk2014/_hknp/hknpPhysicsSceneData.py
src/soulstruct/havok/types/hk2014/_hknp/hknpPhysicsSystemData.py
src/soulstruct/havok/types/hk2014/_hknp/hknpRagdollData.py
src/soulstruct/havok/types/hk2014/_hknp/hknpRefWorldCinfo.py
src/soulstruct/havok/types/hk2014/_hknp/hknpShape.py
src/soulstruct/havok/types/hk2014/_hknp/hknpShapeEnum.py
src/soulstruct/havok/types/hk2014/_hknp/hknpShapeMassProperties.py
src/soulstruct/havok/types/hk2014/_hknp/hknpShapeTagCodec.py
src/soulstruct/havok/types/hk2014/_hknp/hknpShapeTagCodecType.py
src/soulstruct/havok/types/hk2014/_hknp/hknpSparseCompactMap.py
src/soulstruct/havok/types/hk2014/_hknp/hknpSurfaceVelocity.py
src/soulstruct/havok/types/hk2014/_hknp/hknpWorldCinfo.py
src/soulstruct/havok/types/hk2014/_hknp/hknpWorldCinfoLeavingBroadPhaseBehavior.py
src/soulstruct/havok/types/hk2014/_hknp/hknpWorldCinfoSimulationType.py
src/soulstruct/havok/types/hk2014/_hkp/__init__.py
src/soulstruct/havok/types/hk2014/_hkp/hkp2dAngConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkp3dAngConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpAngFrictionConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpAngLimitConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpAngMotorConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpBallSocketConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpBallSocketConstraintAtomSolvingMethod.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConeLimitConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConeLimitConstraintAtomMeasurementMode.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConstraintAtomAtomType.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConstraintData.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConstraintMotor.py
src/soulstruct/havok/types/hk2014/_hkp/hkpConstraintMotorMotorType.py
src/soulstruct/havok/types/hk2014/_hkp/hkpFixedConstraintData.py
src/soulstruct/havok/types/hk2014/_hkp/hkpFixedConstraintDataAtoms.py
src/soulstruct/havok/types/hk2014/_hkp/hkpKeyframedRigidMotion.py
src/soulstruct/havok/types/hk2014/_hkp/hkpLimitedForceConstraintMotor.py
src/soulstruct/havok/types/hk2014/_hkp/hkpLimitedHingeConstraintData.py
src/soulstruct/havok/types/hk2014/_hkp/hkpLimitedHingeConstraintDataAtoms.py
src/soulstruct/havok/types/hk2014/_hkp/hkpMaxSizeMotion.py
src/soulstruct/havok/types/hk2014/_hkp/hkpMotion.py
src/soulstruct/havok/types/hk2014/_hkp/hkpMotionMotionType.py
src/soulstruct/havok/types/hk2014/_hkp/hkpPositionConstraintMotor.py
src/soulstruct/havok/types/hk2014/_hkp/hkpRagdollConstraintData.py
src/soulstruct/havok/types/hk2014/_hkp/hkpRagdollConstraintDataAtoms.py
src/soulstruct/havok/types/hk2014/_hkp/hkpRagdollMotorConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpSetLocalTransformsConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpSetupStabilizationAtom.py
src/soulstruct/havok/types/hk2014/_hkp/hkpTwistLimitConstraintAtom.py
src/soulstruct/havok/types/hk2014/_hkx/__init__.py
src/soulstruct/havok/types/hk2014/_hkx/hkxAttribute.py
src/soulstruct/havok/types/hk2014/_hkx/hkxAttributeGroup.py
src/soulstruct/havok/types/hk2014/_hkx/hkxAttributeHolder.py
src/soulstruct/havok/types/hk2014/_hkx/hkxIndexBuffer.py
src/soulstruct/havok/types/hk2014/_hkx/hkxIndexBufferIndexType.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMaterial.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMaterialProperty.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMaterialTextureStage.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMaterialTextureStageTextureType.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMaterialTransparency.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMaterialUVMappingAlgorithm.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMesh.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMeshSection.py
src/soulstruct/havok/types/hk2014/_hkx/hkxMeshUserChannelInfo.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexAnimation.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexAnimationUsageMap.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexAnimationUsageMapDataUsage.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexBuffer.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexBufferVertexData.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexDescription.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexDescriptionElementDecl.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexDescriptionElementDeclDataType.py
src/soulstruct/havok/types/hk2014/_hkx/hkxVertexDescriptionElementDeclDataUsage.py
src/soulstruct/havok/types/hk2015/CustomMeshParameter.py
src/soulstruct/havok/types/hk2015/CustomParamStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk2015/__init__.py
src/soulstruct/havok/types/hk2015/core.py
src/soulstruct/havok/types/hk2015/hkAabb.py
src/soulstruct/havok/types/hk2015/hkGeometry.py
src/soulstruct/havok/types/hk2015/hkGeometryTriangle.py
src/soulstruct/havok/types/hk2015/hkLocalFrame.py
src/soulstruct/havok/types/hk2015/hkMeshBoneIndexMapping.py
src/soulstruct/havok/types/hk2015/hkMoppBvTreeShapeBase.py
src/soulstruct/havok/types/hk2015/hkMotionState.py
src/soulstruct/havok/types/hk2015/hkMultiThreadCheck.py
src/soulstruct/havok/types/hk2015/hkRefCountedProperties.py
src/soulstruct/havok/types/hk2015/hkRefCountedPropertiesEntry.py
src/soulstruct/havok/types/hk2015/hkRootLevelContainer.py
src/soulstruct/havok/types/hk2015/hkRootLevelContainerNamedVariant.py
src/soulstruct/havok/types/hk2015/hkSimpleProperty.py
src/soulstruct/havok/types/hk2015/hkSimplePropertyValue.py
src/soulstruct/havok/types/hk2015/hkWorldMemoryAvailableWatchDog.py
src/soulstruct/havok/types/hk2015/_hka/__init__.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimatedReferenceFramehkaReferenceFrameTypeEnum.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimation.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimationAnimationType.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimationBinding.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimationBindingBlendHint.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnimationContainer.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnnotationTrack.py
src/soulstruct/havok/types/hk2015/_hka/hkaAnnotationTrackAnnotation.py
src/soulstruct/havok/types/hk2015/_hka/hkaBone.py
src/soulstruct/havok/types/hk2015/_hka/hkaBoneAttachment.py
src/soulstruct/havok/types/hk2015/_hka/hkaDefaultAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2015/_hka/hkaInterleavedUncompressedAnimation.py
src/soulstruct/havok/types/hk2015/_hka/hkaMeshBinding.py
src/soulstruct/havok/types/hk2015/_hka/hkaMeshBindingMapping.py
src/soulstruct/havok/types/hk2015/_hka/hkaRagdollInstance.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeleton.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonLocalFrameOnBone.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonMapper.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonMapperData.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonMapperDataChainMapping.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonMapperDataMappingType.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonMapperDataPartitionMappingRange.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonMapperDataSimpleMapping.py
src/soulstruct/havok/types/hk2015/_hka/hkaSkeletonPartition.py
src/soulstruct/havok/types/hk2015/_hka/hkaSplineCompressedAnimation.py
src/soulstruct/havok/types/hk2015/_hkcd/__init__.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdFourAabb.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdShape.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdShapeDispatchTypeShapeDispatchTypeEnum.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdShapeInfoCodecTypeShapeInfoCodecTypeEnum.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdShapeTypeShapeTypeEnum.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdSimdTree.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdSimdTreeNode.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdStaticTreeCodec3Axis.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdStaticTreeCodec3Axis6.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdStaticTreeDynamicStorage.py
src/soulstruct/havok/types/hk2015/_hkcd/hkcdStaticTreeTree.py
src/soulstruct/havok/types/hk2015/_hknp/__init__.py
src/soulstruct/havok/types/hk2015/_hknp/hknpCollisionDispatchTypeEnum.py
src/soulstruct/havok/types/hk2015/_hknp/hknpCompositeShape.py
src/soulstruct/havok/types/hk2015/_hknp/hknpDefaultExternMeshShapeGeometry.py
src/soulstruct/havok/types/hk2015/_hknp/hknpExternMeshShape.py
src/soulstruct/havok/types/hk2015/_hknp/hknpExternMeshShapeData.py
src/soulstruct/havok/types/hk2015/_hknp/hknpExternMeshShapeGeometry.py
src/soulstruct/havok/types/hk2015/_hknp/hknpShape.py
src/soulstruct/havok/types/hk2015/_hknp/hknpShapeFlagsEnum.py
src/soulstruct/havok/types/hk2015/_hknp/hknpShapeTypeEnum.py
src/soulstruct/havok/types/hk2015/_hknp/hknpSparseCompactMap.py
src/soulstruct/havok/types/hk2015/_hkp/__init__.py
src/soulstruct/havok/types/hk2015/_hkp/hkp2dAngConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpAction.py
src/soulstruct/havok/types/hk2015/_hkp/hkpAngFrictionConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpAngLimitConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpAngMotorConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBallAndSocketConstraintData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBallAndSocketConstraintDataAtoms.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBallSocketChainData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBallSocketChainDataConstraintInfo.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBallSocketConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBoxShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBreakableConstraintData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBridgeAtoms.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBridgeConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBroadPhaseHandle.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBvTreeShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpBvTreeShapeBvTreeType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCapsuleShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCdBody.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCollidable.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCollidableBoundingVolumeData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCollidableCollidableFilter.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCollisionFilter.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCollisionFilterhkpFilterType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConeLimitConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConeLimitConstraintAtomMeasurementMode.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintAtomAtomType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintAtomSolvingMethod.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintChainData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintChainInstance.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintChainInstanceAction.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintInstance.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintInstanceConstraintPriority.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintInstanceOnDestructionRemapInfo.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintInstanceSmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintMotor.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConstraintMotorMotorType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexListFilter.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexTransformShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexTransformShapeBase.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexTranslateShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexVerticesConnectivity.py
src/soulstruct/havok/types/hk2015/_hkp/hkpConvexVerticesShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpCylinderShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpEntity.py
src/soulstruct/havok/types/hk2015/_hkp/hkpEntityExtendedListeners.py
src/soulstruct/havok/types/hk2015/_hkp/hkpEntitySmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpEntitySpuCollisionCallback.py
src/soulstruct/havok/types/hk2015/_hkp/hkpExtendedMeshShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpExtendedMeshShapeIndexStridingType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpExtendedMeshShapeShapesSubpart.py
src/soulstruct/havok/types/hk2015/_hkp/hkpExtendedMeshShapeSubpart.py
src/soulstruct/havok/types/hk2015/_hkp/hkpExtendedMeshShapeTrianglesSubpart.py
src/soulstruct/havok/types/hk2015/_hkp/hkpHingeConstraintData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpHingeConstraintDataAtoms.py
src/soulstruct/havok/types/hk2015/_hkp/hkpKeyframedRigidMotion.py
src/soulstruct/havok/types/hk2015/_hkp/hkpLimitedForceConstraintMotor.py
src/soulstruct/havok/types/hk2015/_hkp/hkpLimitedHingeConstraintData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpLimitedHingeConstraintDataAtoms.py
src/soulstruct/havok/types/hk2015/_hkp/hkpLinkedCollidable.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMaterial.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMaterialResponseType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMaxSizeMotion.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMeshMaterial.py
src/soulstruct/havok/types/hk2015/_hkp/hkpModifierConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMoppBvTreeShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMoppCode.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMoppCodeBuildType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMoppCodeCodeInfo.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMotion.py
src/soulstruct/havok/types/hk2015/_hkp/hkpMotionMotionType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpNamedMeshMaterial.py
src/soulstruct/havok/types/hk2015/_hkp/hkpPhantom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpPhysicsData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpPhysicsSystem.py
src/soulstruct/havok/types/hk2015/_hkp/hkpPositionConstraintMotor.py
src/soulstruct/havok/types/hk2015/_hkp/hkpRagdollConstraintData.py
src/soulstruct/havok/types/hk2015/_hkp/hkpRagdollConstraintDataAtoms.py
src/soulstruct/havok/types/hk2015/_hkp/hkpRagdollMotorConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpRayCollidableFilter.py
src/soulstruct/havok/types/hk2015/_hkp/hkpRayShapeCollectionFilter.py
src/soulstruct/havok/types/hk2015/_hkp/hkpRigidBody.py
src/soulstruct/havok/types/hk2015/_hkp/hkpSetLocalTransformsConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpSetLocalTranslationsConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpSetupStabilizationAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpShapeBase.py
src/soulstruct/havok/types/hk2015/_hkp/hkpShapeCollection.py
src/soulstruct/havok/types/hk2015/_hkp/hkpShapeCollectionCollectionType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpShapeCollectionFilter.py
src/soulstruct/havok/types/hk2015/_hkp/hkpShapeContainer.py
src/soulstruct/havok/types/hk2015/_hkp/hkpSingleShapeContainer.py
src/soulstruct/havok/types/hk2015/_hkp/hkpSphereRepShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpSphereShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk2015/_hkp/hkpStorageExtendedMeshShapeMaterial.py
src/soulstruct/havok/types/hk2015/_hkp/hkpStorageExtendedMeshShapeMeshSubpartStorage.py
src/soulstruct/havok/types/hk2015/_hkp/hkpStorageExtendedMeshShapeShapeSubpartStorage.py
src/soulstruct/havok/types/hk2015/_hkp/hkpTwistLimitConstraintAtom.py
src/soulstruct/havok/types/hk2015/_hkp/hkpTypedBroadPhaseHandle.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWeldingUtilityWeldingType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWorldCinfo.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWorldCinfoBroadPhaseBorderBehaviour.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWorldCinfoBroadPhaseType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWorldCinfoContactPointGeneration.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWorldCinfoSimulationType.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWorldObject.py
src/soulstruct/havok/types/hk2015/_hkp/hkpWrappedConstraintData.py
src/soulstruct/havok/types/hk2015/_hkx/__init__.py
src/soulstruct/havok/types/hk2015/_hkx/hkxAttribute.py
src/soulstruct/havok/types/hk2015/_hkx/hkxAttributeGroup.py
src/soulstruct/havok/types/hk2015/_hkx/hkxAttributeHolder.py
src/soulstruct/havok/types/hk2015/_hkx/hkxIndexBuffer.py
src/soulstruct/havok/types/hk2015/_hkx/hkxIndexBufferIndexType.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMaterial.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMaterialProperty.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMaterialTextureStage.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMaterialTextureType.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMaterialTransparency.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMaterialUVMappingAlgorithm.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMesh.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMeshSection.py
src/soulstruct/havok/types/hk2015/_hkx/hkxMeshUserChannelInfo.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexAnimation.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexAnimationUsageMap.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexBuffer.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexBufferVertexData.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexDescription.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexDescriptionDataType.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexDescriptionDataUsage.py
src/soulstruct/havok/types/hk2015/_hkx/hkxVertexDescriptionElementDecl.py
src/soulstruct/havok/types/hk2016/CustomMeshParameter.py
src/soulstruct/havok/types/hk2016/CustomParamStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk2016/__init__.py
src/soulstruct/havok/types/hk2016/core.py
src/soulstruct/havok/types/hk2016/hkAabb.py
src/soulstruct/havok/types/hk2016/hkGeometry.py
src/soulstruct/havok/types/hk2016/hkGeometryTriangle.py
src/soulstruct/havok/types/hk2016/hkLocalFrame.py
src/soulstruct/havok/types/hk2016/hkMeshBoneIndexMapping.py
src/soulstruct/havok/types/hk2016/hkMoppBvTreeShapeBase.py
src/soulstruct/havok/types/hk2016/hkMotionState.py
src/soulstruct/havok/types/hk2016/hkMultiThreadCheck.py
src/soulstruct/havok/types/hk2016/hkRefCountedProperties.py
src/soulstruct/havok/types/hk2016/hkRefCountedPropertiesEntry.py
src/soulstruct/havok/types/hk2016/hkRootLevelContainer.py
src/soulstruct/havok/types/hk2016/hkRootLevelContainerNamedVariant.py
src/soulstruct/havok/types/hk2016/hkSimpleProperty.py
src/soulstruct/havok/types/hk2016/hkSimplePropertyValue.py
src/soulstruct/havok/types/hk2016/hkWorldMemoryAvailableWatchDog.py
src/soulstruct/havok/types/hk2016/_hka/__init__.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimatedReferenceFramehkaReferenceFrameTypeEnum.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimation.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimationAnimationType.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimationBinding.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimationBindingBlendHint.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnimationContainer.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnnotationTrack.py
src/soulstruct/havok/types/hk2016/_hka/hkaAnnotationTrackAnnotation.py
src/soulstruct/havok/types/hk2016/_hka/hkaBone.py
src/soulstruct/havok/types/hk2016/_hka/hkaBoneAttachment.py
src/soulstruct/havok/types/hk2016/_hka/hkaDefaultAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2016/_hka/hkaInterleavedUncompressedAnimation.py
src/soulstruct/havok/types/hk2016/_hka/hkaMeshBinding.py
src/soulstruct/havok/types/hk2016/_hka/hkaMeshBindingMapping.py
src/soulstruct/havok/types/hk2016/_hka/hkaRagdollInstance.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeleton.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonLocalFrameOnBone.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonMapper.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonMapperData.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonMapperDataChainMapping.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonMapperDataMappingType.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonMapperDataPartitionMappingRange.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonMapperDataSimpleMapping.py
src/soulstruct/havok/types/hk2016/_hka/hkaSkeletonPartition.py
src/soulstruct/havok/types/hk2016/_hka/hkaSplineCompressedAnimation.py
src/soulstruct/havok/types/hk2016/_hkcd/__init__.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdFourAabb.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdShape.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdShapeDispatchTypeShapeDispatchTypeEnum.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdShapeInfoCodecTypeShapeInfoCodecTypeEnum.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdShapeTypeShapeTypeEnum.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdSimdTree.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdSimdTreeNode.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdStaticTreeCodec3Axis.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdStaticTreeCodec3Axis6.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdStaticTreeDynamicStorage.py
src/soulstruct/havok/types/hk2016/_hkcd/hkcdStaticTreeTree.py
src/soulstruct/havok/types/hk2016/_hknp/__init__.py
src/soulstruct/havok/types/hk2016/_hknp/hknpCollisionDispatchTypeEnum.py
src/soulstruct/havok/types/hk2016/_hknp/hknpCompositeShape.py
src/soulstruct/havok/types/hk2016/_hknp/hknpDefaultExternMeshShapeGeometry.py
src/soulstruct/havok/types/hk2016/_hknp/hknpExternMeshShape.py
src/soulstruct/havok/types/hk2016/_hknp/hknpExternMeshShapeData.py
src/soulstruct/havok/types/hk2016/_hknp/hknpExternMeshShapeGeometry.py
src/soulstruct/havok/types/hk2016/_hknp/hknpShape.py
src/soulstruct/havok/types/hk2016/_hknp/hknpShapeFlagsEnum.py
src/soulstruct/havok/types/hk2016/_hknp/hknpShapeTypeEnum.py
src/soulstruct/havok/types/hk2016/_hknp/hknpSparseCompactMap.py
src/soulstruct/havok/types/hk2016/_hkp/__init__.py
src/soulstruct/havok/types/hk2016/_hkp/hkp2dAngConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpAction.py
src/soulstruct/havok/types/hk2016/_hkp/hkpAngFrictionConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpAngLimitConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpAngMotorConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBallAndSocketConstraintData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBallAndSocketConstraintDataAtoms.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBallSocketChainData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBallSocketChainDataConstraintInfo.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBallSocketConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBoxShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBreakableConstraintData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBridgeAtoms.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBridgeConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBroadPhaseHandle.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBvTreeShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpBvTreeShapeBvTreeType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCapsuleShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCdBody.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCollidable.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCollidableBoundingVolumeData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCollidableCollidableFilter.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCollisionFilter.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCollisionFilterhkpFilterType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConeLimitConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConeLimitConstraintAtomMeasurementMode.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintAtomAtomType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintAtomSolvingMethod.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintChainData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintChainInstance.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintChainInstanceAction.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintInstance.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintInstanceConstraintPriority.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintInstanceOnDestructionRemapInfo.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintInstanceSmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintMotor.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConstraintMotorMotorType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexListFilter.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexTransformShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexTransformShapeBase.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexTranslateShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexVerticesConnectivity.py
src/soulstruct/havok/types/hk2016/_hkp/hkpConvexVerticesShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpCylinderShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpEntity.py
src/soulstruct/havok/types/hk2016/_hkp/hkpEntityExtendedListeners.py
src/soulstruct/havok/types/hk2016/_hkp/hkpEntitySmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpEntitySpuCollisionCallback.py
src/soulstruct/havok/types/hk2016/_hkp/hkpExtendedMeshShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpExtendedMeshShapeIndexStridingType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpExtendedMeshShapeShapesSubpart.py
src/soulstruct/havok/types/hk2016/_hkp/hkpExtendedMeshShapeSubpart.py
src/soulstruct/havok/types/hk2016/_hkp/hkpExtendedMeshShapeTrianglesSubpart.py
src/soulstruct/havok/types/hk2016/_hkp/hkpHingeConstraintData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpHingeConstraintDataAtoms.py
src/soulstruct/havok/types/hk2016/_hkp/hkpKeyframedRigidMotion.py
src/soulstruct/havok/types/hk2016/_hkp/hkpLimitedForceConstraintMotor.py
src/soulstruct/havok/types/hk2016/_hkp/hkpLimitedHingeConstraintData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpLimitedHingeConstraintDataAtoms.py
src/soulstruct/havok/types/hk2016/_hkp/hkpLinkedCollidable.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMaterial.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMaterialResponseType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMaxSizeMotion.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMeshMaterial.py
src/soulstruct/havok/types/hk2016/_hkp/hkpModifierConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMoppBvTreeShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMoppCode.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMoppCodeBuildType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMoppCodeCodeInfo.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMotion.py
src/soulstruct/havok/types/hk2016/_hkp/hkpMotionMotionType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpNamedMeshMaterial.py
src/soulstruct/havok/types/hk2016/_hkp/hkpPhantom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpPhysicsData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpPhysicsSystem.py
src/soulstruct/havok/types/hk2016/_hkp/hkpPositionConstraintMotor.py
src/soulstruct/havok/types/hk2016/_hkp/hkpRagdollConstraintData.py
src/soulstruct/havok/types/hk2016/_hkp/hkpRagdollConstraintDataAtoms.py
src/soulstruct/havok/types/hk2016/_hkp/hkpRagdollMotorConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpRayCollidableFilter.py
src/soulstruct/havok/types/hk2016/_hkp/hkpRayShapeCollectionFilter.py
src/soulstruct/havok/types/hk2016/_hkp/hkpRigidBody.py
src/soulstruct/havok/types/hk2016/_hkp/hkpSetLocalTransformsConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpSetLocalTranslationsConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpSetupStabilizationAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpShapeBase.py
src/soulstruct/havok/types/hk2016/_hkp/hkpShapeCollection.py
src/soulstruct/havok/types/hk2016/_hkp/hkpShapeCollectionCollectionType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpShapeCollectionFilter.py
src/soulstruct/havok/types/hk2016/_hkp/hkpShapeContainer.py
src/soulstruct/havok/types/hk2016/_hkp/hkpSingleShapeContainer.py
src/soulstruct/havok/types/hk2016/_hkp/hkpSphereRepShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpSphereShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk2016/_hkp/hkpStorageExtendedMeshShapeMaterial.py
src/soulstruct/havok/types/hk2016/_hkp/hkpStorageExtendedMeshShapeMeshSubpartStorage.py
src/soulstruct/havok/types/hk2016/_hkp/hkpStorageExtendedMeshShapeShapeSubpartStorage.py
src/soulstruct/havok/types/hk2016/_hkp/hkpTwistLimitConstraintAtom.py
src/soulstruct/havok/types/hk2016/_hkp/hkpTypedBroadPhaseHandle.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWeldingUtilityWeldingType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWorldCinfo.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWorldCinfoBroadPhaseBorderBehaviour.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWorldCinfoBroadPhaseType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWorldCinfoContactPointGeneration.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWorldCinfoSimulationType.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWorldObject.py
src/soulstruct/havok/types/hk2016/_hkp/hkpWrappedConstraintData.py
src/soulstruct/havok/types/hk2016/_hkx/__init__.py
src/soulstruct/havok/types/hk2016/_hkx/hkxAttribute.py
src/soulstruct/havok/types/hk2016/_hkx/hkxAttributeGroup.py
src/soulstruct/havok/types/hk2016/_hkx/hkxAttributeHolder.py
src/soulstruct/havok/types/hk2016/_hkx/hkxIndexBuffer.py
src/soulstruct/havok/types/hk2016/_hkx/hkxIndexBufferIndexType.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMaterial.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMaterialProperty.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMaterialTextureStage.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMaterialTextureType.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMaterialTransparency.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMaterialUVMappingAlgorithm.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMesh.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMeshSection.py
src/soulstruct/havok/types/hk2016/_hkx/hkxMeshUserChannelInfo.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexAnimation.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexAnimationUsageMap.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexBuffer.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexBufferVertexData.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexDescription.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexDescriptionDataType.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexDescriptionDataUsage.py
src/soulstruct/havok/types/hk2016/_hkx/hkxVertexDescriptionElementDecl.py
src/soulstruct/havok/types/hk2018/CustomLookAtTwistModifier.py
src/soulstruct/havok/types/hk2018/CustomLookAtTwistModifierGainState.py
src/soulstruct/havok/types/hk2018/CustomLookAtTwistModifierMultiRotationAxisType.py
src/soulstruct/havok/types/hk2018/CustomLookAtTwistModifierSetAngleMethod.py
src/soulstruct/havok/types/hk2018/CustomLookAtTwistModifierTwistParam.py
src/soulstruct/havok/types/hk2018/CustomManualSelectorGenerator.py
src/soulstruct/havok/types/hk2018/CustomManualSelectorGeneratorAnimeEndEventType.py
src/soulstruct/havok/types/hk2018/CustomManualSelectorGeneratorChangeTypeOfSelectedIndexAfterActivate.py
src/soulstruct/havok/types/hk2018/CustomManualSelectorGeneratorOffsetType.py
src/soulstruct/havok/types/hk2018/CustomManualSelectorGeneratorReplanningAI.py
src/soulstruct/havok/types/hk2018/CustomManualSelectorGeneratorRideSync.py
src/soulstruct/havok/types/hk2018/CustomPreDeleteIndexSelector.py
src/soulstruct/havok/types/hk2018/CustomTransitionEffect.py
src/soulstruct/havok/types/hk2018/__init__.py
src/soulstruct/havok/types/hk2018/core.py
src/soulstruct/havok/types/hk2018/hkAabb.py
src/soulstruct/havok/types/hk2018/hkAssetRefPtr.py
src/soulstruct/havok/types/hk2018/hkBitField.py
src/soulstruct/havok/types/hk2018/hkBitFieldBase.py
src/soulstruct/havok/types/hk2018/hkBitFieldStorage.py
src/soulstruct/havok/types/hk2018/hkCompressedMassProperties.py
src/soulstruct/havok/types/hk2018/hkDefaultPropertyBag.py
src/soulstruct/havok/types/hk2018/hkHandle.py
src/soulstruct/havok/types/hk2018/hkLocalFrame.py
src/soulstruct/havok/types/hk2018/hkMeshBoneIndexMapping.py
src/soulstruct/havok/types/hk2018/hkPackedVector3.py
src/soulstruct/havok/types/hk2018/hkPropertyFlagsEnum.py
src/soulstruct/havok/types/hk2018/hkRefCountedProperties.py
src/soulstruct/havok/types/hk2018/hkRefCountedPropertiesEntry.py
src/soulstruct/havok/types/hk2018/hkRootLevelContainer.py
src/soulstruct/havok/types/hk2018/hkRootLevelContainerNamedVariant.py
src/soulstruct/havok/types/hk2018/_hcl/__init__.py
src/soulstruct/havok/types/hk2018/_hcl/hclAction.py
src/soulstruct/havok/types/hk2018/_hcl/hclBendStiffnessConstraintSet.py
src/soulstruct/havok/types/hk2018/_hcl/hclBendStiffnessConstraintSetLink.py
src/soulstruct/havok/types/hk2018/_hcl/hclBlendSomeVerticesOperatorBlendWeightType.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformer.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformerFourBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformerLocalBlockP.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformerLocalBlockUnpackedP.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformerOneBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformerThreeBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceDeformerTwoBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceMeshMeshDeformOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceMeshMeshDeformOperatorScaleNormalBehaviour.py
src/soulstruct/havok/types/hk2018/_hcl/hclBoneSpaceMeshMeshDeformPOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferDefinition.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferLayout.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferLayoutBufferElement.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferLayoutSlot.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferLayoutSlotFlags.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferLayoutTriangleFormat.py
src/soulstruct/havok/types/hk2018/_hcl/hclBufferUsage.py
src/soulstruct/havok/types/hk2018/_hcl/hclCapsuleShape.py
src/soulstruct/havok/types/hk2018/_hcl/hclClothContainer.py
src/soulstruct/havok/types/hk2018/_hcl/hclClothData.py
src/soulstruct/havok/types/hk2018/_hcl/hclClothDataPlatform.py
src/soulstruct/havok/types/hk2018/_hcl/hclClothState.py
src/soulstruct/havok/types/hk2018/_hcl/hclClothStateBufferAccess.py
src/soulstruct/havok/types/hk2018/_hcl/hclClothStateTransformSetAccess.py
src/soulstruct/havok/types/hk2018/_hcl/hclCollidable.py
src/soulstruct/havok/types/hk2018/_hcl/hclConstraintSet.py
src/soulstruct/havok/types/hk2018/_hcl/hclCopyVerticesOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclGatherAllVerticesOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclInputConvertOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclLocalRangeConstraintSet.py
src/soulstruct/havok/types/hk2018/_hcl/hclLocalRangeConstraintSetLocalConstraint.py
src/soulstruct/havok/types/hk2018/_hcl/hclLocalRangeConstraintSetShapeType.py
src/soulstruct/havok/types/hk2018/_hcl/hclMoveParticlesOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclMoveParticlesOperatorVertexParticlePair.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformer.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerEightBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerFiveBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerFourBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerLocalBlockP.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerLocalBlockPN.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerLocalBlockPNT.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerLocalBlockUnpackedP.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerLocalBlockUnpackedPN.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerLocalBlockUnpackedPNT.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerOneBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerSevenBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerSixBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerThreeBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceDeformerTwoBlendEntryBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceMeshMeshDeformOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceMeshMeshDeformOperatorScaleNormalBehaviour.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceMeshMeshDeformPOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceSkinOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceSkinPNOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclObjectSpaceSkinPNTOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclOutputConvertOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclRuntimeConversionInfo.py
src/soulstruct/havok/types/hk2018/_hcl/hclRuntimeConversionInfoElementConversion.py
src/soulstruct/havok/types/hk2018/_hcl/hclRuntimeConversionInfoSlotConversion.py
src/soulstruct/havok/types/hk2018/_hcl/hclRuntimeConversionInfoVectorConversion.py
src/soulstruct/havok/types/hk2018/_hcl/hclScratchBufferDefinition.py
src/soulstruct/havok/types/hk2018/_hcl/hclShadowBufferDefinition.py
src/soulstruct/havok/types/hk2018/_hcl/hclShape.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothData.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothDataCollidablePinchingData.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothDataCollidableTransformMap.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothDataLandscapeCollisionData.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothDataOverridableSimulationInfo.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothDataParticleData.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothDataTransferMotionData.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimClothPose.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimpleMeshBoneDeformOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimpleMeshBoneDeformOperatorTriangleBonePair.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimulateOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclSimulateOperatorConfig.py
src/soulstruct/havok/types/hk2018/_hcl/hclStandardLinkConstraintSet.py
src/soulstruct/havok/types/hk2018/_hcl/hclStandardLinkConstraintSetLink.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateDependencyGraph.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateDependencyGraphBranch.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateTransition.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateTransitionBlendOpTransitionData.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateTransitionSimClothTransitionData.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateTransitionStateTransitionData.py
src/soulstruct/havok/types/hk2018/_hcl/hclStateTransitionTransitionType.py
src/soulstruct/havok/types/hk2018/_hcl/hclStretchLinkConstraintSet.py
src/soulstruct/havok/types/hk2018/_hcl/hclStretchLinkConstraintSetLink.py
src/soulstruct/havok/types/hk2018/_hcl/hclTaperedCapsuleShape.py
src/soulstruct/havok/types/hk2018/_hcl/hclTransformSetDefinition.py
src/soulstruct/havok/types/hk2018/_hcl/hclTransformSetUsage.py
src/soulstruct/havok/types/hk2018/_hcl/hclTransformSetUsageTransformTracker.py
src/soulstruct/havok/types/hk2018/_hcl/hclTransitionConstraintSet.py
src/soulstruct/havok/types/hk2018/_hcl/hclTransitionConstraintSetPerParticle.py
src/soulstruct/havok/types/hk2018/_hcl/hclUpdateAllVertexFramesOperator.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsData.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataBarycentricDictionaryEntry.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataBarycentricPair.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataBlock.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataEdgeFan.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataEdgeFanLandscape.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataEdgeFanSection.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataTriangleFan.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataTriangleFanLandscape.py
src/soulstruct/havok/types/hk2018/_hcl/hclVirtualCollisionPointsDataTriangleFanSection.py
src/soulstruct/havok/types/hk2018/_hka/__init__.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimatedReferenceFramehkaReferenceFrameTypeEnum.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimation.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimationAnimationType.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimationBinding.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimationBindingBlendHint.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnimationContainer.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnnotationTrack.py
src/soulstruct/havok/types/hk2018/_hka/hkaAnnotationTrackAnnotation.py
src/soulstruct/havok/types/hk2018/_hka/hkaBone.py
src/soulstruct/havok/types/hk2018/_hka/hkaBoneAttachment.py
src/soulstruct/havok/types/hk2018/_hka/hkaDefaultAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk2018/_hka/hkaInterleavedUncompressedAnimation.py
src/soulstruct/havok/types/hk2018/_hka/hkaMeshBinding.py
src/soulstruct/havok/types/hk2018/_hka/hkaMeshBindingMapping.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeleton.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonLocalFrameOnBone.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonMapper.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonMapperData.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonMapperDataChainMapping.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonMapperDataMappingType.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonMapperDataPartitionMappingRange.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonMapperDataSimpleMapping.py
src/soulstruct/havok/types/hk2018/_hka/hkaSkeletonPartition.py
src/soulstruct/havok/types/hk2018/_hka/hkaSplineCompressedAnimation.py
src/soulstruct/havok/types/hk2018/_hkai/__init__.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiAnnotatedStreamingSet.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiAnnotatedStreamingSetSide.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiFaceEdgeIndexPair.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiIndex.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMesh.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshClearanceCache.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshClearanceCacheMcpDataInteger.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshClearanceCacheSeedingCacheData.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshClearanceCacheSeedingCacheDataSet.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshEdge.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshEdgeFlagBits.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshFace.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiNavMeshQueryMediator.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiPackedKey_.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiStaticTreeNavMeshQueryMediator.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiStreamingSet.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiStreamingSetGraphConnection.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiStreamingSetNavMeshConnection.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiStreamingSetVolumeConnection.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiUserEdgeSetupArray.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiUserEdgeUtilsObb.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiUserEdgeUtilsUserEdgeDirection.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiUserEdgeUtilsUserEdgeSetup.py
src/soulstruct/havok/types/hk2018/_hkai/hkaiUserEdgeUtilsUserEdgeSetupSpace.py
src/soulstruct/havok/types/hk2018/_hkb/__init__.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBehaviorGraph.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBehaviorGraphData.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBehaviorGraphStringData.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBehaviorGraphVariableMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBindable.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBlendCurveUtilsBlendCurve.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBlenderGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBlenderGeneratorChild.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBlendingTransitionEffect.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBlendingTransitionEffectEndMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBlendingTransitionEffectFlagBits.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBoneIndexArray.py
src/soulstruct/havok/types/hk2018/_hkb/hkbBoneWeightArray.py
src/soulstruct/havok/types/hk2018/_hkb/hkbClipGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbClipGeneratorPlaybackMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbClipTrigger.py
src/soulstruct/havok/types/hk2018/_hkb/hkbClipTriggerArray.py
src/soulstruct/havok/types/hk2018/_hkb/hkbCondition.py
src/soulstruct/havok/types/hk2018/_hkb/hkbCustomIdSelector.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEvent.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventBase.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventDrivenBlendingObject.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventDrivenBlendingObjectInternalState.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventDrivenBlendingObjectInternalStateFadingState.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventInfo.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventInfoFlags.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventPayload.py
src/soulstruct/havok/types/hk2018/_hkb/hkbEventProperty.py
src/soulstruct/havok/types/hk2018/_hkb/hkbGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbGeneratorPartitionInfo.py
src/soulstruct/havok/types/hk2018/_hkb/hkbHoldFromBlendingTransitionEffect.py
src/soulstruct/havok/types/hk2018/_hkb/hkbKeyframeBonesModifier.py
src/soulstruct/havok/types/hk2018/_hkb/hkbKeyframeBonesModifierKeyframeInfo.py
src/soulstruct/havok/types/hk2018/_hkb/hkbLayer.py
src/soulstruct/havok/types/hk2018/_hkb/hkbLayerGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbLayerGeneratorLayerFlagBits.py
src/soulstruct/havok/types/hk2018/_hkb/hkbManualSelectorGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbModifier.py
src/soulstruct/havok/types/hk2018/_hkb/hkbModifierGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbModifierList.py
src/soulstruct/havok/types/hk2018/_hkb/hkbNode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbNodeCloneState.py
src/soulstruct/havok/types/hk2018/_hkb/hkbNodeType.py
src/soulstruct/havok/types/hk2018/_hkb/hkbProjectData.py
src/soulstruct/havok/types/hk2018/_hkb/hkbProjectStringData.py
src/soulstruct/havok/types/hk2018/_hkb/hkbReferencePoseGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbRoleAttribute.py
src/soulstruct/havok/types/hk2018/_hkb/hkbRoleAttributeRole.py
src/soulstruct/havok/types/hk2018/_hkb/hkbRoleAttributeRoleFlags.py
src/soulstruct/havok/types/hk2018/_hkb/hkbScriptGenerator.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateListener.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachine.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineEventPropertyArray.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineStartStateMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineStateInfo.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineStateMachineSelfTransitionMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineTimeInterval.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineTransitionInfo.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineTransitionInfoArray.py
src/soulstruct/havok/types/hk2018/_hkb/hkbStateMachineTransitionInfoTransitionFlags.py
src/soulstruct/havok/types/hk2018/_hkb/hkbTransitionEffect.py
src/soulstruct/havok/types/hk2018/_hkb/hkbTransitionEffectEventMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbTransitionEffectSelfTransitionMode.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableBindingSet.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableBindingSetBinding.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableBindingSetBindingBindingType.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableBindingSetBindingInternalBindingFlags.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableBounds.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableInfo.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableInfoVariableType.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableValue.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVariableValueSet.py
src/soulstruct/havok/types/hk2018/_hkb/hkbVerifiable.py
src/soulstruct/havok/types/hk2018/_hkcd/__init__.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdCompressedAabbCodecsAabb6BytesCodec.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdCompressedAabbCodecsAabbCodecBase.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdCompressedAabbCodecsCompressedAabbCodec.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdStaticAabbTree.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdStaticAabbTreeImpl.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdStaticTreeAabb6BytesTree.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdStaticTreeAabbTree.py
src/soulstruct/havok/types/hk2018/_hkcd/hkcdStaticTreeAabbTreeBase.py
src/soulstruct/havok/types/hk2018/_hknp/__init__.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBodyCinfo.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBodyId.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBodyIntegrator.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBodyQuality.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBodyQualityFlagsEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBodyQualityLibrary.py
src/soulstruct/havok/types/hk2018/_hknp/hknpBroadPhaseConfig.py
src/soulstruct/havok/types/hk2018/_hknp/hknpCapsuleShape.py
src/soulstruct/havok/types/hk2018/_hknp/hknpCollisionDispatchTypeEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpCollisionFilter.py
src/soulstruct/havok/types/hk2018/_hknp/hknpCollisionFilterType.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConstraintCinfo.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConstraintFlagsEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConstraintGroupId.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConstraintId.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConvexPolytopeShape.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConvexPolytopeShapeConnectivity.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConvexPolytopeShapeConnectivityEdge.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConvexPolytopeShapeFace.py
src/soulstruct/havok/types/hk2018/_hknp/hknpConvexShape.py
src/soulstruct/havok/types/hk2018/_hknp/hknpDragProperties.py
src/soulstruct/havok/types/hk2018/_hknp/hknpLodManagerCinfo.py
src/soulstruct/havok/types/hk2018/_hknp/hknpManifoldTypeEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMassDistribution.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMaterial.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMaterialCombinePolicy.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMaterialLibrary.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMaterialMassChangerCategory.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMaterialTriggerType.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMotionProperties.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMotionPropertiesDeactivationSettings.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMotionPropertiesFullCastSettings.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMotionPropertiesLibrary.py
src/soulstruct/havok/types/hk2018/_hknp/hknpMotionRangeBreachPolicyEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpPhysicsSceneData.py
src/soulstruct/havok/types/hk2018/_hknp/hknpPhysicsSystemData.py
src/soulstruct/havok/types/hk2018/_hknp/hknpPhysicsSystemDatabodyCinfoWithAttachment.py
src/soulstruct/havok/types/hk2018/_hknp/hknpRagdollData.py
src/soulstruct/havok/types/hk2018/_hknp/hknpRefDragProperties.py
src/soulstruct/havok/types/hk2018/_hknp/hknpRefMassDistribution.py
src/soulstruct/havok/types/hk2018/_hknp/hknpRefWorldCinfo.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShape.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShapeFlagsEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShapeMassProperties.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShapeTagCodec.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShapeTagCodecHints.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShapeTagCodecType.py
src/soulstruct/havok/types/hk2018/_hknp/hknpShapeTypeEnum.py
src/soulstruct/havok/types/hk2018/_hknp/hknpSurfaceVelocity.py
src/soulstruct/havok/types/hk2018/_hknp/hknpWeldingConfig.py
src/soulstruct/havok/types/hk2018/_hknp/hknpWorldCinfo.py
src/soulstruct/havok/types/hk2018/_hkp/__init__.py
src/soulstruct/havok/types/hk2018/_hkp/hkp2dAngConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpAngFrictionConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpAngLimitConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpAngMotorConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpBallSocketConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConeLimitConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConeLimitConstraintAtomMeasurementMode.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConstraintAtomAtomType.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConstraintAtomSolvingMethod.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConstraintData.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConstraintMotor.py
src/soulstruct/havok/types/hk2018/_hkp/hkpConstraintMotorMotorType.py
src/soulstruct/havok/types/hk2018/_hkp/hkpLimitedForceConstraintMotor.py
src/soulstruct/havok/types/hk2018/_hkp/hkpLimitedHingeConstraintData.py
src/soulstruct/havok/types/hk2018/_hkp/hkpLimitedHingeConstraintDataAtoms.py
src/soulstruct/havok/types/hk2018/_hkp/hkpPositionConstraintMotor.py
src/soulstruct/havok/types/hk2018/_hkp/hkpRagdollConstraintData.py
src/soulstruct/havok/types/hk2018/_hkp/hkpRagdollConstraintDataAtoms.py
src/soulstruct/havok/types/hk2018/_hkp/hkpRagdollMotorConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpSetLocalTransformsConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpSetupStabilizationAtom.py
src/soulstruct/havok/types/hk2018/_hkp/hkpTwistLimitConstraintAtom.py
src/soulstruct/havok/types/hk2018/_hkx/__init__.py
src/soulstruct/havok/types/hk2018/_hkx/hkxAttribute.py
src/soulstruct/havok/types/hk2018/_hkx/hkxAttributeGroup.py
src/soulstruct/havok/types/hk2018/_hkx/hkxAttributeHolder.py
src/soulstruct/havok/types/hk2018/_hkx/hkxIndexBuffer.py
src/soulstruct/havok/types/hk2018/_hkx/hkxIndexBufferIndexType.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMaterial.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMaterialProperty.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMaterialTextureStage.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMaterialTextureType.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMaterialTransparency.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMaterialUVMappingAlgorithm.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMesh.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMeshSection.py
src/soulstruct/havok/types/hk2018/_hkx/hkxMeshUserChannelInfo.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexAnimation.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexAnimationUsageMap.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexBuffer.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexBufferVertexData.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexDescription.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexDescriptionDataType.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexDescriptionDataUsage.py
src/soulstruct/havok/types/hk2018/_hkx/hkxVertexDescriptionElementDecl.py
src/soulstruct/havok/types/hk550/CustomMeshParameter.py
src/soulstruct/havok/types/hk550/CustomParamStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk550/__init__.py
src/soulstruct/havok/types/hk550/core.py
src/soulstruct/havok/types/hk550/enums.py
src/soulstruct/havok/types/hk550/hkAabb.py
src/soulstruct/havok/types/hk550/hkLocalFrame.py
src/soulstruct/havok/types/hk550/hkMoppBvTreeShapeBase.py
src/soulstruct/havok/types/hk550/hkMotionState.py
src/soulstruct/havok/types/hk550/hkMultiThreadCheck.py
src/soulstruct/havok/types/hk550/hkRootLevelContainer.py
src/soulstruct/havok/types/hk550/hkRootLevelContainerNamedVariant.py
src/soulstruct/havok/types/hk550/hkSweptTransform.py
src/soulstruct/havok/types/hk550/hkWorldMemoryAvailableWatchDog.py
src/soulstruct/havok/types/hk550/_hka/__init__.py
src/soulstruct/havok/types/hk550/_hka/hkaAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk550/_hka/hkaAnimationAnimationType.py
src/soulstruct/havok/types/hk550/_hka/hkaAnimationBinding.py
src/soulstruct/havok/types/hk550/_hka/hkaAnimationBindingBlendHint.py
src/soulstruct/havok/types/hk550/_hka/hkaAnimationContainer.py
src/soulstruct/havok/types/hk550/_hka/hkaAnnotationTrack.py
src/soulstruct/havok/types/hk550/_hka/hkaAnnotationTrackAnnotation.py
src/soulstruct/havok/types/hk550/_hka/hkaBone.py
src/soulstruct/havok/types/hk550/_hka/hkaBoneAttachment.py
src/soulstruct/havok/types/hk550/_hka/hkaDefaultAnimatedReferenceFrame.py
src/soulstruct/havok/types/hk550/_hka/hkaInterleavedSkeletalAnimation.py
src/soulstruct/havok/types/hk550/_hka/hkaMeshBinding.py
src/soulstruct/havok/types/hk550/_hka/hkaMeshBindingMapping.py
src/soulstruct/havok/types/hk550/_hka/hkaRagdollInstance.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletalAnimation.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeleton.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletonLocalFrameOnBone.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletonMapper.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletonMapperData.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletonMapperDataChainMapping.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletonMapperDataMappingType.py
src/soulstruct/havok/types/hk550/_hka/hkaSkeletonMapperDataSimpleMapping.py
src/soulstruct/havok/types/hk550/_hka/hkaSplineSkeletalAnimation.py
src/soulstruct/havok/types/hk550/_hka/hkaWaveletSkeletalAnimation.py
src/soulstruct/havok/types/hk550/_hka/hkaWaveletSkeletalAnimationCompressionParams.py
src/soulstruct/havok/types/hk550/_hka/hkaWaveletSkeletalAnimationQuantizationFormat.py
src/soulstruct/havok/types/hk550/_hkp/__init__.py
src/soulstruct/havok/types/hk550/_hkp/hkpAction.py
src/soulstruct/havok/types/hk550/_hkp/hkpAngFrictionConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpBallSocketConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpBallSocketConstraintAtomSolvingMethod.py
src/soulstruct/havok/types/hk550/_hkp/hkpBroadPhaseHandle.py
src/soulstruct/havok/types/hk550/_hkp/hkpBvTreeShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpBvTreeShapeBvTreeType.py
src/soulstruct/havok/types/hk550/_hkp/hkpCapsuleShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpCdBody.py
src/soulstruct/havok/types/hk550/_hkp/hkpCollidable.py
src/soulstruct/havok/types/hk550/_hkp/hkpCollidableBoundingVolumeData.py
src/soulstruct/havok/types/hk550/_hkp/hkpCollisionFilter.py
src/soulstruct/havok/types/hk550/_hkp/hkpCollisionFilterhkpFilterType.py
src/soulstruct/havok/types/hk550/_hkp/hkpConeLimitConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpConeLimitConstraintAtomMeasurementMode.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintAtomAtomType.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintData.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintInstance.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintInstanceConstraintPriority.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintInstanceOnDestructionRemapInfo.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintInstanceSmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintMotor.py
src/soulstruct/havok/types/hk550/_hkp/hkpConstraintMotorMotorType.py
src/soulstruct/havok/types/hk550/_hkp/hkpConvexListFilter.py
src/soulstruct/havok/types/hk550/_hkp/hkpConvexShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpEntity.py
src/soulstruct/havok/types/hk550/_hkp/hkpEntityExtendedListeners.py
src/soulstruct/havok/types/hk550/_hkp/hkpEntitySmallArraySerializeOverrideType.py
src/soulstruct/havok/types/hk550/_hkp/hkpEntitySpuCollisionCallback.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShapeIndexStridingType.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShapeMaterialIndexStridingType.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShapeShapesSubpart.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShapeSubpart.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShapeSubpartType.py
src/soulstruct/havok/types/hk550/_hkp/hkpExtendedMeshShapeTrianglesSubpart.py
src/soulstruct/havok/types/hk550/_hkp/hkpKeyframedRigidMotion.py
src/soulstruct/havok/types/hk550/_hkp/hkpLimitedForceConstraintMotor.py
src/soulstruct/havok/types/hk550/_hkp/hkpLinkedCollidable.py
src/soulstruct/havok/types/hk550/_hkp/hkpMaterial.py
src/soulstruct/havok/types/hk550/_hkp/hkpMaterialResponseType.py
src/soulstruct/havok/types/hk550/_hkp/hkpMaxSizeMotion.py
src/soulstruct/havok/types/hk550/_hkp/hkpMeshMaterial.py
src/soulstruct/havok/types/hk550/_hkp/hkpMeshShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpMeshShapeIndexStridingType.py
src/soulstruct/havok/types/hk550/_hkp/hkpMeshShapeMaterialIndexStridingType.py
src/soulstruct/havok/types/hk550/_hkp/hkpMeshShapeSubpart.py
src/soulstruct/havok/types/hk550/_hkp/hkpModifierConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpMoppBvTreeShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpMoppCode.py
src/soulstruct/havok/types/hk550/_hkp/hkpMoppCodeBuildType.py
src/soulstruct/havok/types/hk550/_hkp/hkpMoppCodeCodeInfo.py
src/soulstruct/havok/types/hk550/_hkp/hkpMotion.py
src/soulstruct/havok/types/hk550/_hkp/hkpMotionMotionType.py
src/soulstruct/havok/types/hk550/_hkp/hkpNamedMeshMaterial.py
src/soulstruct/havok/types/hk550/_hkp/hkpPhantom.py
src/soulstruct/havok/types/hk550/_hkp/hkpPhysicsData.py
src/soulstruct/havok/types/hk550/_hkp/hkpPhysicsSystem.py
src/soulstruct/havok/types/hk550/_hkp/hkpPositionConstraintMotor.py
src/soulstruct/havok/types/hk550/_hkp/hkpProperty.py
src/soulstruct/havok/types/hk550/_hkp/hkpPropertyValue.py
src/soulstruct/havok/types/hk550/_hkp/hkpRagdollConstraintData.py
src/soulstruct/havok/types/hk550/_hkp/hkpRagdollConstraintDataAtoms.py
src/soulstruct/havok/types/hk550/_hkp/hkpRagdollMotorConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpRigidBody.py
src/soulstruct/havok/types/hk550/_hkp/hkpSetLocalTransformsConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpSetupStabilizationAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpShapeCollection.py
src/soulstruct/havok/types/hk550/_hkp/hkpShapeCollectionFilter.py
src/soulstruct/havok/types/hk550/_hkp/hkpShapeContainer.py
src/soulstruct/havok/types/hk550/_hkp/hkpShapeShapeType.py
src/soulstruct/havok/types/hk550/_hkp/hkpSimpleMeshShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpSimpleMeshShapeTriangle.py
src/soulstruct/havok/types/hk550/_hkp/hkpSingleShapeContainer.py
src/soulstruct/havok/types/hk550/_hkp/hkpSphereRepShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpStorageExtendedMeshShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpStorageExtendedMeshShapeMeshSubpartStorage.py
src/soulstruct/havok/types/hk550/_hkp/hkpStorageExtendedMeshShapeShapeSubpartStorage.py
src/soulstruct/havok/types/hk550/_hkp/hkpStorageMeshShape.py
src/soulstruct/havok/types/hk550/_hkp/hkpStorageMeshShapeSubpartStorage.py
src/soulstruct/havok/types/hk550/_hkp/hkpTwistLimitConstraintAtom.py
src/soulstruct/havok/types/hk550/_hkp/hkpTypedBroadPhaseHandle.py
src/soulstruct/havok/types/hk550/_hkp/hkpWeldingUtilityWeldingType.py
src/soulstruct/havok/types/hk550/_hkp/hkpWorldCinfo.py
src/soulstruct/havok/types/hk550/_hkp/hkpWorldCinfoBroadPhaseBorderBehaviour.py
src/soulstruct/havok/types/hk550/_hkp/hkpWorldCinfoContactPointGeneration.py
src/soulstruct/havok/types/hk550/_hkp/hkpWorldCinfoSimulationType.py
src/soulstruct/havok/types/hk550/_hkp/hkpWorldCinfoTreeUpdateType.py
src/soulstruct/havok/types/hk550/_hkp/hkpWorldObject.py
src/soulstruct/havok/types/hk550/_hkx/__init__.py
src/soulstruct/havok/types/hk550/_hkx/hkxAttribute.py
src/soulstruct/havok/types/hk550/_hkx/hkxAttributeGroup.py
src/soulstruct/havok/types/hk550/_hkx/hkxAttributeHolder.py
src/soulstruct/havok/types/hk550/_hkx/hkxCamera.py
src/soulstruct/havok/types/hk550/_hkx/hkxIndexBuffer.py
src/soulstruct/havok/types/hk550/_hkx/hkxIndexBufferIndexType.py
src/soulstruct/havok/types/hk550/_hkx/hkxLight.py
src/soulstruct/havok/types/hk550/_hkx/hkxLightLightType.py
src/soulstruct/havok/types/hk550/_hkx/hkxMaterial.py
src/soulstruct/havok/types/hk550/_hkx/hkxMaterialTextureStage.py
src/soulstruct/havok/types/hk550/_hkx/hkxMaterialTextureType.py
src/soulstruct/havok/types/hk550/_hkx/hkxMesh.py
src/soulstruct/havok/types/hk550/_hkx/hkxMeshSection.py
src/soulstruct/havok/types/hk550/_hkx/hkxMeshUserChannelInfo.py
src/soulstruct/havok/types/hk550/_hkx/hkxNode.py
src/soulstruct/havok/types/hk550/_hkx/hkxNodeAnnotationData.py
src/soulstruct/havok/types/hk550/_hkx/hkxNodeSelectionSet.py
src/soulstruct/havok/types/hk550/_hkx/hkxScene.py
src/soulstruct/havok/types/hk550/_hkx/hkxSkinBinding.py
src/soulstruct/havok/types/hk550/_hkx/hkxTextureFile.py
src/soulstruct/havok/types/hk550/_hkx/hkxTextureInplace.py
src/soulstruct/havok/types/hk550/_hkx/hkxVertexBuffer.py
src/soulstruct/havok/types/hk550/_hkx/hkxVertexFormat.py
src/soulstruct/havok/types/protocols/__init__.py
src/soulstruct/havok/types/protocols/physics.py
src/soulstruct/havok/types_dc/__init__.py
src/soulstruct/havok/types_dc/core.py
src/soulstruct/havok/utilities/__init__.py
src/soulstruct/havok/utilities/convert_ragdoll.py
src/soulstruct/havok/utilities/files.py
src/soulstruct/havok/utilities/hk_conversion.py
src/soulstruct/havok/utilities/mesh.py
src/soulstruct/havok/utilities/mopper.py
src/soulstruct/havok/utilities/sibcam_player.py
src/soulstruct/havok/utilities/skeleton_mapping.py
src/soulstruct/havok/utilities/vispy_window.py
src/soulstruct/havok/utilities/wavefront.py
src/soulstruct/havok/utilities/maths/__init__.py
src/soulstruct/havok/utilities/maths/misc.py
src/soulstruct/havok/utilities/maths/quaternion.py
src/soulstruct/havok/utilities/maths/trs_transform.py
src/soulstruct_havok.egg-info/PKG-INFO
src/soulstruct_havok.egg-info/SOURCES.txt
src/soulstruct_havok.egg-info/dependency_links.txt
src/soulstruct_havok.egg-info/requires.txt
src/soulstruct_havok.egg-info/top_level.txt
tests/test_asylum_erdtree_retarget.py
tests/test_des_map_collision.py
tests/test_dsr_map_collision.py
tests/test_packfile.py
tests/test_tagfile.py