Browse Source

added AnimMesh.mName member

Closes: https://github.com/assimp/assimp/issues/2822
IOhannes m zmölnig 5 years ago
parent
commit
660f3571d8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      port/PyAssimp/pyassimp/structs.py

+ 3 - 0
port/PyAssimp/pyassimp/structs.py

@@ -573,6 +573,9 @@ class AnimMesh(Structure):
     AI_MAX_NUMBER_OF_COLOR_SETS = 0x8
     AI_MAX_NUMBER_OF_COLOR_SETS = 0x8
 
 
     _fields_ = [
     _fields_ = [
+            #  Anim Mesh name
+            ("mName", String),
+
             # Replacement for aiMesh::mVertices. If this array is non-NULL,
             # Replacement for aiMesh::mVertices. If this array is non-NULL,
             # it *must* contain mNumVertices entries. The corresponding
             # it *must* contain mNumVertices entries. The corresponding
             # array in the host mesh must be non-NULL as well - animation
             # array in the host mesh must be non-NULL as well - animation