提交历史

作者 SHA1 备注 提交日期
  David efbabf3b0d Implement contextmanager for load 5 年之前
  Shawn Presser f305f10551 Only try to initialize members whose name starts with 'm' followed by an uppercase character 5 年之前
  Eric Olson 3924a5c32a Ensure obj is not null before using hasattr 6 年之前
  Huarong Chen b6d3cbcb61 Fix "bytes aketrans" issues in Python>=3.1 6 年之前
  Charlie Gettys 5a53fbd65f port/PyAssimp/pyassimp/: Fix new warnings 6 年之前
  Charlie Gettys 1614b7bea4 port/PyAssimp/pyassimp/core.py: convert_assimp_string now switches on 6 年之前
  Charlie Gettys e849b94f68 port/PyAssimp/pyassimp/core.py & helper.py: catch specific exceptions instead of BaseException 6 年之前
  Charlie Gettys 4e714fce0e port/PyAssimp/pyassimp/core.py: remove unused import & second import of ctypes 6 年之前
  Charlie Gettys 49033513ef port/PyAssimp/pyassimp/core.py: remove deprecated unused import & unnecessary from ctype import pointer 6 年之前
  Charlie Gettys eb81619e56 Fix core.py raising string instead of correct RuntimeError 6 年之前
  Kim Kulling b3c2fdc11d python: fix review findings. 6 年之前
  Vincent Fazio ef4e317625 Improved some comments 7 年之前
  Vincent Fazio 3402cd81c7 Added interface to 'aiExportSceneToBlob()' for pyassimp 7 年之前
  Wojciech Matyjewicz fdf52f3d25 Build Python representation for metadata. 7 年之前
  Wojciech Matyjewicz 8bbfac1f04 Factor out Assimp string -> Python string conversion code. 7 年之前
  Wojciech Matyjewicz 7004066532 Fix inconsistent newlines. 7 年之前
  Vincent Fazio 597628f43a Prevent 'AttributeError' when printing object attributes 7 年之前
  Andor Goetzendorff f4fd5840b1 Encode filename using file system encoding instead of ASCII 7 年之前
  rodrigo figueroa 01a288ff35 Added support for python3 8 年之前
  Kim Kulling 1ca54c0b2f closes https://github.com/assimp/assimp/issues/1211: defensice handling 8 年之前
  Steven Thompson 06e262f892 Added ability to export scenes with PyAssimp 9 年之前
  Steven Thompson 2c3bbe041a Set xrange to range for Python 3.0 and above 9 年之前
  Tcll 2e725c0dc5 Added auto-detection of numpy 10 年之前
  Michael Dawson-Haggerty 704e57db4e changed default postprocessing option to triangulate quad meshes 10 年之前
  Oliver Nagy 3721b19a61 pyassimp/quicktest now runs without installing pyassimp first. 10 年之前
  Oliver Nagy f12a0a3b1c Replaced 'xrange' by 'range' to maintain Python 3.x compatibility. 10 年之前
  Michael Dawson-Haggerty 5ae65987c0 added the ability to load from file objects with pyassimp.load, as opposed to only being able to load from paths 11 年之前
  Eximius e0935c7ec5 PyAssimp optimize: load Armadillo: 33.8s -> 6.7s 12 年之前
  Faule Socke 945231ba94 Now actually fixed the bug with the normals. 12 年之前
  Faule Socke 43ff04a53b Fixed a bug in the bugfix -.- 12 年之前