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-15BLO: move blenloader to C++Jacques Lucke
2022-05-17Cleanup: use term 'filepath' for full file pathsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: make file headers more consistentCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2021-12-08Cleanup: move public doc-strings into headers for 'blenloader'Campbell Barton
2021-11-06Nodes: add preview image storage to node groupJacques Lucke
2021-09-24FileBrowser: Reduce Overhead Browsing Libraries.Jeroen Bakker
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-25T90908: Reduce loading times when extracting thumbnails from Blendfiles.Jeroen Bakker
2021-06-24Fix linking code after own recent commit.Bastien Montagne
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-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-02-05Fix missing preview images for actions when browsing in external filesJulian Eisel
2021-02-04PyAPI: correct docstringCampbell Barton
2021-02-03BPY: allow `bpy.data.libraries.load()` to filter out non-asset data-blocks.Bastien Montagne
2020-12-15Asset System: Various changes to previews in preparation for Asset BrowserJulian Eisel
2020-12-15Asset System: Data-block asset metadata storage, reading and APIJulian Eisel
2020-12-08Cleanup: Use guarded allocator for data-block names returned from file readingJulian Eisel
2020-09-29DNA: use better type for SDNA->structsJacques Lucke
2020-08-07Cleanup: Blenloader, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-06Runtime cache preservation during undo: add support for nodes and embedded IDs.Bastien Montagne
2020-07-03Clang-Tidy: enable readability-named-parameterJacques Lucke
2020-07-03Move Scene's cache management during undo to new system.Bastien Montagne
2020-07-03Move volume to new cache management system for undo.Bastien Montagne
2020-07-03Move bSound cache handling during undo to new system.Bastien Montagne
2020-07-03Readfile/Undo: initial refactor of cache preservation code.Bastien Montagne
2020-05-25Fix T73164: Undo does not always properly clear no-more-used library data.Bastien Montagne
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
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-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-29Cleanup: comments (long lines) in misc librariesCampbell Barton
2019-04-22Cleanup: style, use braces for blenloaderCampbell Barton
2019-04-21Cleanup: comments (long lines) in blenloaderCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Fix wrong memory handling in own rB93633efe69ca.Bastien Montagne
2019-03-11Fix (unreported) broken ID previews reading.Bastien Montagne
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-27DNA: rename Lamp -> LightCampbell Barton
2019-02-22Missed last commitCampbell Barton
2019-02-22Cleanup: rename readfile API functionsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton