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-05-07Cycles: Implement denoising option for reducing noise in the rendered imageLukas Stockner
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-01-12Cycles: Use dedicated debug passes for traversed nodes and intersection testsSergey Sharybin
2016-12-12Fix (unreported) some RNA func definitions setting flags of other func parame...Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-03-10Multi-View: Cycles - Spherical Stereo support (VR Panoramas)Dalai Felinto
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-11Expose debug type into the interfaceSergey Sharybin
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
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-17Fix T44336: Unable to select cycles-specific passes in UV/image editorDalai Felinto
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-11-28Cleanup: duplicate headersCampbell Barton
2014-10-07Allow render engine to declare whether it's capable of the texture rendering ...Sergey Sharybin
2014-10-04Fix bad RNA enum from the previous commitSergey Sharybin
2014-10-04Cycles: Add support for debug passesSergey 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-08RNA API: remove unused PROP_NEVER_CLAMP flagCampbell Barton
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-12RNA: Add pixels property typeScott Petrovic
2013-10-26spelling: use American spelling for canceledCampbell Barton
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-03Cycles / SSS:Thomas Dinges
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-03-14Border rendering now works for all scenes used in compositor,Sergey Sharybin
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2013-02-28Fix #34414: python error with frame_change callback and Cycles motion blur.Brecht Van Lommel
2013-01-09add RNA_def_struct_ptr(...) to use for runtime struct registration, saves ove...Campbell Barton
2013-01-05Remove some uneeded/irrelevant "PROP_TRANSLATE".Bastien Montagne
2013-01-01Highlight currently rendering tilesSergey Sharybin
2012-12-30style cleanup: casts, some casts had odd formatting, but very few. Style chec...Campbell Barton
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-11-03Render API: shader script node for custom shaders.Brecht Van Lommel
2012-11-01style cleanupCampbell Barton
2012-10-22RNA C++ API improvementsSergey Sharybin
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-10-07Fix render engine API compatibility breakage in end_result, this parameterBrecht Van Lommel
2012-09-22Revert a small part of r50813, so that we can build (actually, link) with Cyc...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton