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-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-02Proxies Removal: Handle conversion to liboverrides also for linked data.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-14Cleanup: resolve parameter mis-matches in doc-stringsCampbell Barton
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'blenloader'Campbell Barton
2021-12-02Blendread: Remove all instantiation logic from `BLO_library_link_` code.Bastien Montagne
2021-12-02Cleanup: Readfile: Remove deprecated `BLO_library_link_copypaste`.Bastien Montagne
2021-11-22BKE Link/Append: Use BLO's LibraryLink_Params.Bastien Montagne
2021-11-12Cleanup: use term sequence_strip instead of vse_stripCampbell Barton
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-21Cleanup: de-duplicate function to instantiate objectsCampbell Barton
2021-10-20Cleanup: spelling in commentsCampbell Barton
2021-10-19Fix T92224: Refactor of append code unexpectedly changed behavior with 'local...Bastien Montagne
2021-10-13Cleanup: use typedef struct for BLODataBlockInfo.Jeroen Bakker
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-09-28VSE: Implement sanity check for files with more channels than supportedDalai Felinto
2021-09-24LibOverride: Deprecate Proxies: Add auto-conversion on file load.Bastien Montagne
2021-09-24FileBrowser: Reduce Overhead Browsing Libraries.Jeroen Bakker
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-23LibLink Append: Expose 'reuse ID' through new BLO flag, and add basic tests.Bastien Montagne
2021-09-23Cleanup: eBLOLibLinkFlags: Add 'space' between `APPEND` flags and `INSTANCE` ...Bastien Montagne
2021-09-23Link/Append: Refactor flags.Bastien Montagne
2021-08-25T90908: Reduce loading times when extracting thumbnails from Blendfiles.Jeroen Bakker
2021-08-13Blendloader: Option to reports to skip list of recursively liboverride-resync...Bastien Montagne
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Fix linking code after own recent commit.Bastien Montagne
2021-06-24Cleanup: clang-format, spellingCampbell Barton
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-04-16Fix BLO_library_temp_load_id loading temporary ID's into G.mainCampbell Barton
2021-03-18BLO: Functions for temporarily loading a single datablockSybren A. Stüvel
2021-03-08readfile: add id_tag_extra argumentCampbell Barton
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-10-03Cleanup: rename main preferences versioning functionCampbell Barton
2020-10-02Fix userpref.blend using version from startup.blendCampbell Barton
2020-09-08Cleanup: naming for library link enumCampbell Barton
2020-09-08Refactor: move library linking arguments into a parameter structCampbell Barton
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-18No experimental feature (but debug ones) to work for blender beta/releaseDalai Felinto
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-23Cleanup: use doxy sections for BLI read/write headersCampbell Barton
2020-03-17Add experimental global undo speedup.Bastien Montagne