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-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-25Cleanup: Nuke most of G.main from GPU code.Bastien Montagne
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-31Cleanup: get rid of last G.main usages in BKE library code.Bastien Montagne
2018-05-29Cleanup: Get rid of G.main in BKE_material.Bastien Montagne
2018-04-01Cleanup: remove global headerCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-08-26Fix T52538: Outliner crash when displaying groups and using Show Active on ed...Bastien Montagne
2017-06-26Add warning that 'purge all' action in Outliner does save to current .blend f...Bastien Montagne
2017-03-24Fix various i18n ambiguous issues reported in T43295.Bastien Montagne
2017-03-22Cleanup/optimization: Simplify some usages of uiItemFullO/_ptr, avoid multipl...Bastien Montagne
2017-03-16Fix outliner contextual menu allowing to delete indirect libraries.Bastien Montagne
2016-10-16Cleanup: Unused parameters in OutlinerJulian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-13Outliner: Report linked datablock edit failure when trying to rename linked d...Philipp Oeser
2016-09-13Fix T49336: Outliner allows to edit restrict flags for linked objectsSergey Sharybin
2016-07-22Fix crash using ID remapping on invalid ID pairsJulian Eisel
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-07-02Cleanup: styleCampbell Barton
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-27Fix T48740: User could remap indirect libdata usages from outliner.Bastien Montagne
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-04-26Outliner: "Show Active" support for active bonePhilipp Oeser
2016-01-08Fix T47138: Page Down key pages up, instead of down, in Outliner.Bastien Montagne
2015-12-19Add a void 'user_data' memeber to Outliner's callbacks.Bastien Montagne
2015-12-07Usual UI messages fixes.Bastien Montagne
2015-12-01Outliner: add an option to "delete" libraries.Bastien Montagne
2015-09-09Fix (unreported) Outliner letting you edit path of indirect linked lib shown ...Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-17Cleanup: styleCampbell Barton
2015-05-11Outliner: postpone rebuilding the treeCampbell Barton
2015-04-30Fix T44439: outliner's treestore could keep invalid ID pointers, could crash ...Bastien Montagne
2015-02-16UI messages fixes and cleanup.Bastien Montagne
2015-02-15Compilation error fix for strict compiler flagsSergey Sharybin
2015-02-15Outliner: "Purge All" function for Outliner in "Orphaned Datablocks" modeJoshua Leung
2015-02-06Outliner: DragDrop objects to groupsCampbell Barton
2015-02-06cleanup: use bool args & redundant castsCampbell Barton
2015-01-20Outliner: "Show Active" - if active is a child, open tree to show childjulianeisel
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-10-28Fix T41041: 'Delete keyframe' removes markers tooCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton