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-08Object Mode: move to workspace structCampbell Barton
2018-02-06Object Mode: use eval_ctx for paint & objectCampbell Barton
2018-01-30DRW / Render: Make render result show when using final render with eevee.Clément Foucault
2018-01-30Render: Abort operator if there is no render_to_image() functionClément Foucault
2018-01-30DRW / Render: Add support for render pipeline in drawmanager.Clément Foucault
2018-01-29Fix T53598: OpenGL Render Animation does not update shadowsSergey Sharybin
2018-01-25Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2018-01-25Fix missing broken notifiersDalai Felinto
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-16Draw manager: Make update context aware of what depsgraph causes updateSergey Sharybin
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey Sharybin
2018-01-11Merge branch 'master' into blender2.8Campbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2018-01-04OGL Render: Use float buffer instead of byte buffer.Clément Foucault
2018-01-04GPU_offscreen: Add option for high bit depth.Clément Foucault
2017-12-15Group collection viewport/render options and remove collection visibilityDalai Felinto
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-04Cleanup: whitespaceCampbell Barton
2017-11-29Draw manager: Listen to depsgraph's ID update callbacksSergey Sharybin
2017-11-28Draw manager: Pass explicit context to DEG scene update callbackSergey Sharybin
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Sequencer: Fix missing FX compositor when starting rendering from frame with ...Sergey Sharybin
2017-11-27Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22Fix multi layer/multi pass renderDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-06Depsgraph: Use explicit graph API for OpenGL renderSergey Sharybin
2017-11-06Depsgraph: Use new scene update API in preview renderSergey Sharybin
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-10-31Fix renderlayers UI removing the wrong renderlayerDalai Felinto
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-28Fix T53185: After rendering an animation (Ctrl-F12), pressing F12 no longer r...Joshua Leung
2017-10-26Cleanup: Remove unused argument from ED_update_for_newframeSergey Sharybin
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16Fix for objects trailing in viewport when using BI in scene+Eevee in workspaceDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-09Fix T53014: Cycles material preview not workingDalai Felinto
2017-10-07Initial fix for T53014: Cycles material preview no lightDalai Felinto
2017-10-06Merge branch 'master' into blender28Campbell Barton