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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2021-12-13Cleanup: spelling in commentsCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-09Fix T92318: adding layers (UVs, ...) doesn't notify about limitPhilipp Oeser
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-07-05EditMesh: extract restore logic out of EDBM_redo_state_freeCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-03-31Cleanup: naming for edit-mesh nearest distance valuesCampbell Barton
2021-03-31Fix T87080: Select shortest path fails in face modeCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-02Cleanup: Remove useless duplicated linesValentin
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-17Cleanup: name mesh join functions using ED_{type} prefixCampbell Barton
2020-04-07Cleanup: doxy sections, move utility function to editmesh_utils.cCampbell Barton
2020-04-03Cleanup: split ED_mesh_mirror_*_table into multiple functionsCampbell Barton
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for ED_mesh_mirror_* APICampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for select mirrorCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for vert coord access, projectionCampbell Barton
2020-01-02Cleanup: quiet const warningsCampbell Barton
2020-01-02EditMesh: Improve AutoMerge with Split Edges & Facesmano-wii
2019-12-31Transform: Individual Origins: Create islands between only selected uvs.mano-wii
2019-11-27Fix T71865: Separating mesh parts breaks shape keysCampbell Barton
2019-11-27Add 'EDBM_selectmode_disable_multi' and use in knifeprojectPhilipp Oeser
2019-10-20Mesh: add API functions for poly & loop removalCampbell Barton
2019-09-05Object: Mode switching operatorCampbell Barton
2019-09-02Fix T69404: Merge by distance crash with UnselectedCampbell Barton
2019-08-28Cleanup: split automerge logic into own fileCampbell Barton
2019-08-27Edit Mesh: Poly build tool improvementsPablo Dobarro
2019-08-27Edit Mesh AutoMerge: Improve `Split Edges & Faces` optionmano-wii
2019-08-26Edit Mesh: New option "Split Edges & Faces" to "AutoMerge"mano-wii
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-25Cleanup: rename mesh looptri/tessface functionsCampbell Barton
2019-08-25Cleanup: remove unused ED_mesh_*_tessface functionsCampbell Barton
2019-08-25RNA: remove Mesh.update() calc_loop_triangles argumentCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-16Fixed crash when adding/removing custom normals from pinned meshSybren A. Stüvel
2019-06-14Mesh Selection: Move Selection ID Context Utilities to ED_view3d.mano-wii
2019-05-20Cleanup: remove EDBM_backbuf APICampbell Barton
2019-05-203D View: use new buffer selection API's for paint vert/face selectCampbell Barton
2019-05-18Fix T54686: objects don't occlude each other for edit-mesh select (part 2)Campbell Barton