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-01-18Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-17Link objects in scene using ObjectBaseDalai Felinto
2017-01-17Remove OB_FROMGROUP from base, and add util funcs to sync base/object flagsDalai Felinto
2017-01-16Merge branch 'master' into blender2.8Bastien Montagne
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-16Rename: BASE_VISIBLE > BASE_VISIBLEDDalai Felinto
2017-01-16Remove outliner restrict options for objects (and groups)Dalai Felinto
2017-01-16Updating outliner_draw_struct_marks to retained modeMike Erwin
2017-01-13Outliner: initial work for render-layersDalai Felinto
2017-01-13Use ObjectBase only to delete objectsDalai Felinto
2017-01-10Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2017-01-10Add new objects and some Base > ObjectBase convertionDalai 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-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-11-15blender 2.8: Opengl: UI_draw_roundboxMike Erwin
2016-10-20immediate mode: outliner backgroundDalai Felinto
2016-10-16Fix outliner items sometimes not openingJulian Eisel
2016-10-16Merge branch 'master' into blender2.8Julian Eisel
2016-10-16Cleanup: Unused parameters in OutlinerJulian Eisel
2016-10-16Fix missing outliner redraw when adding VSE stripJulian Eisel
2016-10-16Outliner: Rework element selection behaviorJulian Eisel
2016-10-16Outliner: Avoid rebuilding tree when mouse-hover highlight changesJulian Eisel
2016-10-15Fix unitialized variable useJulian Eisel
2016-10-15Outliner: Fix missing indentation for search-match highlightJulian Eisel
2016-10-15Outliner: Draw highlights over entire rowJulian Eisel
2016-10-15Outliner: Element mouse hover feedbackJulian Eisel
2016-09-26Merge branch 'master' into blender2.8Bastien Montagne
2016-09-23Outliner: Fix assert failure with palette IDSergey Sharybin
2016-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-16Merge branch 'master' into blender2.8Sergey Sharybin
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-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-07-25Merge branch 'master' into blender2.8Bastien Montagne
2016-07-22Fix crash using ID remapping on invalid ID pairsJulian Eisel
2016-07-22fix enum type / values mismatchMike Erwin
2016-07-18Merge branch 'master' into blender2.8Campbell Barton
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-12Fix T48830: Outliner draw crash, missing NULL checkCampbell Barton
2016-07-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne