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
2021-09-10Link/Append: Fix unreported obdata being instantiated even when already used ...Bastien Montagne
2021-09-09Cleanup: Readfile: cleanup some logic checks.Bastien Montagne
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-25Cleanup and remove SEQ_ALL_BEGIN macroSebastian Parborg
2021-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-07-27BlenRead: Add GHash-based search for already read linked IDs.Bastien Montagne
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-23Readfile: use CLOG instead of printf's.Bastien Montagne
2021-06-23Revert "Revert "Enhanced stats/reports for blendfile reading.""Bastien Montagne
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Revert "Enhanced stats/reports for blendfile reading."Brecht Van Lommel
2021-06-22Enhanced stats/reports for blendfile reading.Bastien Montagne
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-06-04BlenLoad: Ensure linked IDs are properly sorted.Bastien Montagne
2021-05-06Cleanup: VSE: move functions from incorrect fileRichard Antalik
2021-05-04Fix T87489: Text Data-Blocks get deleted on Recursive PurgeSebastian Parborg
2021-04-20Core: Add do_versions file for 3.0Falk David
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-03-25Fix T86853: Critical bug in write code of CacheFile ID.Bastien Montagne
2021-03-15LibOverride: Add checks to address some degenerate blend file casesBastien Montagne
2021-03-15Cleanup: rename G_FILE_RECOVER -> G_FILE_RECOVER_READCampbell Barton
2021-03-12Cleanup: const warningCampbell Barton
2021-03-12Fix heap buffer overflow appending/linking from a blend fileSybren A. Stüvel
2021-03-11Fix (unreported): crash on undo when using pinned id in spreadsheetJacques Lucke
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-08Cleanup: rename offs to offsetCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2021-02-27Fix T86028: Crash when loading file with missing libraries.Bastien Montagne
2021-02-26UX: Readfile: Libraries error messages: avoid wall of warnings.Bastien Montagne
2021-02-24Fix T85947: Missing check of master collection for objects being instanced.Bastien Montagne
2021-02-13Cleanup: spellingCampbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-08Fix (studio-reported) crash in readfile code.Bastien Montagne
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2020-12-19Cleanup: Split SEQ_sequencer.h fileRichard Antalik
2020-12-19Cleanup: Rename BKE_sequencer functionsRichard Antalik
2020-12-15Asset System: Prepare File Browser backend for the Asset BrowserJulian Eisel
2020-12-15Asset System: Support custom asset library paths through PreferencesJulian Eisel
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-04Cleanup: Move Outliner runtime hash into internal runtime struct, out of DNAJulian Eisel
2020-11-06Cleanup: remove unused includes in readfile.c and writefile.cJacques Lucke
2020-11-06Cleanup: fix naming and remove unnecessary codeJacques Lucke