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-09Fix T102214: inconsistenty between bake and render with invalid material indexBrecht Van Lommel
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell 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-29Cleanup: move part of render module to C++Brecht Van Lommel
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-10Fix T97945: Cycles baking max distance is wrongBrecht Van Lommel
2022-04-23Bake: add UDIM tile baking supportBrecht Van Lommel
2022-03-28Cleanup: use "num" as a suffix in: source/blender/renderCampbell Barton
2022-02-21Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-21Fix: Avoid potential use of dirty normalsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Fix T95471: baking normals wrong after recent MVert normals refactorBrecht Van Lommel
2022-01-17Baking: new method to generate margin, based on adjacent facesMartijn Versteegh
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'render'Campbell Barton
2021-09-21Cycles: merge of cycles-x branch, a major update to the rendererBrecht Van Lommel
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-08Cleanup: spellingCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-20Mesh: optimize object mode face tessellationCampbell Barton
2021-06-18Fix invalid polygon normal array access building bake dataCampbell Barton
2021-02-12Baking: support vertex color baking of normal material, UV discontinuitiesBrecht Van Lommel
2020-12-24Cleanup: refactoring of bake code in preparation of vertex color bakingBrecht Van Lommel
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel