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-04-08Cleanup: separate format-units for Python argument parsingCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2021-09-01Cleanup: use "pyrna_enum_*" prefix for RNA utility functionsCampbell Barton
2021-09-01Cleanup: move RNA utility functions into a generic moduleCampbell Barton
2021-08-09Cleanup: spelling in commentsCampbell Barton
2021-07-22Fix T89733: Py API: bpy.data.orphans_purge argument parsingYann Lanthony
2021-07-08Docs: Fix minor incorrect syntax errorsnutti
2021-06-08PyAPI: use keyword only argumentsCampbell Barton
2021-02-25Py API: update `bpy.data.orphans_purge` to support new options.Bastien Montagne
2020-12-22RNA: make `bpy.data.orphans_purge()` return number of deleted datablocksSybren A. Stüvel
2020-07-10Cleanup: spellingCampbell Barton
2020-05-29PyAPI: use bpy_rna_types_capi.c to set type methodsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-03-06Cleanup: spellingCampbell Barton
2020-02-20Cleanup: use named unsigned types in the Python APICampbell Barton
2020-02-13Py API: Add `orphans_purge` helper to `bpy.data`.Bastien Montagne
2020-02-13Fix (unreported) private/embedded IDs being added to `bpy.data.user_map()` dict.Bastien Montagne
2020-02-13Fix (unreported) fully broken `bpy.data.user_map()` helper.Bastien Montagne
2020-02-13Cleanup old special cases from some libquery callbacks.Bastien Montagne
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-29Cleanup: comments (long lines) in pythonCampbell Barton
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-18Cleanup: Main id looping: add FOREACH_MAIN_LISTBASE macro.Bastien Montagne
2019-02-18Fix (unreported) wrong handling of some parameters combination in `bpy.data.u...Bastien Montagne
2019-02-18ID Management Py API: Fix (unreported) crash in some cases.Bastien Montagne
2019-02-18ID management: use FOREACH_MAIN_ID in some places.Bastien Montagne
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-24Fix T60350: Removed objects that are still in the outliner will crash Blender.Bastien Montagne
2019-01-16Expose batch IDs deletion in python API.Bastien Montagne
2019-01-07Cleanup: fix typo.Bastien Montagne
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-06-22Cleanup: get rid of last G.main's in bpy area.Bastien Montagne
2017-11-29Cleanup: rename bpy_util -> bpy_capi_utilsCampbell Barton
2017-10-05PyAPI: fast keyword parsing for bpy modulesCampbell Barton
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2016-09-15Fix Py's IDs user mapping: do not consider ShapeKeys' from here.Bastien Montagne
2016-09-15Fix Py's IDs user mapping: do not consider proxy_from here.Bastien Montagne
2016-09-13Fix bpy.data.user_map() ignoring unused datablocks.Bastien Montagne
2016-07-31PyAPI: minor optimization for dictionary creationCampbell Barton
2016-03-24Rework library_query foreach looper - add optional recursivity.Bastien Montagne