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-02-07Merge branch 'master' into blender2.8Campbell Barton
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-01-22Collections/Layer cleanup: Remove all reference to filter objectsDalai Felinto
2018-01-08Merge branch 'master' into blender2.8Bastien Montagne
2018-01-08Fix T53713: User remap failed w/ texface imagesCampbell Barton
2017-12-08Workspace: Clarifying library remap workaroundDalai Felinto
2017-12-08Library remap: Fix issue remapping pointer of object coming from group[s baseSergey Sharybin
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-29Merge ID static override, part I: core changes in DNA, BKE and .blend read/wr...Bastien Montagne
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert material_overrideDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Remove light_overrideDalai 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-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-06-27Merge branch 'master' into blender2.8Campbell Barton
2017-06-26Fix T51902: Severe problem with relocating linked libraries when using proxies.Bastien Montagne
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: fix some missing bits / errors in RNA ...Clément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-24Remove TexFace, per-face imagesCampbell Barton
2017-05-06Merge branch 'master' into blender2.8Campbell Barton
2017-05-05Add a new LOOPBACK flag to libquery's callbacks.Bastien Montagne
2017-04-24Merge branch 'master' into blender2.8Campbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-19Merge branch 'master' into blender2.8Bastien Montagne
2017-04-19Fix (unreported) missing handling of GPencil Layer's parent Object pointer in...Bastien Montagne
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-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-31Optimization: pass Main to BKE_library_foreach_ID_link() and use its relations.Bastien Montagne
2017-01-31Fix missing non-ID nodetrees in ID relationships built from library_query.cBastien Montagne
2016-11-12Minor naming cleanup.Bastien Montagne
2016-11-12Enhance BKE_library_make_local() to make it much quicker in complex cases.Bastien Montagne
2016-11-12Minor optimization to BKE_library_tag_unused_linked_data().Bastien Montagne
2016-10-19Fix T49775: Appending data with internal dependency cycles prevents correct c...Bastien Montagne
2016-10-07Datablock management: remove 'proxy_from' pointer from 'is ID used' checks.Bastien Montagne
2016-10-04Fix T49553: Blender 2.78 crashes when File->Data Previews ->Refresh Datablock...Bastien Montagne
2016-09-30Fix T49489: Pose marker in camera action + marker bound to camera -> crash.Bastien Montagne
2016-09-22Fix T49427: Drivers of Shapekeys break when Append a group.Bastien Montagne
2016-08-06Cleanup: add missing ID types to BKE_library_idtype_can_use_idtype().Bastien Montagne
2016-08-06Basic Alembic supportKévin Dietrich
2016-08-05Cleanup: add missing entries to library_query.c ID types switch case.Bastien Montagne
2016-07-31Support limiting collisions by group for softbody and particlesAlexander Gavrilov