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
2015-05-06Shader node: support native render capabilitiesCampbell Barton
2015-04-17Bake-API: reduce memory footprint when baking more than one object (Fix T41092)Dalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-24Code cleanup: r_ prefix vs. _r suffixSergey Sharybin
2015-03-20Avoid per-draw allocation when drawing currently rendering tilesSergey Sharybin
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-10-07Allow render engine to declare whether it's capable of the texture rendering ...Sergey Sharybin
2014-07-04Fix T40843: Cycles does not support viewport render overrideSergey Sharybin
2014-05-21Fix T39711: cycles particle motion blur affected by viewport draw method.Brecht Van Lommel
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-07-13Fix #35470: crash rendering from the terminal in some cases due to render infoBrecht Van Lommel
2013-07-11Fix #36091: external render engines like Luxrender don't work well with the saveBrecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-04-16Blender Internal Render in viewportTon Roosendaal
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-14Border rendering now works for all scenes used in compositor,Sergey Sharybin
2013-01-24Fix threading issues of viewport rendering when using movies/generated imagesSergey Sharybin
2013-01-01Highlight currently rendering tilesSergey Sharybin
2012-11-13Render Engines: fix crash when changing render engine during renderingSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-04-13Fix #30376: cycles ignores camera override from sequencer.Brecht Van Lommel
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-11-26Fix #29406: show Sequence as render layer when rendering from sequencer, to makeBrecht Van Lommel
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-11-02RenderEngine: steps towards implementation of this proposal:Brecht Van Lommel
2011-11-02RenderEngine: add .is_animation and .is_preview properties to detect if it'sBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Render API: add update_progress() function to update progress bar progress fromBrecht Van Lommel
2011-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel