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-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'blenloader'Campbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-08-21Refactor low-level blendfile reading into separate filesLukas Stockner
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-20Core: Add do_versions file for 3.0Falk David
2021-03-08readfile: add id_tag_extra argumentCampbell Barton
2021-03-08Cleanup: rename offs to offsetCampbell Barton
2021-02-26UX: Readfile: Libraries error messages: avoid wall of warnings.Bastien Montagne
2021-02-18Cleanup: sort structs, file-listsCampbell 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-16Cleanup: remove redundant struct declarationsCampbell Barton
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-11-06Refactor: move Object .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-11-06Blenloader: expose BLO_reportf_wrap in apiJacques Lucke
2020-10-30Refactor: move Area .blend I/O to blenkernelJacques Lucke
2020-10-03Cleanup: rename main preferences versioning functionCampbell Barton
2020-10-02Fix (unreported) design flow in how workspace's relation data are read from ....Bastien Montagne
2020-09-29DNA: optimize struct reconstruction by doing some preprocessingJacques Lucke
2020-09-20Fix broken Windows buiilds after own recent commit in read/write code.Bastien Montagne
2020-09-20Sanitize type 'size' parameters in our read/write file codeBastien Montagne
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-06Cleanup: readfile: remove old deprecated OldNewMap for runtime caches.Bastien Montagne
2020-07-03Readfile/Undo: initial refactor of cache preservation code.Bastien Montagne
2020-05-26Cleanup: Create afterliblink doversion for 2.90... and move relevant code there.Bastien Montagne
2020-04-16UV: support changing the opacity of the UV overlayCampbell Barton
2020-04-07Cleanup: don't use global variable for test if IDs are identicalBrecht Van Lommel
2020-03-20Cleanup: sort file, struct listsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17Add experimental global undo speedup.Bastien Montagne
2019-11-18Fix building on NetBSDCampbell Barton
2019-08-14Eevee: Remove Additive & Multiply Blend modeClément Foucault
2019-04-24Cycles: move shader node versioning code to CBrecht Van Lommel
2019-04-24Nodes: better integrate node init and versioning in file readingBrecht Van Lommel
2019-04-24Haiku: build fixCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19readfile: add off64_t typedef for __APPLE__Campbell Barton
2019-03-19Fix T62707: opening blend files over 2gb on win32 failsCampbell Barton
2019-03-03Cleanup: rename FileData.listbase -> bhead_listCampbell Barton
2019-02-24readfile: use regular file access when not a gzipCampbell Barton
2019-02-22readfile: support blend files over 2gbCampbell Barton
2019-02-22readfile: reduce memory usage at load timeCampbell Barton
2019-02-22Cleanup: rename seek to file_offsetCampbell Barton
2019-02-22Cleanup: make BHeadN private in readfile.cCampbell Barton