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-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Fix broken physics modifiers after cleanup commitsBrecht Van Lommel
2021-07-01Cleanup: clang-format, clang-tidyCampbell Barton
2021-07-01Cleanup: Fix compiler warning from previous commitHans Goudey
2021-07-01Cleanup: Use bool instead of int, rename variableHans Goudey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Fix deadlocks in mesh modifier evaluation and particlesBrecht Van Lommel
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell 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-06Cleanup: spellingCampbell Barton
2021-05-03Geometry Nodes: Initial basic curve data supportHans Goudey
2021-04-28Fix T87876: vertex groups missing when mesh is in edit modeJacques Lucke
2021-03-18Cleanup: spellingCampbell Barton
2021-02-18Geometry Nodes: convert point cloud to mesh vertices for modifiersJacques Lucke
2021-02-17Geometry Nodes: realize instances before deform modifierJacques Lucke
2021-02-17Geometry Nodes: realize instances before passing geometry to constructive mes...Jacques Lucke
2021-02-02Fix T85155: Vertex groups from object don't transfer to next nodes modifierHans Goudey
2021-01-04Cleanup: use const casts in DerivedMesh.ccCampbell Barton
2020-12-15Geometry Nodes: support evaluating mesh object to geometry setJacques Lucke
2020-12-14Blenkernel: move DerivedMesh.c to c++Jacques Lucke