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
2018-02-02Collections: Operator to duplicate a collectionDalai Felinto
2018-02-02Collections: Operator to select collection objectsDalai Felinto
2018-01-31Outliner: Fix crash when invoking operators of a collection or groupGermano
2018-01-29Outliner: Moving object context menu to Python, and adding hierarchyDalai Felinto
2018-01-29Outliner: Remove Toggle options from object RMBDalai Felinto
2018-01-18Outliner: Rename "Active View Layer" > "View Layer"Dalai Felinto
2018-01-18Outliner: Keep header operator-free and edit menu cleanupDalai Felinto
2018-01-16Static overrides API: add functions to create overrides from several databloc...Bastien Montagne
2018-01-03Outliner: Right mouse menu for collections editingDalai Felinto
2017-12-11Add 'Add static override' to outliner's menus.Bastien Montagne
2017-12-01Groups and collection: create group from collectionDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-20Fix T53342: Outliner 'select hierarchy' brokenCampbell Barton
2017-11-09Farewell Scene->basactDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-26Fix small Python/typo on "Outliner Collection Operation"Dalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-15Merge branch 'master' into blender2.8Bastien Montagne
2017-06-15Cleanup: make Group Unlink outliner action use `BKE_libblock_delete() too.Bastien Montagne
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-06-01Main Workspace IntegrationJulian Eisel
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-31Fix T51680: 'Delete Group' from Group view of Outliner does not work.Bastien Montagne
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-29Fix T51625: fix impossibility to delete uninstantiated objects from Outliner.Bastien Montagne
2017-04-24Bring back outliner hierachy deleteDalai Felinto
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-16Merge branch 'master' into blender2.8Bastien Montagne
2017-03-16Fix missing undo pushes in outliner's new datablock management operations.Bastien Montagne
2017-02-28Outliner: "All Collections" mode showing the master collection hierarchyJulian Eisel
2017-02-22Cleanup: StyleJulian Eisel
2017-02-17Layer/Outliner: add a few operators that I need for the video demoDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-05Merge branch 'master' into blender2.8Julian Eisel
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-10-16Merge branch 'master' into blender2.8Julian Eisel
2016-10-16Cleanup: Unused parameters in OutlinerJulian Eisel
2016-10-16Outliner: Rework element selection behaviorJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-07-22fix enum type / values mismatchMike Erwin
2016-07-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-14Cleanup: Use BKE_scene_base_add for creating basesJulian Eisel