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-08-28UI: Do Not Display Negative Zero FloatsHarley Acheson
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-18GPUState: GPU_blend final API renamingClément Foucault
2020-08-18Cleanup: GPUState: Replace blend func separate by enumClément Foucault
2020-08-18Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-18No experimental feature (but debug ones) to work for blender beta/releaseDalai Felinto
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-14UI Code Quality: Use derived struct for color ramp buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve mapping buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve profile buttonsHans Goudey
2020-08-07UI Code Quality: Use derived struct for HSV Cube buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived struct for progessbar buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived struct for color buttonsJulian Eisel
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-05Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-05Fix T78907: Renaming file doesn't work while mouse is over file iconJulian Eisel
2020-07-31Merge branch 'blender-v2.90-release'Philipp Oeser
2020-07-31UI: fix buttons ranges not properly updated when tabbing to next/previousPhilipp Oeser
2020-07-29Cleanup: rename uiBut.dt, uiBlock.dt to 'emboss'Campbell Barton
2020-07-27UI: improve errors when evaluating a number button failsCampbell Barton
2020-07-27Cleanup: match call signature for UI unit number evaluationCampbell Barton
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-20T77086 Animation: Passing Dependency Graph to DriversSybren A. Stüvel
2020-07-16LibOverride: Fix getting proper RNA path and ID from embedded ones.Bastien Montagne
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-07Cleanup: spellingCampbell Barton
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Cleanup: Use unsigned int when for enum values, instead of signed int.Bastien Montagne
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-05-11UI: show tool-tips in menu searchCampbell Barton
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07UI: support context menu in menu search popupCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
2020-04-17UI: Better split layout support for checkboxesJulian Eisel
2020-04-17UI: support A-Z accelerator keys for pie menusCampbell Barton
2020-04-16UI: Draw real node sockets for node input buttonsJulian Eisel
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-14Cleanup: spellingCampbell Barton
2020-04-09Fix T75203: Crash when changing active keying setJulian Eisel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai 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-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-15Cleanup: use 'const' style argumentCampbell Barton
2020-03-14UI: Larger Alert IconsHarley Acheson