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
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
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-03-06Cleanup: Collection: Move to IDTypeInfo, and remove unused BKE API.Dalai Felinto
2020-03-04Refactor ID make local to use a single flag parameter.Bastien Montagne
2020-03-04Cleanup: ID make local: remove `id_in_bmain` argument.Bastien Montagne
2020-03-04Cleanup: Rename 'make local' functions to new scheme.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-01-17Fix memory leak when full-copying a scene after recent changes.Bastien Montagne
2019-10-15Fix T69644 / T68586: objects flag unsynced when drag hidden collectionsDalai Felinto
2019-10-04Fix assert when deleting a RBW constraint object.Bastien Montagne
2019-09-02DatablockManagement: Cleanup: get rid of `BKE_collection_copy_master()`.Bastien Montagne
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-09-02Make Scene Master collection 'Private' ID data, like root nodetrees.Bastien Montagne
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-07-30Fix T66629: Library override - fails when armature and mesh are in separate c...Bastien Montagne
2019-07-16Fix T66944: Rigid Body Constraint in duplicated collection is not added to Ri...Bastien Montagne
2019-06-20Fix T64705: can't drive object visibility in collection instancesBrecht Van Lommel
2019-06-17Fix T65674: Rigid bodies in duplicated collections are not automatically adde...Bastien Montagne
2019-06-11Fix T64430: Removing objects from sub-collection doesn't update instances of ...Bastien Montagne
2019-06-05Fix T65502: Crash when moving Collection into disabled CollectionDalai Felinto
2019-05-27Fix T63173: Dragging hidden collection inside a visible one unhides itDalai Felinto