1. 05 1月, 2015 2 次提交
  2. 04 1月, 2015 9 次提交
  3. 03 1月, 2015 3 次提交
  4. 02 1月, 2015 2 次提交
    • R
      Moved exceptions and logger to the root of the package scope. This is to make... · af040867
      repsac 提交于
      Moved exceptions and logger to the root of the package scope. This is to make these modules more accessible to the upcoming importer.
      Added some error logging where exceptions are also raised.
      Logger no longer assumes the file name. Sub-packages (exporter, importer) will define this name upon init.
      Performed some code cleanup in exporter/geometry.py.
      af040867
    • S
      Improve ability to detect the format of a STL file · bb646255
      Shun-An Lee 提交于
      For some reason, few binary STL files will have larger size than the value calculated based on metadata, causing them to be recognized as ASCII ones. To detect those files, a byte-by-byte check loop is added, it tries to find a non-ASCII character byte, if any is found, this file will be recognized as binary format.
      
      The additional checking process slightly affected the loading time of ASCII files, for example a 78MB ASCII file will need 3 more seconds to go through the loop using a computer manufactured in 2012. However most mesh in this size will be encoded in binary format, so large ASCII file is uncommon.
      bb646255
  5. 31 12月, 2014 5 次提交
  6. 30 12月, 2014 3 次提交
  7. 29 12月, 2014 3 次提交
  8. 28 12月, 2014 1 次提交
  9. 27 12月, 2014 2 次提交
  10. 24 12月, 2014 1 次提交
  11. 23 12月, 2014 7 次提交
  12. 22 12月, 2014 2 次提交