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
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
2017-09-14Fix T52442: bl_app_templates_system not workingCampbell Barton
2017-09-04PyAPI: Add bpy.utils.register_classes_factoryCampbell Barton
2017-07-27Fix factory setup using user scripts path stillCampbell Barton
2017-07-25PyAPI: Skip user scripts w/ factory-startupCampbell Barton
2017-07-25PyAPI: utility for creating register, unregisterCampbell Barton
2017-03-29PyAPI: minor path init simplificationCampbell Barton
2017-03-26Cleanup: line length, assignmentCampbell Barton
2017-03-26Cleanup: simplify script path assignmentCampbell Barton
2017-03-26PyAPI: debug-python check for missing class registerCampbell Barton
2017-03-25WM: Application TemplatesCampbell Barton