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-11-09Farewell BaseLegacyDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-20Fix/workaround wrong dependency graph being constructed after creating a proxySergey Sharybin
2017-10-19Fix/properly implement: "make group proxy"Dalai Felinto
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-09-28Missed in last merge from masterCampbell Barton
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-08-09Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-08-09Fix T52315: Crash on duplicating Scene without world.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-09Fix crash when making local object+obdata with linked armature.Bastien Montagne
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-29Fix T51624: Scene Full Copy ignores shader node links.Bastien Montagne
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2017-04-24Merge branch 'master' into blender2.8Campbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-19Convert direct usages of base definesLuca Rood
2017-04-19Remove local view toggle operatorLuca Rood
2017-04-19Fix identationDalai Felinto
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2016-12-12Cleanup: Rename BKE_libblock_relink, and move it to BKE_library_remap.hBastien Montagne
2016-11-30Cleanup id->newid usage, initial work.Bastien Montagne
2016-11-04Fix T49905: Segfault when copying object data of linked object.Bastien Montagne
2016-11-01Fix T49856: Blender 2.78 crashes after loading data from a blendfileBastien Montagne
2016-10-24Fix T49827L Crash linking material while in Material viewport shading modeSergey Sharybin
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-03Fix T49229: ID user decrement error when deleting group instance twice.Bastien Montagne
2016-08-12Depsgraph: Tag relations for update when making datablocks single userSergey Sharybin
2016-08-07Fix local view editing broken after changing object's layer from non-local viewJulian Eisel
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-14Add option to id_make_local to force localization of datablock, even if not u...Bastien Montagne
2016-07-10Cleanup/Refactor: pass Main pointer to all ID copy functions.Bastien Montagne