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-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
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