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
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
2019-01-15Cleanup: rename BKE_libblock_free_us to BKE_id_free_us.Bastien Montagne
2019-01-03Fix T57177: redo select random operator selects hidden objects.Brecht Van Lommel
2018-12-21Fix T57816: Crash when deleting recently orphaned collectionDalai Felinto
2018-12-13Cleanup: replace ifdef w/ stubCampbell Barton
2018-12-12Fix building w/o bulletCampbell Barton
2018-12-12Fix (unreported) Broken rigidbody requirements when adding objects to a RB co...Bastien Montagne
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Fix T57558: Outliner displaying same object twice in some cases.Bastien Montagne
2018-11-13Util to get collection UI nameDalai Felinto
2018-11-09Fix typo in assert that we do not delete master collection..Bastien Montagne
2018-10-29Fix T57372: Second full scene copy crashes on deletion.Bastien Montagne
2018-10-29Fix stupid multiple-call of same function in Collections remapping code.Bastien Montagne
2018-10-23Fix compiler error in WindowsAntonioya
2018-10-23Fix T57288: Assert when deleting duplicated collection (id->us == 0).Bastien Montagne
2018-10-19Outliner: Open empty collection when something is dragged into itJacques Lucke
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-10Fix T56717: crash removing/adding objects.Brecht Van Lommel
2018-09-03Fix T56622: crash and other bugs deleting scenes.Brecht Van Lommel
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-07-30Silencing a bunch of compiler warningsJoshua Leung
2018-07-09Fix T55868: duplicating collection instances fails sometimes.Brecht Van Lommel
2018-06-25Physics: update softbody and dynamic paint to get colliders from depsgraph.Brecht Van Lommel
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-20Objects: restore per object restrict view/render/select.Brecht Van Lommel
2018-06-19Remove rigid body from rbw->group when deletingSybren A. Stüvel