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-25Fix T47565: Crash when adding texture node in compositorSergey Sharybin
2016-02-23Fix T47444: Texture node in compositing nodes does not updateSergey Sharybin
2016-02-22Compositor: fix memory leak in filter node operation.Kévin Dietrich
2016-02-15Compositor: Re-consider the way how track speed worksSergey Sharybin
2016-02-14Compositor: Cleanup, don't shortcut float valuesSergey Sharybin
2016-02-08Fix T47347: Z-pass defaults to zeroCampbell Barton
2016-02-07Fix T47336: compositor color balance offset/slope/power incorrectly clamps HD...Brecht Van Lommel
2016-01-26Compositor: Speedup movie (un)distortion operationSergey Sharybin
2016-01-24Fix T47210: Compostiting, Bad AA using distort + undistort nodesSergey Sharybin
2016-01-18Cleanup: styleCampbell Barton
2016-01-14Compositor: Add option to extend image bounds when blurringSergey Sharybin
2015-12-15Compositor: Expose track velocity via the Track Position nodeSergey Sharybin
2015-11-26Cleanup: whitespaceCampbell Barton
2015-11-25Use different approach to the antialias nodeSergey Sharybin
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-11-12Fix T46641: Bicubic transform on ID channel is not bicubicSergey Sharybin
2015-10-27Compositor: Add Invert option to the movie clip stabilization nodeSergey Sharybin
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-10-08Fix T46408: Transform (bicubic) ID channel failsCampbell Barton
2015-10-01Fix memory leak in compositor code with RGB curve nodes.Lukas Tönne
2015-09-09Fix T45839 : Regression - Multi-layer image issues when using non-standard namesDalai Felinto
2015-09-03Compositor: Support changing distortion models in movie distortion nodeSergey Sharybin
2015-08-27Fix T45617: Map UV node produces image artifactsSergey Sharybin
2015-08-26Fix T45711: Color spill average algorithm brokenCampbell Barton
2015-08-26Fix T45793: ChromaMatte incorrect outputCampbell Barton
2015-08-25Cleanup: styleCampbell Barton
2015-07-28Fix T45529: Texture Compositor node composition artifact (random pixels)Sergey Sharybin
2015-07-27Compositor: Add note that bilateral blur is not really correctSergey Sharybin
2015-07-25Cleanup: warnings, styleCampbell Barton
2015-07-25Compositor: Fixes for the debug passSergey Sharybin
2015-07-24Deduplicate some logic around debug passesSergey Sharybin
2015-07-24Compositor: Make it work for debug passes other than floatSergey Sharybin
2015-07-24Compositor: Allow using debug pass output in the compositorSergey Sharybin
2015-07-10Cleanup: remove redundant includesCampbell Barton
2015-06-19Support half float file format storage for Multilayer EXRSergey Sharybin
2015-06-17Cleanup: styleCampbell Barton
2015-06-11Fix T44871: Blender hangs when using masking, dilate-erode and soften nodeSergey Sharybin
2015-05-26Fix multilayer OpenEXR not supporting metadata.Antony Riakiotakis
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Fix T44398: Compositing displace node makes image fuzzy with zero displacementSergey Sharybin
2015-04-30Correct missing breakCampbell Barton
2015-04-29Multi-View: new util functions RE_RenderViewGetById() and RE_RenderViewGetByN...Dalai Felinto
2015-04-26Add inverse-square falloff to bmesh, mask & compo.Campbell Barton
2015-04-23Fix T44494 crop node changes values during execution.Antony Riakiotakis
2015-04-14Fix T44343 Compositor image node cannot properly load multilayer EXRsDalai Felinto
2015-04-08Cleanup: confusing if statements & alignmentCampbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-31silence MSVC warningMike Erwin