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
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
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-01"Fix" crash when deleting linked object which has indirect usages.Bastien Montagne
2016-07-01Outliner: pass operator's reports to all operation callbacks.Bastien Montagne
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-06-22ID-Remap, step two: add some user-level tools.Bastien Montagne
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-02-09Fix T47368: Crash re-linking object to sceneCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-12-19Add a void 'user_data' memeber to Outliner's callbacks.Bastien Montagne
2015-12-12Cleanup: style/spellingCampbell Barton
2015-12-01Outliner: add an option to "delete" libraries.Bastien Montagne
2015-11-09Fake user: add BKE_library helpers to set/clear that flag.Bastien Montagne
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-11-02Library API: pass Main struct to unlink functionsCampbell Barton
2015-10-22Fix T46561: Crash in outliner delete hierarchyCampbell Barton
2015-08-14Fix unnecessarily added undo steps when deleting only sceneJulian Eisel
2015-08-14Outliner: Context menu for scenesPhilipp Oeser
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-05-04Add name argument to data creation API callsCampbell Barton