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-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-19Merge branch 'master' into blender2.8Bastien Montagne
2018-06-19Final cleanup of G.mains in render area.Bastien Montagne
2018-06-08Fix T55391: Anim render only shows scene state at current frame (no animation)Sergey Sharybin
2018-06-08Merge branch 'master' into blender2.8Campbell Barton
2018-06-08Cleanup: trailing spaceCampbell Barton
2018-06-04Fix hang rendering with motion blur.Brecht Van Lommel
2018-05-30Render API: rename some API functions back to earlier names.Brecht Van Lommel
2018-05-23Cycles/Render API: changes for better copy-on-write support.Sergey Sharybin
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-02Use meaningful debug name for render depsgraphSergey Sharybin
2018-04-26Workspaces: active view layer now always comes from workspace, not scene.Brecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-18Workspaces: remove workspace engine, use 3D viewport draw mode instead.Brecht Van Lommel
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-04Fix Cycles motion blur and engine.frame_set() not working.Brecht Van Lommel
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-02Merge branch 'master' into blender2.8Campbell Barton
2018-03-02Fix building w/o PythonCampbell Barton
2018-02-28Cleanup: macros using _END, should have a _BEGINCampbell Barton
2018-02-28Fix Cycles to mostly work with render layer / depsgraph changes.Brecht Van Lommel
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-15Merge branch 'master' into blender2.8Campbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-01-30DRW / Render: Add support for render pipeline in drawmanager.Clément Foucault
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-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-03Depsgraph: Port more areas to direct depsgraph APISergey Sharybin
2017-11-03Merge branch 'master' into blender2.8Campbell Barton
2017-11-02Fix Cycles showing empty tiles while they are being denoised.Brecht Van Lommel
2017-11-02Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-11-02Fix T53182: cancelling save buffers + denoising render clears image.Brecht Van Lommel
2017-10-31Merge branch 'master' into blender2.8Bastien Montagne
2017-10-31Add ability for render engines to report extra meta data to pipelineSergey Sharybin
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-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-05-11Merge branch 'master' into 28Campbell Barton
2017-05-10Fix T51455: Render Layers in compositor from a different scene not workingLukas Stockner
2017-05-08Merge branch 'master' into blender2.8Julian Eisel
2017-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-05Implement overridable scene render settingsDalai Felinto
2017-05-03Merge branch 'master' into blender2.8Lukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-05-02Cycles integration with Draw ManagerDalai Felinto