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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-06Cleanup: use outliner_flag_* name prefixCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-04-10Cleanup: remove unused flagCampbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2017-11-20Fix T53342: Outliner 'select hierarchy' brokenCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-06-15Cleanup: make Group Unlink outliner action use `BKE_libblock_delete() too.Bastien Montagne
2017-05-31Fix T51680: 'Delete Group' from Group view of Outliner does not work.Bastien Montagne
2017-05-29Fix T51625: fix impossibility to delete uninstantiated objects from Outliner.Bastien Montagne
2017-03-16Fix missing undo pushes in outliner's new datablock management operations.Bastien Montagne
2017-01-04Fix T50369: Objects can't be deleted from scene when using "link group object...Bastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-10-16Cleanup: Unused parameters in OutlinerJulian 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
2015-04-22Fix T44477: Overlapping tooltips in OutlinerJulian Eisel
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-04-01Fix T44212: Crash on Group Rename.Bastien Montagne
2015-03-31Fix T44201: Crash Deleting Hierarchy in OutlinerBastien Montagne
2015-02-18GPencil: RMB menu tools in Outliner works for GP Layers nowJoshua Leung
2015-02-16UI messages fixes and cleanup.Bastien Montagne