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-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-03-31WM: use data-path utility functions for WM operatorsCampbell Barton
2021-03-30UI: add description methods for `wm.context_*` operatorsCampbell Barton
2021-03-16Revert removal of lambda usage for Python RNA callbacksCampbell Barton
2021-02-24UI: Clean up use of the term "Metaballs"Yevgeny Makarov
2021-02-24Fix T85930: Custom Property Error: Wrong SubtypeCampbell Barton
2021-02-21UI: Correct the text alignment in the quick setup (splash screen) dialogYevgeny Makarov
2021-02-21PyAPI: use postponed annotations to support Python 3.10Campbell Barton
2021-02-12Cleanup: use the assignment operator with list-comprehensionCampbell Barton
2021-01-26Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-26Fix wm.context_* operators reusing values when it's not expectedCampbell Barton
2021-01-24Cleanup: remove toolbar popup release hackCampbell Barton
2021-01-07Fix T84469: Online manual raises an exception with key-map optionsCampbell Barton
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-21Fix part of T84004: Some 2.92 alpha UI strings can't be translated.Bastien Montagne
2020-12-09Fix custom-property UI allowing long names that raised errorsCampbell Barton
2020-12-09Fix custom property UI handling names with quotes and back-slashesCampbell Barton
2020-12-06UI: 'About Blender' with Full LogoYevgeny Makarov
2020-11-24UI: Batch Rename Layout ImprovementsYevgeny Makarov
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-08-21Cleanup: remove f-string useCampbell Barton
2020-08-21Cleanup: remove `exec()` calls from custom property editorSybren A. Stüvel
2020-08-18Fix IDProps definition still being editable in liboverrides.Bastien Montagne
2020-07-18UI: Use property split for custom property edit popoverHans Goudey
2020-07-14LibOverride: fix for removing `use_override_library` in rB3d587efef2872.Bastien Montagne
2020-06-30Custom Properties: support default values for stringsDemeter Dzadik
2020-06-26Cleanup: use percentage formattingCampbell Barton
2020-06-05Fix accessing online manual for PropertyGroupsCampbell Barton
2020-05-29Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-05-29Blender: change bugfix release versioning from a/b/c to .1/.2/.3Brecht Van Lommel
2020-05-13UI: About Blender DialogHarley Acheson
2020-04-28Merge branch 'blender-v2.83-release'Brecht Van Lommel
2020-04-28Fix T75973: don't show raw Python errors to users for invalid shortcut pathsBrecht Van Lommel
2020-04-20Merge branch 'blender-v2.83-release'Bastien Montagne
2020-04-20Various typos fixes in UI messages.Bastien Montagne
2020-04-15Fix splash screen not showing button to load config from 2.83 into 2.90Brecht Van Lommel
2020-04-08UI: Splash Screen Language SelectionHarley Acheson
2020-03-28Fix T75088: Add tooltips for custom propertiesAaron Carlisle
2020-01-03Tool System: enable fallback tool by defaultCampbell Barton
2019-12-07Cleanup: remove unused argumentsCampbell Barton
2019-12-06Tool System: experimental fallback tool supportCampbell Barton
2019-11-15Keymap: pressing leader key (Alt) again closes tool promptCampbell Barton
2019-11-08Fix tool leader-key consuming mouse wheel eventsCampbell Barton
2019-11-03Merge branch 'blender-v2.81-release'Campbell Barton
2019-11-03Fix T71284: batch rename escape's dashesCampbell Barton
2019-10-31Fix tool leader-key in image spaceCampbell Barton
2019-10-28Tool System: Use tapping Alt as a leader key to switch toolsCampbell Barton