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
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-06-27style cleanupCampbell Barton
2012-06-26Fix for crash of keying screen node in cases when there's noSergey Sharybin
2012-06-26mask and grease pencil now display in the dope sheet summeryCampbell Barton
2012-06-26Optimization of keying screen nodeSergey Sharybin
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-25fix for crash with blur - happened most when there was a size input, need to ...Campbell Barton
2012-06-25code cleanupJeroen Bakker
2012-06-25fix for [#31899] Compositor: scale to rendersize doesn't work onJeroen Bakker
2012-06-25Ignore disabled markers when building keying screen.Sergey Sharybin
2012-06-25fix for #31914Jeroen Bakker
2012-06-25Added feather control to keying nodeSergey Sharybin
2012-06-25Optimization of Keying Blur operationSergey Sharybin
2012-06-24Optimization of keying screen nodeSergey Sharybin
2012-06-24Fixes for area of interest in keying nodes: no need to wait for the wholeSergey Sharybin
2012-06-24style cleanypCampbell Barton
2012-06-23Keying node: assume overexposured pixels as foregroundSergey Sharybin
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-22fix for [#31890] Lens Distortion inside Node group don't workJeroen Bakker
2012-06-22Nullpointer exception happened when all input sockets of a (for example)Jeroen Bakker
2012-06-22 * fix for [#31553] Tile Compositor: Strange seamsJeroen Bakker
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-21Refactoring of tiles opencl implementation:Monique Dewanchand
2012-06-20make mask handles draw with an outline - when outline option is enabled.Campbell Barton
2012-06-20fix for use of 2 uninitialized vars in the tiles compositor.Campbell Barton
2012-06-20style cleanupCampbell Barton
2012-06-20minor speedup for the glare compositor nodeCampbell Barton
2012-06-19KeyingScreen would now deal properly with clips with Start Frame != 1Sergey Sharybin
2012-06-19fix for uninitialized memory use in the new compositor.Campbell Barton
2012-06-19 * fixed defocus background blurin...Jeroen Bakker
2012-06-19 * Fixed brightness (was introduced by optimalization)Jeroen Bakker
2012-06-17style cleanup:Campbell Barton
2012-06-16disable GaussianAlpha from attempting to get a non existing socket - and add ...Campbell Barton
2012-06-16code cleanup: make names more logicalCampbell Barton
2012-06-16code cleanup: spelling 'multiplyer' --> 'multiplier'Campbell Barton
2012-06-16use ease interpolation for dilate/erode feather option, looks smootherCampbell Barton
2012-06-16support for negative feather dilate/erodeCampbell Barton
2012-06-16fix for errors in last commit (dilate/erode has no input)Campbell Barton
2012-06-16feather option for dilate/erode node - needed for alpha masks so we can (blur...Campbell Barton
2012-06-16speedup for fast gauss blue (approx 10% - 15%)Campbell Barton
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-06-15style cleanup: more nodesCampbell Barton
2012-06-15minor optimizations for dilateCampbell Barton
2012-06-15style cleanupCampbell Barton
2012-06-15style cleanupCampbell Barton
2012-06-15fix for other uninitialized values for the split viewer node as well as incor...Campbell Barton
2012-06-15Core matte input for keying nodeSergey Sharybin