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-09-29Fix bpy.utils.script_paths() ignoring environment variablesCampbell Barton
2022-09-21Fix module search path for Python on initializationCampbell Barton
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-04-07Cleanup: remove incorrect commentSybren A. Stüvel
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-10-23Docs: Fixes and improvements in API documentationXavier Cho
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-06-04Update Camera presetsFynn Grotehans
2021-05-13PyAPI Docs: Cleanup FormattingAaron Carlisle
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-08Cleanup: use '_' prefix for internal bpy.ops variablesCampbell Barton
2020-10-08PyAPI: use real modules for bpy.opsCampbell Barton
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-09-17Fix T63651: ImagePreviewCollection.new,load don't work as documentedCampbell Barton
2020-09-14Fix T80694: Crash reloading scripts from the Python consoleCampbell Barton
2020-09-01PyAPI: expose 'bl_options' for operators in bpy.opsCampbell Barton
2020-07-17Cleanup: remove f-string use in favor of percentage for formattingCampbell Barton
2020-06-26Cleanup: use percentage formattingCampbell Barton
2020-04-21Fix: Incorrect f-string in previews.pyJacques Lucke
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-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