Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-08-31Cleanup: obj: simplify import/export syntax handling codeAras Pranckevicius
2022-06-15obj: reduce vertex colors to 4 decimal places, reenable testsAras Pranckevicius
2022-06-14obj: vertex colors support in importer and exporterAras Pranckevicius
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-04-01Fix T96763: New OBJ Exporter Incorrectly saving the materials in the MTL fileAras Pranckevicius
2022-03-27OBJ: use fmt library instead of sprintf for faster formattingAras Pranckevicius
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Correction to previous Clang strict warning commitSergey Sharybin
2022-02-10Fix compilation with strict Clang flagsSergey Sharybin
2022-02-06Further speedup of new obj exporter.Aras Pranckevicius
2022-02-06Merge branch 'blender-v3.1-release'Howard Trickey
2022-02-06Fix T95360, new 3.1 obj exporter losing nurbs curve "endpoint".Aras Pranckevicius
2022-02-02Cleanup: spelling in commentsCampbell Barton
2022-01-30Speed up the new OBJ exporter via bigger write buffer and parallelization.Aras Pranckevicius
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-22Fix T13879 new OBJ exporter not saving files with Unicode characters.Aras Pranckevicius
2022-01-21.obj: simplify templates in FileHandler, add commentsAnkit Meel
2022-01-18Fix obj exporter tests by deduping normals and printing with less precision.Howard Trickey
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey