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
2021-08-19Cleanup: reduce indentation in loops that check region visibilityCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-15UI: Internal support for custom UI list item drag & activate operatorsJulian Eisel
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-04-30Fix crash running window operators in background modeCampbell Barton
2021-04-16Fix missing owner_id values from 919558854d624f5db40acfa9f5674ac8c94873b6Campbell Barton
2021-04-16Fix T65064: Keymaps items controlling dynamic enums fail to exportCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-03-01Cleanup: Use LISTBASE_FOREACH and LISTBASE_FOREACH_MUTABLE macroGermano Cavalcante
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-24PyAPI: Fix memory leak of parameters used for python 'draw_callbacks'Germano Cavalcante
2021-02-12WM: Add 'Confirm On Release' option for WM_OT_radial_controlJuanfran Matheu
2021-01-28Fix T83539: 'activate_init' fails with buttons that have popupsCampbell Barton
2021-01-02Cleanup: Explicitly pass icon size to generation function, not just boolJulian Eisel
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-08File Browser: Refactor access to the selection parameters structJulian Eisel
2020-11-12Cleanup: RNA ID enum utility functionCampbell Barton
2020-11-11Cleanup: correct argument order to callbackCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-21UI: Allow changing the active side of line gesturesPablo Dobarro
2020-10-20UI: Add angle snapping to line gesture toolsPablo Dobarro
2020-10-20UI: Move gesture selection with spacebarPablo Dobarro
2020-10-17Cleanup: Miscellaneous improvements in wm directoryHans Goudey
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-07UI: Use property split in various pop-up dialogsYevgeny Makarov
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-29Sculpt: Line Project Gesture toolPablo Dobarro
2020-09-26Sculpt: Line gestures and Mask Line toolPablo Dobarro
2020-09-18Cleanup: use 'UI_icon_*' prefix for icons APICampbell Barton
2020-09-15UI: Show color tagged collection icons in menusNathan Craddock
2020-09-07Sculpt: Sculpt Trimming gestures toolsPablo Dobarro
2020-09-05GPUTexture: Change texture creation APIClément Foucault
2020-09-05Cleanup: GPUTexture: Remove use of GPU_texture_create_nDClément Foucault
2020-09-05GPUTexture: Remove bind to edit callsClément Foucault
2020-09-03Sculpt: Sculpt Face Set gestures toolsPablo Dobarro
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
2020-08-10Merge branch 'blender-v2.90-release'Julian Eisel