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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-10-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-30Fix T101118, T101471: Crash with bevel weight in solidify modifierHans Goudey
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-13Convert many more uses of MVertHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-11Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-07Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-26ProgressHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-24Fix: Build error with flag usage and strict warningsHans Goudey
2022-03-24Complex Solidify: handle vertex creasesHenrik Dick
2022-03-02Fix T95963: change thresholds in complex solidifyHenrik Dick
2022-02-21Complex Solidify: improve constraints solverHenrik Dick
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-11Fix: Enable edge bevel weight in solidify if neededHenrik Dick
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-22Fix T92631: Fix negative thickness regression in complex solidifyHenrik Dick
2021-10-14Cleanup: avoid using size for array length in namingCampbell Barton
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-08-03Fix T89691: Solidify modifier simple/complex inconsistencyMiguel G
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-05Fix T80897: Complex solidify crash when special ngons are mergedHenrik Dick
2020-10-05Fix T80893: Complex solidify special case with singularityHenrik Dick
2020-10-05Fix T80895: Complex solidify compare edges by contentHenrik Dick
2020-10-05Modifiers: Use vertex group options for complex solidify flat facesHenrik Dick
2020-10-05Fix T80269: Match material offset in solidify modesHenrik Dick
2020-08-07Cleanup: enable and silence Clang-Tidy readability-function-sizeSybren A. Stüvel
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-05-01Merge branch 'blender-v2.83-release'Bastien Montagne