fix field name "Mesh.mAnimMesh" -> "Mesh.mAnimMeshes"

to match the name in mesh.h: aiMesh.mAnimMeshes
pull/2813/head
IOhannes m zmölnig 2019-12-07 22:10:26 +01:00
parent d24adbd32c
commit 630f013a5e
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ class Mesh(Structure):
# Attachment meshes carry replacement data for some of the
# mesh'es vertex components (usually positions, normals).
# Note! Currently only works with Collada loader.
("mAnimMesh", POINTER(POINTER(AnimMesh))),
("mAnimMeshes", POINTER(POINTER(AnimMesh))),
# Method of morphing when animeshes are specified.
("mMethod", c_uint),