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-08-21Add support for Zstandard compression for .blend filesLukas Stockner
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
2021-08-19Undo: Clear more ID runtime data on filewrite.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-10Cleanup: move endian values from BKE_global into BLI_endian_definesCampbell Barton
2021-03-15Writefile: only include recovery info in auto-save & quit.blendCampbell Barton
2021-03-04Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.Bastien Montagne
2020-12-15Blenloader: Add utility function to write double arrayHans Goudey
2020-12-15Asset System: Support custom asset library paths through PreferencesJulian Eisel
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-12Cleanup: spellingCampbell Barton
2020-11-06Cleanup: remove unused includes in readfile.c and writefile.cJacques Lucke
2020-11-06Cleanup: fix naming and remove unnecessary codeJacques Lucke
2020-11-06Refactor: move Object .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-06Refactor: move Pose .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move Constraint .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move MotionPath .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move gpencil modifier .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move modifier .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move ShaderFx .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move ParticleSystem .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move Scene .blend writing to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move PointCache .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move sequencer modifier .blend I/O to sequencer moduleJacques Lucke
2020-11-06Refactor: move color settings .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move LightCache .blend I/O to eevee_lightcache.cJacques Lucke
2020-11-06Refactor: move remaining ViewLayer .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: remove unnecessary functionJacques Lucke
2020-11-06Refactor: move Paint .blend I/O to blenkernelJacques Lucke
2020-11-06Refactor: move wmWindowManager .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-02UI: Enable writing global area data (top-bar, status-bar) to .blend'sJulian Eisel
2020-11-01Rename BKE_sequencer.hRichard Antalik
2020-10-30Refactor: move WorkSpace .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-30Refactor: move bScreen .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-30Refactor: move Area .blend I/O to blenkernelJacques Lucke
2020-10-30Refactor: move view3dshading .blend I/O to blenkernelJacques Lucke
2020-10-30Refactor: move ParticleSettings .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-29Refactor: move Collection .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-29DNA: use better type for SDNA->structsJacques Lucke
2020-09-21Implement ID properties support for TimeMarkerSergey Sharybin
2020-09-20Sanitize type 'size' parameters in our read/write file codeBastien Montagne
2020-09-15Cleanup: spellingCampbell Barton
2020-09-14Fix T78392: [2.83.5, 2.90, 2.91] Crash on undo/ redo after changing modes.Bastien Montagne