浏览代码

Updated pyassimp function description

Vincent Fazio 7 年之前
父节点
当前提交
8cb0b4ce2b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      port/PyAssimp/pyassimp/helper.py

+ 1 - 0
port/PyAssimp/pyassimp/helper.py

@@ -206,6 +206,7 @@ def search_library():
     Returns: tuple, (load from filename function,
                      load from memory function,
                      export to filename function,
+                     export to blob function,
                      release function,
                      dll)
     '''