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-03-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-07-13Cleanup: minor changes to edit-mesh API callsCampbell Barton
2021-06-17Cleanup: split BKE_mesh_copy_settings into two functionsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03Fix T85136: Sculpt geometry extract not using updated meshPablo Dobarro
2020-11-12Sculpt: use ESC key in addition to RMB to cancel eyedropperPhilipp Oeser
2020-11-04Fix mask extract and slice not preserving mesh symmetry optionsPablo Dobarro
2020-11-04Fix mask slice to new object preserving the maskPablo Dobarro
2020-10-26Fix T81984: Crash in sculpt undo with mask extract after dyntopo toggleBastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-05Sculpt: Remove mask datalayer after extracting the objectPablo Dobarro
2020-09-04Cleanup: Use function pointers in geometry extractPablo Dobarro
2020-09-03Sculpt: Face Set Extract OperatorPablo Dobarro
2020-08-18Fix Mask Slice deleting the Face SetsPablo Dobarro
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-25Cleanup: typoJacques Lucke
2020-05-13Merge branch 'blender-v2.83-release'Pablo Dobarro
2020-05-13Fix T76488: fix mask extract poll functionPablo Dobarro
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-16Fix incorrect Face Sets when using mask extractPablo Dobarro
2020-03-16Fix visual artifacts with partially hidden meshes and mask extractPablo Dobarro
2020-03-11Cleanup: spellingCampbell Barton
2020-03-09Fix T74500: Rebuild the Face Sets datalayer after slicing the geometryPablo Dobarro
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-24Fix T71373: Sculpt Mask not extracting correctly on scaled objectsPablo Dobarro
2020-01-07Fix T72830: Check if the mesh has mask data before extractig or slicingPablo Dobarro
2019-11-26Fix segfault when polling `MESH_OT_paint_mask_extract`Sybren A. Stüvel
2019-11-21Sculpt: Mask SlicePablo Dobarro
2019-10-31Fix T70687: Deleting sculpting mask extraction causes crashPablo Dobarro
2019-10-09Fix T70544: Mesh extracted from Mask crash Blender when using DyntopoPablo Dobarro
2019-10-03Mesh: simple extract mask optimizationsCampbell Barton
2019-10-03Fix extract mask freed memory use & leakCampbell Barton
2019-10-03Fix T70102: Mask Extract bad solutionPablo Dobarro
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-19Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-10Sculpt: Mask Extract operatorPablo Dobarro