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-17Remove OBJECT_OT_move_to_layerDalai Felinto
2017-01-17Link objects in scene using ObjectBaseDalai Felinto
2017-01-17Update selected_editable_bases to use ObjectBaseDalai Felinto
2017-01-17Remove base from BKE_object_groups_clearDalai Felinto
2017-01-17Remove OB_FROMGROUP from base, and add util funcs to sync base/object flagsDalai Felinto
2017-01-10Add new objects and some Base > ObjectBase convertionDalai Felinto
2017-01-10rename ob_base > base, it will simplify further refactorsDalai Felinto
2017-01-04Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2016-12-28Revert particle system and point cache removal in blender2.8 branch.Lukas Tönne
2016-12-23Revert "Make sure new objects go to the correct (active) collection"Dalai Felinto
2016-12-23Make sure new objects go to the correct (active) collectionDalai Felinto
2016-12-19Use FOREACH_OBJECT_FLAG in more placesDalai Felinto
2016-12-19Reworked logic of iteratorsDalai Felinto
2016-12-19Using an iterator to go over objects, and use this for library_queryDalai Felinto
2016-12-19Iterator util functionDalai Felinto
2016-12-13Merge remote-tracking branch 'origin/blender2.8' into render-layersDalai Felinto
2016-12-12Merge branch 'master' into blender2.8Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-12-12Layers: change the API so that we can run a function on every object of the s...Dalai Felinto
2016-12-12Scene copy (full or link) working for layersDalai Felinto
2016-12-01Merge branch 'master' into blender2.8Lukas Tönne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-07Merge branch 'master' into blender2.8Bastien Montagne
2016-11-04Fix T49905: Segfault when copying object data of linked object.Bastien Montagne
2016-11-02Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2016-10-24Fix T49827L Crash linking material while in Material viewport shading modeSergey Sharybin
2016-09-23Merge branch 'master' into blender2.8Julian Eisel
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-04Merge branch 'master' into blender2.8Bastien Montagne
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.Bastien Montagne
2016-08-21Merge branch 'master' into blender2.8Bastien Montagne
2016-08-12Depsgraph: Tag relations for update when making datablocks single userSergey Sharybin
2016-08-10Merge branch 'master' into blender2.8Bastien Montagne
2016-08-07Fix local view editing broken after changing object's layer from non-local viewJulian Eisel
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Merge branch 'master' into blender2.8Bastien Montagne
2016-08-06Fix T49028: crash when copying a scene without grease pencil data.Kévin Dietrich
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
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-12Merge branch 'master' into blender2.8Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne
2016-07-09Refactor/enhance BKE_lattice_make_local(), and add BKE_lattice_copy_ex() that...Bastien Montagne
2016-07-09Refactor/enhance BKE_mball_make_local(), and add BKE_mball_copy_ex() that tak...Bastien Montagne
2016-07-09Refactor/enhance BKE_curve_make_local(), and add BKE_curve_copy_ex() that tak...Bastien Montagne
2016-07-08Refactor: pass Main to id_make_local.Bastien Montagne
2016-07-08Rework/split test_object_materials().Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne