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-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-20Cycles: add basic backwards compatibility for device selection, move to Syste...Brecht Van Lommel
2016-10-16Merge branch 'master' into blender2.8Julian Eisel
2016-10-16Cleanup: Unused parameters in OutlinerJulian Eisel
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-07-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-04-28Merge branch 'master' into temp_remove_particlestemp_remove_particlesLukas Tönne
2016-04-26Cleanup: use const for outliner argsCampbell Barton
2016-04-26Outliner: "Show Active" support for active bonePhilipp Oeser
2016-04-12Removed all direct uses of BKE_particle.h and DNA_particle_types.h from sourc...Lukas Tönne
2016-02-10Outliner: omit active-unselected in "Selected" viewCampbell Barton
2015-12-27Split id->flag in two, persistent flags and runtime tags.Bastien Montagne
2015-11-24Fix outliner crash after recent no-functional-changes cleanup commitsSergey Sharybin
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-08-22Fix outliner grease pencil color buttonCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-11remove redundant castsCampbell Barton
2015-07-03UI: add ability to access/generate 'shortcuts strings' of modal keymaps.Bastien Montagne
2015-07-01Refactoring:Antony Riakiotakis
2015-05-15Fix crasher in new lazy-rebuild outliner's treehash.Bastien Montagne
2015-05-11Outliner: postpone rebuilding the treeCampbell Barton
2015-05-11Outliner: cleanup flag was never clearedCampbell Barton
2015-04-30Fix T44439: outliner's treestore could keep invalid ID pointers, could crash ...Bastien Montagne
2015-04-07Cleanup: rename treehash -> outliner_treehashCampbell Barton
2015-03-28Use union for EditBone'sCampbell Barton
2015-02-15Possible todo notes for more polished UI?Joshua Leung
2015-02-15Code Cleanup: Reshuffle libraries and orphaned datablocks views to a more app...Joshua Leung
2015-02-15Outliner: Added new mode for displaying "orphaned" datablocksJoshua Leung
2015-02-11cleanup: style/indentationCampbell Barton
2015-02-09Fix outliner crash renaming library /w filterCampbell Barton
2015-02-07GPencil: Initial support for GP Layers in OutlinerJoshua Leung
2015-02-07GPencil: Initial support for Grease Pencil in the OutlinerJoshua Leung
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-19RNA/API: name outliner sort option like UIListCampbell Barton
2015-01-19Outliner: Make alphabetical sorting optionaljulianeisel
2015-01-11Fix three issues reported by coverity in own recent code. Including two poten...Bastien Montagne
2015-01-05Outliner 'Blender file' view: Show libs used both directly and indirectly bot...Bastien Montagne
2015-01-03Add some BLI helpers needed by asset branch.Bastien Montagne
2014-10-28Cleanup: de-duplicate engine-id'sCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-08Freestyle: hide line styles from a scene in the Outliner when WITH_FREESTYLE ...Tamito Kajiyama
2014-05-03Minor code style fix.Tamito Kajiyama
2014-05-03Added changes to show textures as part of line styles in the Outliner.Tamito Kajiyama
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton