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
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-11-29Cleanup: unused headersCampbell Barton
2014-09-08Fix crash happening with external engines and dependent objects in an invisib...Sergey Sharybin
2014-08-15Final Fix T41222 Blender gives weird ouput when baking (4096*4096) resolution...Dalai Felinto
2014-08-12Removed debug prints.Tamito Kajiyama
2014-08-12Fix for nested Cycles sessions.Tamito Kajiyama
2014-08-12Proof-of-concept implementation of Freestyle support for Cycles.Tamito Kajiyama
2014-07-31Bake-API: use size_t instead of width, heightDalai Felinto
2014-07-04Fix T40843: Cycles does not support viewport render overrideSergey Sharybin
2014-06-28Add render result caching.Bastien Montagne
2014-06-23Fix T40764: Keyframed Render Layers Don't Work as IntendedSergey Sharybin
2014-06-13Code cleanup: spellingCampbell Barton
2014-05-23Bake API: compare with NULL rather then casting to boolCampbell Barton
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-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-08Fix for RE_engine_begin_result using a NULL pointerCampbell Barton
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-27Fix T36474: Blender 2.68a crashes upon renderingSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-09-11Fix #36327: cycles render layers exclude layers animation did not work well.Brecht Van Lommel
2013-07-26fix for incorrect null check in RE_engine_update_statsCampbell Barton
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-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-05-16Fix #35384: animation to enable/disable render layers was applied one frame tooBrecht Van Lommel
2013-05-15Fixes for blender internal viewport render:Brecht Van Lommel
2013-05-123D viewport render preview:Ton Roosendaal
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-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-19Fix #33229: Blender crashes on finishing renderSergey Sharybin
2012-11-13Render Engines: fix crash when changing render engine during renderingSergey Sharybin
2012-11-11style cleanupCampbell Barton
2012-11-10Fix part of #33132: render resoltuion refresh issues after persistent imagesBrecht Van Lommel
2012-11-09Cycles: persistent images optionSergey Sharybin
2012-11-07style cleanup, also remove redundant call to set_listbasepointers in free_mai...Campbell Barton
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-10-26fix [#31661] Custom properties do no respect min/max valuesCampbell Barton
2012-10-26fix for crash when a python operator or render engine was freed in the C code...Campbell Barton
2012-09-04fix for some errors reported by http://clang.blenderheads.org/trunk/ in r50384.Campbell Barton
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-08fix [#32020] Image will not render in second (any scene other than first) if ...Campbell Barton