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
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-05Fix slicing with negative indicesCampbell 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-22Cleanup: Spelling MistakesLeon Zandman
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-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-02-12PyAPI: use PyModule_AddType utility functionCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-14Bmesh: Deprecate deform parameter of from_object()Omar Emara
2021-01-12Fix: Bmesh from_object applies modifiers twiceOmar Emara
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-18Mesh: merge `mesh_create_eval_final_{view,render}` functionsSybren A. Stüvel
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-11-27Fix T71865: Separating mesh parts breaks shape keysCampbell Barton
2019-11-26Fix T71806: BMElem.copy_from(other) failedCampbell Barton
2019-05-31Fix bmesh_to_mesh freeing possibly referenced verticesSergey Sharybin
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-03-28Cleanup: remove unused derivedmesh code.Brecht Van Lommel
2019-03-15Cleanup: indentation, wrappingCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-07Cleanup: add trailing commas to structsCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Cleanup: naming (mean -> median) see T47811Campbell Barton
2018-12-11Implement BMesh.from_objectPhilipp Oeser
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-09BKE_id_is_in_gobal_main > BKE_id_is_in_global_mainDalai Felinto