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-02-09Outliner Visibility: H operator to hide collection or objectsDalai Felinto
2019-02-09Outliner visibility: Ctrl to isolate objectDalai Felinto
2019-02-08Outliner: Purge: correct tooltip, add more info for user.Bastien Montagne
2019-02-08Fix T61287: Object restrict viewport ignored in instanced collectionDalai Felinto
2019-02-08TypoPablo Vazquez
2019-02-08UI: Icons for some Outliner context menu operationsPablo Vazquez
2019-02-07Cleanup: sort struct blocks, descriptionCampbell Barton
2019-02-07Outliner: modernize Purge operator.Bastien Montagne
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-05Outliner: eyes for collection affect collection visibilityDalai Felinto
2019-02-05Outliner: Gray out collections only when they are invisibleDalai Felinto
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Outliner: Enable new faster 'Delete Hierarchy' code by default.Bastien Montagne
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-22Fix T60602: outliner pose bone selection does not update in viewport.Sebastian Parborg
2019-01-17Add experimental batch-delete of hierarchy to Outliner.Bastien Montagne
2019-01-16Outilner: pass userdata void pointer to outliner_do_object_operation_ex().Bastien Montagne
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Cleanup: rename BKE_libblock_delete to BKE_id_delete.Bastien Montagne
2019-01-14UI: fix horizontal scrollbar overlapping last item.Harley Acheson
2019-01-14Fix T60248: Crash duplicating collectionsCampbell Barton
2019-01-10Clenaup: remove unused EM_WAITCURSORCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2019-01-04Outliner: better support for clips/masks ('Blender File' view)Philipp Oeser
2019-01-04Fix T60068: missing viewport update when renaming objects in outliner.Sebastian Parborg
2018-12-31Outliner: expand view layer collections by default, revealing objects.Brecht Van Lommel
2018-12-31UI: icon set updates by Andrzej Ambroz.William Reynish
2018-12-30Cleanup: remove non-existing function declarationsCampbell Barton
2018-12-27Cleanup: use unsigned char (change previous commit)Campbell Barton
2018-12-14Preferences: add option for header positionCampbell Barton
2018-12-13Fix T59125: Outliner does not show view layer countJacques Lucke
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-07Fix adding objects in local viewCampbell Barton
2018-12-07Fix T58871: New Scene Collection Does Not Create A New CollectionDalai Felinto
2018-11-30Merge branch 'master' into blender2.8Campbell Barton
2018-11-30Cleanup: name macros w/ matching BEGIN/ENDCampbell Barton
2018-11-28Outliner/visibility: revert changes for now until we find better solutions.Brecht Van Lommel
2018-11-28Outliner: Do not gray out empty collectionsDalai Felinto
2018-11-28Remove eye column from the outlinerDalai Felinto
2018-11-27Fix outliner click select with tablets, after recent changes.Brecht Van Lommel
2018-11-15Fix T57831: Crash with multi-select / delete of the same object in Collection...Bastien Montagne
2018-11-14Lamps: Remove HEMI light typeClément Foucault