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-10-13Cleanup: Use correct blenkernel namespace for mesh functionsHans Goudey
2022-10-07Cleanup: Avoid inconsistent naming in mesh topology APIHans Goudey
2022-09-28Mesh: Add C++ implementaiton of topology mappingsHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-23Cleanup: float literalsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-05-15Cleanup: Remove includes from DerivedMesh headerHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-23Bake: add UDIM tile baking supportBrecht Van Lommel
2022-03-25Cleanup: use array syntax for sizeof, zero before float suffixCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Cleanup: Grammar in comments and tooltipsHans Goudey
2022-02-02Cleanup: spelling in commentsCampbell Barton
2022-01-31Fix crash with non-closed meshes in recent bugfix for texture marginBrecht Van Lommel
2022-01-31Fix T95249: bake margin adjacent faces fails in some directionsMartijn Versteegh
2022-01-31Cleanup: remove wrong assertMartijn Versteegh
2022-01-27Cleanup: Clang tidyHans Goudey
2022-01-24Cleanup: spelling in commentsCampbell Barton
2022-01-18Cleanup: spelling in commentsCampbell Barton
2022-01-18Cleanup: move docs to definitionCampbell Barton
2022-01-17Baking: new method to generate margin, based on adjacent facesMartijn Versteegh