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-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-06Update comment, reference new API functionSergey Sharybin
2017-11-06Depsgraph: Make graph to be per-scene-layer for RNASergey Sharybin
2017-11-06Depsgraph: Avoid non-requested allocation of depsgraphSergey Sharybin
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-11-03Scene API: Switch to explicit scene graph update APISergey Sharybin
2017-11-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-03Scene RNA API: More global mains goes awaySergey Sharybin
2017-11-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-03Scene RNA API: Main from globals goes awaySergey Sharybin
2017-11-02UI: support nested tools in toolbarCampbell Barton
2017-11-02Merge branch 'master' into blender2.8Campbell Barton
2017-11-01Implement a new automatic handle algorithm to produce smooth F-Curves.Alexander Gavrilov
2017-11-01UI: Option to draw button pressedCampbell Barton
2017-11-01UI: Add UILayout.operator_menu_holdCampbell Barton
2017-11-01Fix for T48988 - Enabling bbone easing for posemodeJoshua Leung
2017-10-31Merge branch 'master' into blender2.8Bastien Montagne
2017-10-31Merge branch 'master' into blender2.8Campbell Barton
2017-10-31Add ability for render engines to report extra meta data to pipelineSergey Sharybin
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-31UI: avoid double operator type lookupCampbell Barton
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-29Alembic: added frame offset propertySybren A. Stüvel
2017-10-27Eevee: Volumetrics: Fix "Tile Size" tooltipClément Foucault
2017-10-27Eevee: Overhaul the volumetric system.Clément Foucault
2017-10-26Move background images into the cameraCampbell Barton
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Need to tag relations for update after new clip was addedSergey Sharybin
2017-10-25Fix T52392: Node materials (Materials and World) not updated in viewportDalai Felinto
2017-10-25Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-25Depsgraph: Rework debug relations update functionSergey Sharybin
2017-10-25Depsgraph: Cleanup, trailing whitespace and bracesSergey Sharybin
2017-10-25Depsgraph: Make depsgraph.debug_stats to return a stringSergey Sharybin
2017-10-24Depsgraph: Begin bringing API to pass explicit graphSergey Sharybin
2017-10-24rna_layer.c cleanup: remove uneeded includesDalai Felinto
2017-10-23Refactor: Move rna_scene.c layer/collection to rna_layer.cDalai Felinto
2017-10-21WM: Initial Tool SystemCampbell Barton
2017-10-20Merge branch 'master' into blender2.8Campbell Barton
2017-10-20Cleanup: replace gpencil tri vars w/ arrayCampbell Barton
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-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-11Eevee: Probe: Add Cubemap Resolution option.Clément Foucault
2017-10-09Merge branch 'master' into blender2.8Campbell Barton