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
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-13Fix T65148: Drivers can't access shape keysSybren A. Stüvel
2020-08-11Fix T75588: Missing loop cuts preview for edges without quadsGermano Cavalcante
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11BMesh: add UV calculate center callCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-30Fix T79369: BMesh.calc_volume() gave incorrect resultCampbell Barton
2020-07-21Bevel: Refactor "Vertex Only" to an enumHans Goudey
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-18BMesh: utility for checking shared edge with limit argumentCampbell Barton
2020-07-10Fix T78766: Blender crashes after deleting vertices with Custom Normals.Bastien Montagne
2020-07-10Cleanup: clang-formatCampbell Barton
2020-07-10Fix BM_loop_at_index_find lookupCampbell Barton
2020-07-09BMesh: add utility functionsCampbell Barton
2020-07-09Cleanup: move BMesh UV queries into their own fileCampbell Barton
2020-07-06BMesh: add BM_face_calc_uv_crossCampbell Barton
2020-07-06BMesh: add BM_loop_other_vert_loop_by_edgeCampbell Barton
2020-07-03Cleanup: BMesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Transform: generalized custom-data correction supportGermano Cavalcante
2020-07-01Cleanup: spellingCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
2020-06-23Bevel: Refactor profile type input to use an enumHans Goudey
2020-06-20Bevel: add new 'Absolute' mode for interpreting 'amount' value.Howard Trickey
2020-06-17Cleanup: doxy commentsCampbell Barton
2020-06-10Mesh Edit: preserve Custom Normal vectors in topology operators.Alexander Gavrilov
2020-06-05Cleanup: rename suffix 'conv' to 'convert'Campbell Barton
2020-06-02Merge branch 'blender-v2.83-release'Campbell Barton
2020-06-02Fix T76533: Gizmo uses active face center in edge selection modeCampbell Barton
2020-05-25Mesh: skip conversion from edit-mesh to mesh in edit-modeCampbell Barton
2020-05-25Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-25Fix crash when converting BMesh to Mesh with shape keysSybren A. Stüvel
2020-05-18Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-18Cleanup: quiet enum conversion warningCampbell Barton
2020-05-08Cleanup: take includes out of 'extern "C"' blocksJacques Lucke
2020-05-07Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-07Fix T75793: Mirror modifier UV flip only works on first UDIM TilePhilipp Oeser
2020-04-15Operator: Add 'use_dissolve_ortho_edges' option for ExtrudeGermano Cavalcante
2020-04-08Fix T67098: Inset causes shape keys to reset exiting edit-modeCampbell Barton
2020-04-07Fix T74720: bmesh.ops.delete default context argument does nothingmano-wii
2020-04-07Fix T75128: Select Linked fails when the selection is a delimiterCampbell Barton
2020-04-07Cleanup: remove unused BM_total_loop_select functionCampbell Barton
2020-04-06Fix displaying edit-mesh measurements with deform modifiersCampbell Barton
2020-04-05Cleanup: use const for 'clnors' argument where possibleCampbell Barton
2020-04-05Cleanup: macro hygiene, parenthesize argumentsCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto