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
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
2019-03-14Cleanup: remove redundant UV select linked optionsCampbell Barton
2019-03-14Cleanup: doxy sectionsCampbell Barton
2019-03-05Tool System: use set/add/subtract for all circle select operatorsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton
2019-02-14Fix T61472: Hide Unselected fails w/ no selectionCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05UVEdit: Add function variants based on ToolSettingsClément Foucault
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Fix T59972: UV live unwrap does not pack islands.Brecht Van Lommel
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-15UV pin: Use ID_RECALC_COPY_ON_WRITE instead of the almighty 0Dalai Felinto
2018-12-15Fix T59381: UV editor - Pinned vertex missing updateDalai Felinto
2018-12-11Fix T59001: UV Editor - Crash when hiding all UVs while 3D view is openPhilipp Oeser
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-06Fix T58663: UV Align Auto does nothingPhilipp Oeser
2018-11-25Local ViewDalai Felinto
2018-11-23Fix uv lasso/box multi-object select logicCampbell Barton
2018-11-23Tool System: uv lasso/box select optionsCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-10-19Fix multiple-object uv selection not "deselecting" other objectsDalai Felinto
2018-10-05UI: rename Border Select -> Box SelectCampbell Barton
2018-10-04UV: support setting the cursor w/ non-cursor toolsCampbell Barton
2018-10-04UV: avoid redundant batch cache w/ UV select pick & allCampbell Barton
2018-10-04Fix UV select tools not refreshingCampbell Barton
2018-10-04UV: rename circle select operatorCampbell Barton
2018-10-04UI: disable UV operator registerCampbell Barton
2018-10-04Fix missing free w/ UV-lassoCampbell Barton
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-26UI: use pie menu for snap, pivot and proportional editing.William Reynish
2018-09-25Edit Mesh: Move Edit Mesh display settings to overlay'sClément Foucault