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-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-04-30Cleanup: use early return in edittranslation_execCampbell Barton
2021-04-26Fix T87771: Immediate Crash on "Edit Source" in CompositorPhilipp Oeser
2021-04-08Text Editor: don't force other views to follow the cursorCampbell Barton
2021-02-18Fix failing "Edit Source" (asserts) while number slider was visibleJulian Eisel
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-13UI: Revert design changes to data-block selector for the 2.92 releaseJulian Eisel
2020-12-18UI: Redesigned data-block selectorsJulian Eisel
2020-12-10Cleanup: avoid '_ln' suffixCampbell Barton
2020-11-23Fix T82849: Assert When Unlinking "Edit Source" Text Data-block.Bastien Montagne
2020-10-15Fix T76597: Support Keyframe: Copy To SelectedWayde Moss
2020-10-13Fix T81674: LibOverride: 'Define Override' UI operation can crash.Bastien Montagne
2020-09-02Cleanup: use bool instead of int in various placesJacques Lucke
2020-08-28Fix T80195: crash when invoking tooltips on MacOSGermano Cavalcante
2020-08-26Cleanup: use const variables in interface codeCampbell Barton
2020-08-19UI Code Quality: Use LISTBASE_FOREACH in interface directoryHans Goudey
2020-08-07UI Code Quality: Use derived structs for search buttons and decoratorsJulian Eisel
2020-08-06UI: Fixes and small improvements to some labels and UI messagesYevgeny Makarov
2020-07-16LibOverride: Fix getting proper RNA path and ID from embedded ones.Bastien Montagne
2020-07-03Cleanup: Interface, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30LibOverride: Add necessary bits in RNA to deal with embedded IDs paths.Bastien Montagne
2020-06-30Cleanup: Use unsigned int when for enum values, instead of signed int.Bastien Montagne
2020-06-30Cleanup: LibOverride: Replace raw pointers checks by proper macros.Bastien Montagne
2020-06-23Cleanup: rename 'name' to 'filepath' for DNA typesCampbell Barton
2020-06-09Fix T77148: Crash changing multiple values for sequencer stripsCampbell Barton
2020-05-12Fix T76635: Clicking the text button X in a pop-up doesn't clearJulian Eisel
2020-05-07Cleanup: split button search callbacks into their own structCampbell Barton
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-01Fix T66494: Alt+ clicking (assign to all selected) does not work for NLAPhilipp Oeser
2020-03-25Cleanup: use 'r_' prefix for output argumentsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: Reduce context usage in UI functionsJulian Eisel
2020-03-04Fix T74434: Video Sequencer: Alt+ clicking (assign to all selected) doesPhilipp Oeser
2020-02-25Cleanup: clang-formatBrecht Van Lommel
2020-02-21Fix T74006: Alt+ clicking (assign to all selected) doesn not work forPhilipp Oeser
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-12Add support for tiled images and the UDIM naming schemeLukas Stockner
2019-12-04UI: support Copy To Selected and Alt-Click for PropertyGroup members.Alexander Gavrilov
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-10-11GPencil: New Eyedropper tool for Material creation.Antonio Vazquez
2019-09-20UI: Fix CapitalizationYevgeny Makarov
2019-09-09UI: Refactor and improve buttton extra iconsJulian Eisel
2019-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-23LibOverride: Fixed bug in removing override op operator.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke