Просмотр исходного кода

added AnimMesh.mName member

Closes: https://github.com/assimp/assimp/issues/2822
IOhannes m zmölnig 5 лет назад
Родитель
Сommit
660f3571d8
1 измененных файлов с 3 добавлено и 0 удалено
  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
 
     _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