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-10-27WM: de-duplicate cursor motion checks for selection pickingCampbell Barton
2021-08-31Transform: avoid passing the context to extended orientation functionsCampbell Barton
2021-08-03WM: don't store selection properties typically set in the key-mapCampbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Cleanup: replace BKE_customdata.h in BKE_editmesh.hCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-06-28Fix edit-mesh random select regression in random seed usePiotr Makal
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Fix T89367: Crash running edit-mesh select_linked_pick from PythonCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-21Fix T32214: Wireframe edge select fails with verts behind the viewCampbell Barton
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-05-06Fix memory leak in object.mode_set_with_submodeCampbell Barton
2021-04-06Fix T48167: Mesh select random factor is not accuratePhilipp Oeser
2021-04-01Fix compilation error: "too many arguments to function"Germano Cavalcante
2021-03-31Cleanup: naming for edit-mesh nearest distance valuesCampbell Barton
2021-03-31Fix T87080: Select shortest path fails in face modeCampbell Barton
2021-03-29Knife: support vert/edge snapping when not directly over a faceCampbell Barton
2021-03-10Fix T67190: Edge Loop Select doesn't support non-manifold edgesPratik Borhade
2021-02-16Cleanup: spellingCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-27UI: Fix incorrect RNA percentage property definitionsHans Goudey
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-13Cleanup: removing some uses of equal sign in descriptionsYevgeny Makarov
2020-12-03Cleanup: view-port --> 2D/3D ViewportAaron Carlisle
2020-11-17BMesh: support for comparing loops when calculating face-groupsCampbell Barton
2020-10-19Spelling: Apart Versus A PartHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-13Fix T81288:Select Linked fails with multi-object edit modeCampbell Barton
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-08-26Cleanup: simplify edge loop/boundary select cycling logicCampbell Barton
2020-07-28Cleanup: incorrect spelling of 'manhattan'Campbell Barton
2020-07-22UI: use term 'Vertex' instead of 'Vert'Yevgeny Makarov
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-09Fix T76894: Disable clipping region selection in material/rendered modeJeroen Bakker
2020-05-12Fix EDBM_selectmode_disable_multi_ex return valueAnthony Edlin
2020-04-24Fix edit-mesh moving from edge to face mode with Ctrl heldCampbell Barton
2020-04-07Fix T75128: Select Linked fails when the selection is a delimiterCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-01-13Fix T72250: Select Boundary LoopJeroen Bakker
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07BMesh: remove BMEditMesh.ob use for select mirrorCampbell Barton
2019-11-27Add 'EDBM_selectmode_disable_multi' and use in knifeprojectPhilipp Oeser
2019-11-24Cleanup: spelling, repeated wordsCampbell Barton
2019-09-18Fix excessive dependency graph evaluation while painting strokesBrecht Van Lommel
2019-09-08Edit Mesh: select interior faces now detects regionsCampbell Barton
2019-09-05Object: Mode switching operatorCampbell Barton