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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2017-10-02Fix T52927: Compositor wrong scale when scale size input is connected to comp...Sergey Sharybin
2017-09-03T52534: Compositor artifacts when scalingJeroen Bakker
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-02-24Fix T38794: ScaleFixedSizeOperation was not taking offset into accountLukas Tönne
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-08-10use define for bokeh blur size, also define size of determineResolution args.Campbell Barton
2012-08-07use bilinear rather then bicubic scaling because bicubic blurs too much.Campbell Barton
2012-07-22fix for own error using uninitialized memory for scale compo node.Campbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-25fix for [#31899] Compositor: scale to rendersize doesn't work onJeroen Bakker
2012-06-15add node scale offset for old compositor too - also fix for error in last com...Campbell Barton
2012-06-15scale node - framing offset: compatible with camera shiftX/Y and the viewport...Campbell Barton
2012-06-14scale node for new compositor now supports framing option.Campbell Barton
2012-06-14revert own commits 47907, 47908 after some discussion this is really bad and ...Campbell Barton
2012-06-14change to scale node - multiply scale by scene size, without this theres no r...Campbell Barton
2012-06-13always use bicubic sampler for the scale node with the new compositor since i...Campbell Barton
2012-06-13style cleanup: scale nodeCampbell Barton
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17 ____ Jeroen Bakker