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-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
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-13Util to get collection UI nameDalai Felinto
2018-11-09Fix crash when renaming metaballsDalai Felinto
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Cleanup: Remove 'BKE_library.h' include from 'BKE_main.h'Bastien Montagne
2018-11-02Fix issues with hide/restrict icons after recent changes.Brecht Van Lommel
2018-10-31UI: icon set updates by Andrzej Ambroz.William Reynish
2018-10-30Fix outliner scrollbar overlapping icons.Roel Koster
2018-10-29UI: icon set updates Andrzej Ambroz, and various fixes.William Reynish
2018-10-28GP: Refactor Instance modifier and rename to ArrayAntonioya
2018-10-23Cleanup: style, warningCampbell Barton
2018-10-22Outliner: drag&drop - separate moving from parentingJacques Lucke