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-09-09Cleanup: move return arguments last, use `r_` prefixCampbell Barton
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-05-14Fix: Build error due to previous commitHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-03Fix T95541: Broken vertex weight with mirror modifier.Bastien Montagne
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-27Fix T95212: Mirror modifier normals crashHans Goudey
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-25Fix T91444: Edge Loop Preview fails with two Mirror ModifiersBastien Montagne
2021-11-25Fix T93321: Modified Mirror modifier behavior break some other tools like bou...Bastien Montagne
2021-11-12Fix T91444: Edge Loop Preview fails with two Mirror ModifiersCampbell Barton
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-04-29Fix T87592: Mirror fail with bisect, axis object & non-uniform scaleCampbell Barton
2021-04-22Fix T85051: Add bisect distance as a parameter to the mirror modifierFalk David
2021-01-05Fix T84364: Sculpt symmetrize fails with shape keysCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-05-07Fix T75793: Mirror modifier UV flip only works on first UDIM TilePhilipp Oeser
2020-04-23Fix T74172: Mirror with bisect results in holesCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-22Cleanup: rename mirror -> mesh_mirrorCampbell Barton