Improved some comments

pull/2150/head
Vincent Fazio 2018-09-21 10:51:38 +10:00
parent 3402cd81c7
commit ef4e317625
2 changed files with 3 additions and 1 deletions

View File

@ -370,7 +370,7 @@ def export_blob(scene,
pyassimp.postprocess.aiProcess_OptimizeMeshes)
Returns
---------
ExportBlob
Pointer to structs.ExportDataBlob
'''
from ctypes import pointer
exportBlobPtr = _assimp_lib.export_blob(pointer(scene), file_type.encode("ascii"), processing)

View File

@ -999,6 +999,8 @@ class Animation(Structure):
class ExportDataBlob(Structure):
"""
See 'cexport.h' for details.
Note that the '_fields_' definition is outside the class to allow the 'next' field to be recursive
"""
pass