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-28Error in last comment (redundant assignment)Campbell Barton
2020-01-28Fix T69213: App-Template doesn't run scripts in BLENDER_USER_SCRIPTSCampbell Barton
2020-01-27Fix T73409: error deleting preset saved on different drive than Blender installBrecht Van Lommel
2019-11-01Fix python error when trying to delete presetsSebastian Parborg
2019-10-31Cleanup: comments for is_path_builtinCampbell Barton
2019-10-30Fix T59065: Blender default keyset is deletable by user!Sebastian Parborg
2019-10-28PyAPI: change behavior of bpy.path.module_namesCampbell Barton
2019-08-15Fix T68014: Add-on's override Python built-in modulesCampbell Barton
2019-08-11Cleanup: spellingCampbell Barton
2019-07-23Fix T63775: Toolbar icons ignore BLENDER_SYSTEM_DATAFILESCampbell Barton
2019-06-19Fix T65398 - Fix frame rate base use in Python SMPTE functionsRichard Antalik
2019-06-13Cleanup: tweak logic for skipping modulesCampbell Barton
2019-06-04Fix (unreported) missing updates in scripts/docs after `scene.update()` removal.Bastien Montagne
2019-05-09Fix bpy.utils.script_paths ignoring user_pref argCampbell Barton
2019-05-09Cleanup: unused args/vars/imports in modulesCampbell Barton
2019-03-17Cleanup: unused variablesCampbell Barton
2019-03-15Tool System: add tool registration APICampbell Barton
2019-02-14Fix T61497: Old keymap causes error on startupCampbell Barton
2019-01-25Fix UI extension removalCampbell Barton
2019-01-05UI: Preferences Redesign Part 2Severin
2018-12-21RNA: naming, user-preferences -> preferencesCampbell Barton
2018-11-28Tool System: remove custom tool registrationCampbell Barton
2018-11-18PyAPI: add bpy.utils.execfileCampbell Barton
2018-11-16WM: fix hard coded renameCampbell Barton
2018-11-13Keymaps: refactor loading of default keymap, fix bugs.Brecht Van Lommel
2018-11-09Keymap: skip loading the keymap preset in background modeCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-10-18PyAPI: Support for custom tool registrationCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: use brief description for operator reprCampbell Barton
2018-09-13Merge branch 'master' into blender2.8Campbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-09-03Merge branch 'master' into blender2.8Bastien Montagne
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-12PyAPI: remove bpy.utils.register_moduleCampbell Barton
2018-07-07Keymap: support for reading/writing keymaps as dataCampbell Barton
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Merge branch 'master' into blender2.8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-06-30Merge branch 'master' into blender2.8Campbell Barton
2018-06-30Cleanup: use f-stringCampbell Barton
2018-04-20Limit updates to active view layer onlySergey Sharybin
2018-02-27merge from masterGaia Clary
2018-02-26Fix T54029: Wrong preset name display in win32Campbell Barton
2018-01-14Merge branch 'master' into blender2.8Campbell Barton
2018-01-14Fix T53772: Presets don't support colonsCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-11-29Cleanup: Python importsCampbell Barton