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-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-10OBJ: add global scale factor import settingAras Pranckevicius
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-24Cleanup: use determinant_m3(m) < 0 to implement is_negative_m3/m4Campbell Barton
2022-08-17Cleanup: Remove redundant use of evaluated non-mesh objectsHans Goudey
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-02Fix: Use evaluated materials in OBJ exporterHans Goudey
2022-06-15io: remove unnecessary transposes when using mat3_from_axis_conversionIyad Ahmed
2022-06-06STL: Add new C++ based STL importerIyad Ahmed
2022-06-04Cleanup: Use const for retrieved custom data layersHans Goudey
2022-06-04Cleanup: Use const, make formatHans Goudey
2022-04-17Fix T96824: New 3.1 OBJ exporter writes incorrect polygon/vertex groups in so...Aras 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-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Speed up the new OBJ exporter via bigger write buffer and parallelization.Aras Pranckevicius
2022-01-30Fix T95328, new obj exporter not exporting custom normals.Aras Pranckevicius
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-21Fix new OBJ exporter to handle instancing.Howard Trickey
2022-01-20Cleanup: clang-formatCampbell Barton
2022-01-18Fix obj exporter tests by deduping normals and printing with less precision.Howard Trickey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey