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-06-17Refactor duplicate of data-blocks.Bastien Montagne
2020-06-16Cleanup: remove hierarchy parameter from `BKE_collection_duplicate`Bastien Montagne
2020-04-30Outliner: Add new delete operatorNathan Craddock
2020-04-25Fix: Selection syncing for outliner operatorsNathan Craddock
2020-04-09Collections: preserve exclude flag of child collections when unexcludingSzymon Ulatowski
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-03-25Cleanup: update doxy sectionsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-08Revert "Outliner: Allow deleting entire selection"Campbell Barton
2020-03-08Outliner: Allow deleting entire selectionNathan Craddock
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-11-11Fix T71452: instance collection to scene from outliner not incrementing colle...Philipp Oeser
2019-10-09Local Collections: Allow users to show hidden collectionsDalai Felinto
2019-09-02Cleanup: get rid of BKE_collection_master() useless accessor.Bastien Montagne
2019-07-09Fix (minor) some typos and other errors in UI messages.Bastien Montagne
2019-06-08Collections: Never change the collection views visibility when unhiding itDalai Felinto
2019-05-31Fix T64990: Isolate collection wrong reactionDalai Felinto
2019-05-15Outliner Restriction: Naming sanitization and iconDalai Felinto
2019-05-14UI: Improve naming for Collections Enable/DisableWilliam Reynish
2019-05-11Outliner Visibility UpdateDalai Felinto
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-12Fix (unreported) Outliner could add (link...) a collection to a linked scene/...Bastien Montagne
2019-03-12Fix T62488: Can delete collection from indirect linked library.Bastien Montagne
2019-03-12Fix (unreported) Outliner's New Collection adding local collection to linked ...Bastien Montagne
2019-03-12Cleanup: Outliner's Collection duplicate: don't check for visualization type ...Bastien Montagne
2019-03-12Fix (unreported) duplicated collection from linked scene would be parented to...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-01Outliner: Collections Duplicate - remove original duplicate operatorDalai Felinto
2019-03-01Outliner: Collection - Duplicate Hierarchy, and Duplicate Linked HierarchyDalai Felinto
2019-02-25Fix T60880: Assert deleting grease pencil object from outlinerCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17DNA: rename dup_* struct members to instance_*Campbell Barton
2019-02-16DNA: rename SpaceOops -> SpaceOutlinerCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-09Cleanup: Use ID_IS_LINKED instead of id.libDalai Felinto
2019-02-09Outliner visibility: Prevent changing linked objects and collectionsDalai Felinto
2019-02-09Outliner Visibility: Alt+H operator to unhide all objects and collectionsDalai Felinto
2019-02-09Outliner Visibility: H operator to hide collection or objectsDalai Felinto
2019-02-06Outliner visibility unification: Prevent master collection visibility to changeDalai Felinto
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06Cleanup: styleCampbell Barton
2019-02-06Outliner visibility unification: Implement 3 levels of viewport visibilityDalai Felinto
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-14Fix T60248: Crash duplicating collectionsCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton