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
2016-02-23Fix memory leak in point densitySergey Sharybin
2016-01-26Cleanup: minmac -> minmax & RE_render_ext namingCampbell Barton
2016-01-26Fix T47214: Keyed Particles don't render correctly when used for point densit...Sergey Sharybin
2016-01-23Vector Transform node support for GLSL mode and the internal rendererAlexander Romanov
2016-01-15Cycles-Bake: Custom Baking passesDalai Felinto
2015-11-25Fix T46646: Point Cloud Density crashes on real time renderingSergey Sharybin
2015-11-16Speedup OpenGL sequencer animation renderingSergey Sharybin
2015-11-16Remove unused arguments from RE_WriteRenderViewsMovie()Sergey Sharybin
2015-10-23Cleanup: use int for view_id's & view countCampbell Barton
2015-10-23Comments for link-list typesCampbell Barton
2015-10-08Cycles: Fix for point density always using render settings for modifiersSergey Sharybin
2015-09-21Render: Free persistent image storage when loading new fileSergey Sharybin
2015-07-27Replace MFace with looptri for dynamicpaintCampbell Barton
2015-07-25Compositor: Fixes for the debug passSergey Sharybin
2015-07-24Deduplicate some logic around debug passesSergey Sharybin
2015-07-18Point density: Add utility function to sample density outside of render pipelineSergey Sharybin
2015-07-14Particle Info node support for GLSL mode and the internal render.Alexander Romanov
2015-06-12Cycles: Add debug pass which shows number of instance pushes during camera ra...Sergey Sharybin
2015-06-11Cycles: Add debug pass showing average number of ray bounces per pixelSergey Sharybin
2015-05-18Multi-View: small cleranup/refactor with RE_pass_find_by_type and RE_RenderLa...Dalai Felinto
2015-05-06Shader node: support native render capabilitiesCampbell Barton
2015-04-29Multi-View cleanup: using RenderResult->rect* only for temporary RenderResultsDalai Felinto
2015-04-29Multi-View: new util functions RE_RenderViewGetById() and RE_RenderViewGetByN...Dalai Felinto
2015-04-27Fix T44512: Cycles fails normal bake /w scale flipCampbell Barton
2015-04-21Stamp refactoring:Antony Riakiotakis
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-09Fix regression after multiview, basically we appended the wrong framesAntony Riakiotakis
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-24Code cleanup: r_ prefix vs. _r suffixSergey Sharybin
2015-03-20Avoid per-draw allocation when drawing currently rendering tilesSergey Sharybin
2015-01-27Fix T43427: Particle system children sometimes not generated on reloadSergey Sharybin
2014-12-05Render API: Add RenderEngine.error_set() functionSergey Sharybin
2014-10-09Fix T42139, vertical noise stripe patterns in noise texture.Antony Riakiotakis
2014-10-07Allow render engine to declare whether it's capable of the texture rendering ...Sergey Sharybin
2014-10-04Cycles: Add support for debug passesSergey Sharybin
2014-08-19Fix T41457: Viewport resolution divider does freestyle for every resolutionSergey Sharybin
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-20Implement resolution divider in the Blender InternalSergey Sharybin
2014-06-17Bake-API: allow custom UV to be bakedDalai Felinto
2014-06-13Bake-API: handle objects with no faces (fix T40601)Dalai Felinto
2014-06-11Bake-API: new approach for cageDalai Felinto
2014-05-30Bake-API: Support for batch bakingDalai Felinto
2014-05-29Proper fix T40156 Cycles Baking and applyRotation issuesDalai Felinto
2014-05-21Bake API: partial fix T40156 (applyRotation issues)Dalai Felinto
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