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-05Cleanup: Move legacy mesh conversions to proper fileHans Goudey
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Cleanup: fix warnings from vcol limit commitJoseph Eagar
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31Core: Remove color attribute limit from CustomData APIJoseph Eagar
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-05Cleanup: Remove outdated code for mesh normalsHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-03-25Cleanup: use count or num instead of nbrCampbell Barton
2022-03-18Cleanup: Compilation warningsSergey Sharybin
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-02-28Cleanup: Move mesh_validate.c to C++Hans Goudey
2022-02-15Cleanup: Rename file used for calculating mesh edgesHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-06-16BLI: add threading namespaceJacques Lucke
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2020-12-09Cleanup: various clang tidy fixesJacques Lucke
2020-10-09BKE: improve calculating edgesJacques Lucke
2020-10-09BKE: parallelize BKE_mesh_calc_edgesJacques Lucke