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-05-10Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-10Fix T96399: New 3.1 OBJ exporter is missing Path Mode settingAras Pranckevicius
2022-05-06obj: move parsing utilities out of io_common, since they are fairly obj specificAras Pranckevicius
2022-05-05Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-05Fix T97863: new OBJ importer issues with extra whitespace after "f" keywordsAras Pranckevicius
2022-05-05Cleanup: sort cmake file listsCampbell Barton
2022-05-04Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-04Fix T97794: new OBJ importer does not handle quoted MTL pathsAras Pranckevicius
2022-05-03Merge branch 'blender-v3.2-release'Aras Pranckevicius
2022-05-03Fix T97793, Fix T97795: Use correct defaults for missing values in new OBJ im...Aras Pranckevicius
2022-05-03Fix T97757: Some MTL import correctness issues in the new OBJ importerAras Pranckevicius
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-05-01Fix T97644: new 3.2 obj importer does not set blend mode for eeveeAras Pranckevicius
2022-05-01Fix T97417: OBJ: support tab and other whitespace characters after obj/mtl ke...Aras Pranckevicius
2022-04-29Cleanup: missing declaration warnings & spelling in commentsCampbell Barton
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-17OBJ: further optimize, cleanup and harden the new C++ importerAras Pranckevicius
2022-04-17Fix T97095: export of Poly curves, export crash when object contains multiple...Aras Pranckevicius
2022-04-17Fix T96824: New 3.1 OBJ exporter writes incorrect polygon/vertex groups in so...Aras Pranckevicius
2022-04-08I/O tests: change all_geometry scene to not have subd surface, and always pri...Aras Pranckevicius
2022-04-06Cleanup: spelling & poor wording in code & commentsCampbell Barton
2022-04-05Refactor: Evaluate surface objects as mesh componentsHans Goudey
2022-04-05Cleanup: move doc-strings into headersCampbell Barton
2022-04-05Cleanup: spelling in commentsCampbell Barton
2022-04-04OBJ: fix printf specifier compile warning on some compilersAras Pranckevicius
2022-04-04OBJ: fix mac/linux tests and compile warnings in the new obj importerAras Pranckevicius
2022-04-04OBJ: New C++ based wavefront OBJ importerAnkit Meel
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-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-25Revert "Implement C++ methods for DNA structures"Sergey Sharybin
2022-03-25Implement C++ methods for DNA structuresSergey Sharybin
2022-03-24Cleanup: clang-formatDalai Felinto
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-23Cleanup: Run clang-format on the OBJ exporterSergey Sharybin
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22Obj: try to fix Linux testsAras Pranckevicius
2022-03-22Fix build when using WITH_TBB=OFF after recent changesBrecht Van Lommel
2022-03-21Fix T96511: New OBJ exporter no longer groups faces by materialAras Pranckevicius
2022-03-20Fix T96470 new obj exporter writing material groupsAras Pranckevicius
2022-03-20Fix T96415: new OBJ exporter was applying scaling factor incorrectlyAras Pranckevicius
2022-03-19Fix T96430: new OBJ exporter wrong normals for non-uniform scale, and wrong f...Aras Pranckevicius
2022-03-13Fix T96303: C++ OBJ exporter needs presets and skip modifiers.Aras Pranckevicius
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-15BLI: Change dependencies in vector math filesHans Goudey
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-06Merge branch 'blender-v3.1-release'Howard Trickey