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-04-29Fix T87823: Select similar doesn't work with small facesCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-07-03Cleanup: Editors/Mesh, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-13Fix error selecting similar vertex groups after the 32ndCampbell Barton
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-03-05Cleanup: material API namingCampbell Barton
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-03-20Select Similar: use kdtree de-duplicationCampbell Barton
2019-03-20Fix missing free in recent kdtree changesCampbell Barton
2019-03-19Cleanup: correct commentCampbell Barton
2019-03-19BLI_kdtree: use 1d tree for select similarCampbell Barton
2019-03-19Cleanup: name 3D/4D trees in similar selection codeCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-19Fix T62595: Select co-planar faces failsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-01Cleanup: styleCampbell Barton
2018-11-25Local ViewDalai Felinto
2018-11-10BMesh: avoid incorrect/invalid matrix calculationCampbell Barton
2018-11-09Multi-Objects: MESH_OT_select_similar worldspace completionHabib Gahbiche
2018-11-07Multi-Objects: CURVE_OT_select_similarHabib Gahbiche
2018-10-05Cleanup: styleCampbell Barton
2018-09-28Cleanup: Remove bmo_similar.c and small renamingDalai Felinto
2018-09-28Multi-Objects: Select similar vertex: SIMVERT_VGROUPDalai Felinto
2018-09-27Cleanup: fix harmless compiler warnings.Brecht Van Lommel
2018-09-26Multi-Objects: Selects similar face SIMFACE_COPLANARDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_FACEMAPDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_FREESTYLEDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_SMOOTHDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_NORMALDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_AREA and SIMFACE_PERIMETERDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_MATERIALDalai Felinto
2018-09-26Multi-Objects: Select similar face SIMFACE_SIDESDalai Felinto
2018-09-26Cleanup comments on select similar edgeDalai Felinto
2018-09-25Multi-Objects: Select similar edge SIMEDGE_CREASE and SIMEDGE_CREASEDalai Felinto
2018-09-24Cleanup: skip translation to calculate lengthCampbell Barton
2018-09-24Cleanup: styleCampbell Barton
2018-09-21Select Similar: Cleanup - WITH_FREESYTLEDalai Felinto
2018-09-21Multi-Objects: Select similar edge SIMEDGE_FREESTYLEDalai Felinto
2018-09-21Select Similar: CleanupDalai Felinto