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-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-11-01Fix T92629: Crash on mesh separate after rB43bc494892c3.Bastien Montagne
2021-10-29IDManagement: Remove deprecated `BKE_libblock_relink_to_newid` usages.Bastien Montagne
2021-10-26Cleanup: clang-formatBrecht Van Lommel
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-09-30Fix T90246: Full Copy'ing a scene confuses physics in the original scene.Bastien Montagne
2021-08-24Fix T90840: Can't duplicate or copy (Ctrl-C) object from linked file.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-11Cleanup: rename BKE_collection_{free => free_data}Campbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-07-28Remove the code in `BKE_collection_move` to preserve LayerCollection flags.Bastien Montagne
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-06Rename Scene's embeded collections from "Master Collection" to "Scene Collect...Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-09Cleanup: spelling in commentsCampbell Barton
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-03IDManagement: Collection: Fix several issues in relationships building code.Bastien Montagne
2021-05-31Fix (studio-reported) crash in collection management code.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-27Cleanup: remove duplicate LIB_TAG_NEW untag codeErik Abrahamsson
2021-04-26Depsgraph: support depending on collection geometryJacques Lucke
2021-04-23Fix bug/crash in ID bulk deletion code.Bastien Montagne
2021-04-09Cleanup: use our own code style for doxy-gen comment blocksCampbell Barton
2021-04-09Fix use of uninitialized memory in BKE_scene_objects_as_gsetCampbell Barton
2021-04-08Minor cleanup to `scene_collection_array`.Bastien Montagne
2021-04-08BKE_collection: Add a util returning a gset with all objects in given scene's...Bastien Montagne
2021-04-08Cleanup: Typos in comments.Bastien Montagne
2021-04-02Cleanup: Use const argumentsHans Goudey
2021-03-22Fix T86741: Remapping could create doublons of collections in hierarchy.Bastien Montagne
2021-03-18Fix T86594: Overrides: Possible collection "duplication".Bastien Montagne
2021-03-16Grease Pencil: Add LineArt modifierYimingWu
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
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