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-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
2019-05-23BKE Collection: Add new function to rebuild parent relationships.Bastien Montagne
2019-05-21Fix T64763: 'Make Proxy' creates Proxy within linked Collection.Bastien Montagne
2019-05-19Cleanup: doxygen parametersCampbell Barton
2019-05-15Outliner Restriction: Naming sanitization and iconDalai Felinto
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-03-24Cleanup: redundant use of string formatting functionsCampbell Barton
2019-03-15Fix T62313 - No way to remove object from master collection in 3d viewDalai Felinto
2019-03-12BKE Collections: add helper to find the scene of a master collection.Bastien Montagne
2019-03-08Partially revert "Collection duplication from Outliner: add a 'duplicate hier...Bastien Montagne
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-06Collection duplication from Outliner: add a 'duplicate hierarchy' operation.Bastien Montagne
2019-03-06Cleanup: remove no-op BKE_collection_copy_full().Bastien Montagne
2019-03-06Fix T62613: In duplicated collections objects loses patrenting.Bastien Montagne
2019-03-03Refactor duplicate code for collections.Bastien Montagne
2019-03-01Outliner: Collection - Duplicate Hierarchy, and Duplicate Linked HierarchyDalai Felinto
2019-02-26Cleanup: Spelling in commentSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-15Fix T61567: Object loose its rigid body data when moving to collectionDalai Felinto
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Cleanup: typo in comment.Bastien Montagne
2019-02-05Cleanup: replace BKE_id_copy_ex by BKE_id_copy where possible.Bastien Montagne
2019-02-05Cleanup: BKE_library: rename id_copy to BKE_id_copy.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: rename BKE_libblock_delete to BKE_id_delete.Bastien Montagne