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-09-13Merge branch 'master' into temp-T73411-add-scene-parameterstemp-T73411-add-scene-parametersMonique
2022-09-12UV: support uv seams when computing uv islandsChris Blackbourn
2022-09-08WIP: Adding const Scene* to many areas.Jeroen Bakker
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-19Cleanup: replace uint cd_loop_uv_offset with intChris Blackbourn
2022-08-19Cleanup: uvedit_*_select, replace `BMEditMesh*` with `BMesh*`Chris Blackbourn
2022-08-11Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-07-30UV: Add options for uv select similar in island modeChris Blackbourn
2022-07-13Fix T99659: Improve UV Island calculation with hidden faces.Chris Blackbourn
2022-07-12UV: Box and lasso selection for partially intersecting edgesSiddhartha Jejurkar
2022-06-28Fix T98924: Skip saving selection properties for UV edge ring operatorSiddhartha Jejurkar
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-21Cleanup: Fix format on previous commitChris Blackbourn
2022-06-21UV: Add "Select Similar" operator in UV editorChris Blackbourn
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-03Cleanup: remove unused, commented MTexFace assignmentsCampbell Barton
2022-06-03Merge branch 'blender-v3.2-release'Campbell Barton
2022-06-03Fix T98558: island selection in UV editor can crashPhilipp Oeser
2022-05-18Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-18Fix T98214: UV selection crash with wire edgesChris Blackbourn
2022-05-13Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-13Fix T89909: Circle Select tool status bar doesn't match the operationsCampbell Barton
2022-05-04Transform: use a threshold for UV snappingGermano Cavalcante
2022-03-31Cleanup: spelling, trailing space for comment-blocksCampbell Barton
2022-03-30Cleanup: use utility function to initialize SelectPick_ParamsCampbell Barton
2022-03-23UV: support "Tweak Tool: Left Mouse Select & Move"Campbell Barton
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-08Cleanup: pass const scene argument to UV selection functionsCampbell Barton
2022-03-08Cleanup: prefer UNUSED_VARS_NDEBUG for debug only variablesCampbell Barton
2022-03-07Cleanup: move asssertion-test-only variable into `#ifndef NDEBUG` blockSybren A. Stüvel
2022-03-04Cleanup: Unused variable warningsHans Goudey
2022-03-03UV: Edge selection supportSiddhartha Jejurkar
2022-02-16UV: move sticky selection from image space into tool settingsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-09-21WM: only return PASS_THROUGH on PRESS for selection operatorsCampbell Barton
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03WM: don't store selection properties typically set in the key-mapCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-02Cleanup: spelling, minor correctionsCampbell Barton
2021-02-11Fix T85508: UV select overlap fails on identical facesCampbell Barton
2021-01-25UV: tweak island select behaviorCampbell Barton
2021-01-21Cleanup: NULL used for booleanCampbell Barton