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-19Cleanup: spellingCampbell Barton
2022-09-08Silence warnings/assert about invalid embedded IDs for older blendfiles.Bastien Montagne
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell 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-10-08Cleanup: 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
2020-12-15Blenloader: Add utility function to write double arrayHans Goudey
2020-11-06Blenloader: access report list via apiJacques Lucke
2020-11-06Blenloader: expose BLO_reportf_wrap in apiJacques Lucke
2020-11-06Refactor: move Scene .blend data reading to IDTypeInfo callbackJacques Lucke
2020-11-06Refactor: move wmWindowManager .blend I/O to IDTypeInfo callbacksJacques Lucke
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-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-20Sanitize type 'size' parameters in our read/write file codeBastien Montagne
2020-09-11Refactor: move Volume .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-28Blenloader: add api function for accessing packedfile address mapJacques Lucke
2020-08-28Blenloader: new api function to check if reading is for undoJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-07-09Blenloader: make BLO_read_data_address work in C++Jacques Lucke
2020-06-06Blenloader: simplify list reading apiJacques Lucke
2020-06-05Blenloader: new write_struct_at_address api functionsJacques Lucke
2020-06-05Refactor: use compile time dna struct ids in blenloader apiJacques Lucke
2020-06-05Refactor: use new api for writing linestyle, cachefile, hair, pointcloud, vol...Jacques Lucke
2020-06-05Blenloader: New API that will be used for blenloader decentralizationJacques Lucke