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-08Merge branch 'blender-v3.4-release'Sergey Sharybin
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-08Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-08Fix invalid function signatures for PySequenceMethods callbacksCampbell Barton
2022-11-08Cleanup: PyMethodDef formattingCampbell Barton
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-05-06Cleanup: formatCampbell Barton
2022-05-05Docs: Clarify docs for BMesh methodsjon denning
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-12Fix: BMesh Python API errors after vertex_normals additionHans Goudey
2022-04-11BMesh Python API: add access to vertex crease layerKévin Dietrich
2022-03-28Cleanup: use "num" as a suffix in: source/blender/pythonCampbell Barton
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-03UV: Edge selection supportSiddhartha Jejurkar
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-02Cleanup: move public doc-strings into headers for 'python'Campbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-10-03Cleanup: spelling in stringsCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Fix slicing with negative indicesCampbell Barton
2021-08-05Fix T89450: Crash slicing BMEditSelSeqCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-05BMesh: remove redundant mesh-backups from EDBM_op_* APICampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-06-10Docs: remove deprecated parameter from bmesh docsCampbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-06-01BMesh: remove checks for tessellating 2 sided facesCampbell Barton
2021-05-17Merge branch 'blender-v2.93-release'Brecht Van Lommel
2021-05-17Fix T86278: vertex color baking not working with modifiersBrecht Van Lommel
2021-05-12PyAPI: remove deprecated & unused BMesh.from_object deform argumentCampbell Barton
2021-04-12Fix T87259: Un-Subdivide creates duplicate facesCampbell Barton
2021-04-01Cleanup: clang formatCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz