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
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
2019-11-27Fix T71864: Broken 'Select' > 'More' in face mode in UV EditorPhilipp Oeser
2019-10-01Image/Clip Space: Add view center to cursor operatorsCampbell Barton
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-08-25Cleanup: skip adding tessface loop & color layersCampbell Barton
2019-08-11Docs: improve commentsCampbell Barton
2019-08-07UV: select overlap operatorCampbell Barton
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-02UI: rename 'Remove Doubles' to 'Merge by Distance'William Reynish
2019-05-01UV Sculpt: improve tool-system integrationCampbell Barton
2019-04-30Select: Add 'deselect on nothing' to UV editor.Bastien Montagne
2019-04-29Fix T63977: UV select linked has no attribute 'extend'Campbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-19UV: Use BLI_kdtree_2d for 2D dataCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-14Fix T61937: image sequences not updating in workbench display mode.Brecht Van Lommel