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-17Fix (unreported) bda locking of whole GP modifiers whem GP obdata is linked.Bastien Montagne
2020-04-17Fix T75796: Misaligned quit dialog keymapCampbell Barton
2020-04-16Fix T75675: Unlinking [with setting users to zero] not clearingPhilipp Oeser
2020-04-15Fix incorrect UI_SEP_CHAR checksCampbell Barton
2020-04-15Fix menu search using exec instead of invoke by defaultCampbell Barton
2020-04-14GPUShader: Implement workaround for gizmo drawing on sRGB framebufferClément Foucault
2020-04-14Fix showing check-boxes in menu-searchCampbell Barton
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-14Cleanup: pass font drawing x/y offset arguments as int'sCampbell Barton
2020-04-14UI: correct menu used for dope-sheetCampbell Barton
2020-04-14Cleanup: spellingCampbell Barton
2020-04-10UI: Better support for linked data-blocks in search buttonsJulian Eisel
2020-04-09Fix T75203: Crash when changing active keying setJulian Eisel
2020-04-09Fix error in UI_butstore_ APIJulian Eisel
2020-04-07UI: Don't collapse all panels for subpanelsHans Goudey
2020-04-06GPU: Panel Drag Widget Drawing PerformanceJeroen Bakker
2020-04-05UI: Support split property layout for pointer search buttonsJulian Eisel
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename bScreen variables from sc/scr to screenJulian Eisel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-04-01Fix T75222: Crash activating menu searchCampbell Barton
2020-04-01Fix T66494: Alt+ clicking (assign to all selected) does not work for NLAPhilipp Oeser
2020-03-30UI: center align icon-only pull-down menusCampbell Barton
2020-03-29UI: Fix text padding for labels without an iconYevgeny Makarov
2020-03-29Cleanup: remove unicode character printingCampbell Barton
2020-03-27Cleanup: rename WM_modalkeymap API names, matching WM_keymapCampbell Barton
2020-03-27Cleanup: add iterator macros to clang-formatCampbell Barton
2020-03-27Cleanup: suppress warning about float-to-int conversionStephan Seitz
2020-03-25UI: remove non-unicode font and simplify default font loading codeBrecht Van Lommel
2020-03-25UI: always use international fontBrecht Van Lommel
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-25Cleanup: update doxy sectionsCampbell Barton
2020-03-24Fix T74038 : Scrolling doesn't work in menu if there is no active itemValentin
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-24Cleanup: clang-formatCampbell Barton
2020-03-23UI: Theme options for checkerboard pattern colors and sizeMichael Soluyanov
2020-03-20Cleanup: clang-format, comment indentationCampbell Barton
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: declare & assign variables on the same lineCampbell Barton
2020-03-19UI: add view aligned gizmo colorCampbell Barton
2020-03-19VSE: Strip drawing improvementsRichard Antalik
2020-03-18Cleanup: Resolve HKEY conflictRay Molenkamp