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-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
2019-10-28Merge branch 'blender-v2.81-release'Philipp Oeser
2019-10-28Fix T71037: batch rename bones in pose mode throws exceptionsPhilipp Oeser
2019-10-18Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-18Fix T65397: Assigning shortcut to editor properties gives errorsCampbell Barton
2019-10-14Merge branch 'blender-v2.81-release'Bastien Montagne
2019-10-14Update Py API link in help menu to point to version dir also in beta.Bastien Montagne
2019-10-12Cleanup: pep8Campbell Barton
2019-10-09Fix T70662: Batch rename adds "\" before "."Campbell Barton
2019-09-20UI: Incorrect info message after batch renameHimanshi Kalra
2019-09-16Fix part of T65397: accidentally assigning shortcuts gives errorsBrecht Van Lommel
2019-09-13UI: don't mark batch rename as internalCampbell Barton
2019-09-09Batch Rename: Rename Title Caps to Title CaseAaron Carlisle
2019-09-06WM: batch rename support for regex groupsCampbell Barton
2019-09-02WM: batch rename, regular expression supportCampbell Barton
2019-09-01WM: make find/replace default for batch renameCampbell Barton
2019-09-01WM: batch rename, material & object-data supportCampbell Barton
2019-08-31WM: batch rename operatorCampbell Barton
2019-08-20UI: add URL presetsCampbell Barton
2019-08-20Fix release notes showing twice in the splash-screenCampbell Barton
2019-08-14Cleanup: pep8, prefix unused argCampbell Barton
2019-08-14Custom Properties: allow changing the property UI to color picker.Alexander Gavrilov
2019-08-13Custom Properties: officially support int and float arrays in the UI.Alexander Gavrilov
2019-07-11API Doc link: make releases/RC's point to their own version of the doc.Bastien Montagne
2019-07-11Fix for RC release step to also point at 'current' API doc link.Bastien Montagne
2019-07-10Splash: use red heart icon for development fundBrecht Van Lommel
2019-07-10Fix release notes not showing in splash without recent filesBrecht Van Lommel
2019-07-05Use latest/version number for manual linksAaron Carlisle
2019-06-24Cleanup: clarify branch which shouldn't be possibleCampbell Barton
2019-06-24Fix T66074: Number shortcut for brushes doesn't workCampbell Barton
2019-06-24WM: add operator to set the tool by it's indexCampbell Barton
2019-06-20Fix T65922: Custom property errorCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12Hide from UI overridable option for custom properties.Bastien Montagne
2019-06-12WM: optionally override the context with a module for wm.context_toggleCampbell Barton
2019-05-14UI: Confirm dialog when closing an unsaved fileJacques Lucke
2019-05-10Fix T64434: error with save system info after recent changesGeorge Vogiatzis
2019-05-09Cleanup: unused args/vars/imports in bl_operatorsCampbell Barton
2019-05-07Cleanup: typo, tweak proportional edit checkCampbell Barton
2019-05-05UI: TooltipsWilliam Reynish
2019-04-16Cleanup: use keyword only args to rna_idprop_ui_createCampbell Barton
2019-04-16Python: add a utility function for creating custom properties.Alexander Gavrilov