1. 10 2月, 2015 2 次提交
  2. 09 2月, 2015 1 次提交
    • R
      Added utility functions to generate ID using a base name · 91a9b614
      repsac 提交于
      Abstracted uuid creation logic from base classes
      Improved the layout of controls in the export panel
      Added option for indenting the JSON output (space saver)
      Animation option is now an enum that requires a user to select between POSE and REST
      Abstracted animation logic into a new module reducing the size of mesh.py
      Improved indexing speeds for vertex colours and normal vectors
      Node uuid is now based on name and will be persistent ver multiple exports
      Empty arrays will no longer assign None to key values
      Copying files will no longer remove the destination, additionally destinations are tested to see if the same as the source
      91a9b614
  3. 30 1月, 2015 1 次提交
  4. 29 1月, 2015 1 次提交
  5. 28 1月, 2015 1 次提交
  6. 27 1月, 2015 1 次提交
    • R
      Updated bl_info author, version, and blender metadata. · 348a3c3c
      repsac 提交于
      Fixed menu label to read "Three.js".
      Reimplemented the "Frame index as time" option.
      Animation data is an array of all actions in the scene.
      Reimplemented the latest skeletal animation logic that had previously been missed.
      When copying textures destination files will be removed first.
      Return values of several mush functions were not consistent and causing errors.
      348a3c3c
  7. 02 1月, 2015 1 次提交
    • 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
  8. 31 12月, 2014 5 次提交
  9. 30 12月, 2014 3 次提交
  10. 29 12月, 2014 3 次提交
  11. 28 12月, 2014 1 次提交
  12. 27 12月, 2014 2 次提交
  13. 23 12月, 2014 7 次提交
  14. 22 12月, 2014 11 次提交