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
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-04-05Cleanup: fix various typosBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-17cleanup: fix typos in comments and docsluzpaz
2021-11-09Expose BLI_string_flip_side_name as bpy.utils.flip_nameDemeter Dzadik
2021-09-21Keymap: preference for fallback-tool with RMB selectCampbell Barton
2021-08-26ToolSystem: support per-tool gizmo group propertiesCampbell Barton
2021-08-09Cleanup: remove redundant importsCampbell Barton
2021-07-06Cleanup: pep8Campbell Barton
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-02-19PyAPI: bpy.utils.execfile temporarily overrides the __main__ moduleCampbell Barton
2021-02-16Fix reloading preferences ignoring 'script_directory'Campbell Barton
2021-02-04Fix T79822: Custom preset casing not preservedAnkur Deria
2021-02-04Presets: Cleanup preset namingNathan Craddock
2020-12-10PyAPI: add bpy.utils.unescape_identifierCampbell Barton
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-09-14Fix T80694: Crash reloading scripts from the Python consoleCampbell Barton
2020-07-17Cleanup: remove f-string use in favor of percentage for formattingCampbell Barton
2020-03-27Fix T66655: Add-on tool keymap not working after restartCampbell Barton
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-08-15Fix T68014: Add-on's override Python built-in modulesCampbell 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-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-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-07-12PyAPI: remove bpy.utils.register_moduleCampbell Barton
2018-07-07Keymap: support for reading/writing keymaps as dataCampbell Barton
2018-07-03Cleanup: pep8Campbell 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