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-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2021-01-26Cleanup: Declare variables where initializedHans Goudey
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-11Fix Embedded IDs creation bypassing ID management completely.Bastien Montagne
2021-01-05Cleanup: typos (repeated words)Campbell Barton
2020-12-11Fix T83050: Crash dragging shared collection to master collectionHans Goudey
2020-11-30Fix (unreported) broken logic in `BKE_collection_add_from_collection`.Bastien Montagne
2020-11-16Merge branch 'blender-v2.91-release'Hans Goudey
2020-11-16Fix T82439: Crash moving collections between scenesHans Goudey
2020-11-04Fix T82384: Custom Properties for ShaderNodeTree do not save in blend files.Bastien Montagne
2020-11-04Fix (unreported) memory leak when freeing Master collections.Bastien Montagne
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-29Refactor: move Collection .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-10-10Fix T81545: Moving nested collections changes view layer flagsHans Goudey
2020-10-08Cleanup/refactor: move init of MovieClip to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: move init of Collection to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-09-16Fix tests after adding collection color taggingNathan Craddock
2020-09-15Collections: Add color taggingNathan Craddock
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-20Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-20Fix T79931: Infinite loop in scene "Full Copy" in 2.90.Bastien Montagne
2020-08-11Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-11Fix T79692: Full copy of scene makes Blender freeze if there is content direc...Bastien Montagne
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-20Fix T78960: 2.83.2 not opening a 2.82a project correctly.Bastien Montagne
2020-07-15BKE collection: add util to add a collection using another collection as 'tem...Bastien Montagne
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-01Cleanup: spellingCampbell Barton
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-25Cleanup: spellingCampbell Barton
2020-06-17ID Duplicate: Factorize a lot the code.Bastien Montagne
2020-06-17ID Duplicate: uniformize Action duplication.Bastien Montagne
2020-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Cleanup: use explicit enum type for duplicate option of `BKE_object_duplicate`Bastien Montagne
2020-06-16Cleanup: remove hierarchy parameter from `BKE_collection_duplicate`Bastien Montagne
2020-06-16Cleanup: get rid of `BKE_collection_copy`.Bastien Montagne
2020-06-16Cleanup: doxy sections for camera, collections, text & seqmodifierCampbell Barton
2020-06-15Fix crash when opening some old/broken .blend files after recent fix.Bastien Montagne
2020-06-15Fix T77460: Easy to create cyclic dependencies in collections and crash Blender.Bastien Montagne
2020-06-11Fix possibility to add objects in override collections.Bastien Montagne
2020-06-10Add proper handling of liboverrides to Scene deep copy.Bastien Montagne
2020-06-10Make `BKE_collection_duplicate able to handle master collections.Bastien Montagne
2020-06-10Enable (deep) copy of overrides.Bastien Montagne
2020-06-02Library Overrides: Don't move collections to Scene Collection when overridingJulian Eisel
2020-05-20Refactor: Move collection foreach_id to new IDTypeInfo structure.Bastien Montagne
2020-04-14Fix T75629: Disallow dragging collection instance into itselfVincent Blankfield
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto