Skip to content
Snippets Groups Projects
  1. Sep 30, 2015
  2. Sep 15, 2015
  3. Sep 07, 2015
  4. Sep 01, 2015
  5. Aug 26, 2015
  6. Aug 25, 2015
  7. Aug 24, 2015
  8. Aug 23, 2015
  9. Aug 21, 2015
  10. Aug 20, 2015
  11. Aug 18, 2015
  12. Aug 17, 2015
  13. Aug 13, 2015
    • Bastien Montagne's avatar
      Fix T45766: Exported OBJ/MTL files do not include emissive lighting parameters. · 94c9c4ee
      Bastien Montagne authored
      ke/map_ke are not official .mtl specs, but seem to be rather common extension.
      map_ke was added three years ago to exporter only, this commit finishes the work
      by adding ke/map_ke to importer, and ke to exporter.
      
      NOTES:
      * mtl ke is a color, while in Blender emit is only a factor, using diffuse color.
        this implies there is some loss of data during import here.
      * I do not have the slightest idea about the range for ke values, so for now assuming
        a direct matching of Blender's emit value.
      94c9c4ee
  14. Aug 12, 2015
  15. Aug 10, 2015
  16. Aug 05, 2015
  17. Jul 29, 2015
    • Antony Riakiotakis's avatar
      Bone Selection Groups commit from gooseberry. · 6f6bf26c
      Antony Riakiotakis authored
      This add-on allows storing and restoring a group of bones for later use.
      The groups can be named and linked to new files.
      
      The groups can be found in the object properties tab of the properties
      area for armature objects.
      6f6bf26c
  18. Jul 21, 2015
  19. Jul 19, 2015
    • Bastien Montagne's avatar
      Fix T45487: fbx exporting weird keyframes. · 9c2c5413
      Bastien Montagne authored
      Previous 'simplifying' code was not handling correctly micro-fluctuations around zero
      (caused by ugly float precision issues). Rewrote it more or less completely,
      new code is simpler and only based on relative difference (by default, it
      keys each time the diff is above 1e-4, and above 1e-4 * magnitude_of_values).
      
      Might produce more keys in some cases, but at least 'noise' shall never be
      exported again.
      9c2c5413
  20. Jul 18, 2015
  21. Jul 15, 2015
  22. Jul 14, 2015
  23. Jul 12, 2015
Loading