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-16UV: move sticky selection from image space into tool settingsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-19Fix image cache margin calculationCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-14Edit Mesh: use params arg for update function, add calc_normals argCampbell Barton
2021-05-27Fix T88625: Multiobject UV hiding/unhiding does not work with UV_SYNC_SELECTIONPhilipp Oeser
2021-01-09Cleanup: use bool arguments & variablesCampbell Barton
2021-01-09Fix UV selection threshold which ignored image aspect and zoom levelCampbell Barton
2020-12-11UI: Consistent Range DescriptionsYevgeny Makarov
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-08-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11BMesh: add UV calculate center callCampbell Barton
2020-08-04Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-04Cleanup: typos & co in UI messages (and some other places).Bastien Montagne
2020-07-26UV: port smart project from Python to CCampbell Barton
2020-07-21UV: remove selection threshold for nearby coordinatesCampbell Barton
2020-07-18UV: edge-ring selection supportCampbell Barton
2020-07-11UV: add path select operator that uses the selectionCampbell Barton
2020-07-10Fix UV rip failing to disable proportional edit-modeCampbell Barton
2020-07-09UV: path selection supportCampbell Barton
2020-07-06UV: add rip toolCampbell Barton
2020-07-03Cleanup: Editors/Space/UV-Edit, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-05Cleanup: remove unnecessary inline headerCampbell Barton
2020-06-04UV: use selection for 'Seams from Islands'Campbell Barton
2020-05-22Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-22UV: remove "UV Local View" for UV editingCampbell Barton
2020-05-04Cleanup: rename uv_sel_co_from_eve, pass in UV layer offsetCampbell Barton
2020-05-04Cleanup: replace UV_SELECT_ISLAND_LIMIT macro with a functionCampbell Barton
2020-05-04Cleanup: split selection operations into uvedit_select.cCampbell Barton
2020-04-28Fix T75993: Mark Seam from UV editor operates on unselected facesCampbell Barton
2020-04-23Cleanup: clang-format, unused warningCampbell Barton
2020-04-22Fix T75974: Multiobject editing UV hiding/unhiding does not workPhilipp Oeser
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: redundant assignmentsCampbell Barton
2020-03-14Fix T67446: UV Editor: support island select mode for box/circle/lassoPhilipp Oeser
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-01-09Fix UV gizmos poll failing with multiple objectsCampbell Barton
2020-01-09Gizmo: use pivot center for UV gizmosCampbell Barton
2020-01-07Edit Mesh: pass in Mesh instead of BMEditMesh to EDBM_update_genericCampbell Barton
2020-01-07Fix T72499: UV Editor : Selection tools don't deselect when dragging on an em...Philipp Oeser
2020-01-02Cleanup: quiet const warningsCampbell Barton
2019-12-19Fix T63407: 'Select linked' operator in UV editor is broken in when multi-obj...Philipp Oeser