From 660f3571d8cc0dfb4ea573723938c16ca2c5506f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 9 Dec 2019 17:23:52 +0100 Subject: [PATCH] added AnimMesh.mName member Closes: https://github.com/assimp/assimp/issues/2822 --- port/PyAssimp/pyassimp/structs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/port/PyAssimp/pyassimp/structs.py b/port/PyAssimp/pyassimp/structs.py index 0ac498a44..809afae54 100644 --- a/port/PyAssimp/pyassimp/structs.py +++ b/port/PyAssimp/pyassimp/structs.py @@ -573,6 +573,9 @@ class AnimMesh(Structure): AI_MAX_NUMBER_OF_COLOR_SETS = 0x8 _fields_ = [ + # Anim Mesh name + ("mName", String), + # Replacement for aiMesh::mVertices. If this array is non-NULL, # it *must* contain mNumVertices entries. The corresponding # array in the host mesh must be non-NULL as well - animation