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-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-30LibLink/Append: Port `bpy.data.libraries.load` to new `BKE_blendfile_link_app...Bastien Montagne
2021-11-11Fix (unreported) bad handling of reports in `libraries.load` code.Bastien Montagne
2021-07-15Library loading: Fix access of out-of-scope memory in py context managerSybren A. Stüvel
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: update clang-format so PyObject_HEAD indents properlyCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-03-12Cleanup: remove workaround for MSVC PyTypeObject declarationsCampbell Barton
2021-03-08PyAPI: add bpy.types.BlendFile.temp_data for temporary library loadingCampbell Barton
2021-03-08readfile: add id_tag_extra argumentCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-03-04PyAPI: use methods for bpy.data.libraries.load & writeCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2021-02-12PyAPI: remove Python 3.7x compatibility codeCampbell Barton
2021-02-04PyAPI: correct docstringCampbell Barton
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2020-12-08Cleanup: Correct an own earlier commit to use an existing utility functionJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-11-11Cleanup: clang-formatCampbell Barton
2020-11-11Cleanup: use preprocessor version check for PyTypeObject declarationCampbell Barton
2020-10-15Cleanup: rename BPy_GetContext -> BPY_context_getCampbell Barton
2020-09-08Refactor: move library linking arguments into a parameter structCampbell Barton
2020-08-20Cleanup: use const variables where possible in the Python APICampbell Barton
2020-08-07Cleanup: Python, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-29PyAPI: use bpy_rna_types_capi.c to set type methodsCampbell Barton
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-10-16Cleanup: warnings building with Python 3.8Campbell Barton
2019-06-21Cleanup: spelling, grammar, and other correctionsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: avoid adjacent C-style commentsCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-12-18Fix paste/append w/ local-viewCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-06-05Merge branch 'master' into blender2.8Bastien Montagne
2018-06-05Cleanup: use new accessors to blendfile path (Main.name).Bastien Montagne
2018-05-18Collections and groups unificationBrecht Van Lommel
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton