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-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-25correct free command for an array in the compositorCampbell Barton
2012-06-25Ignore disabled markers when building keying screen.Sergey Sharybin
2012-06-25fix for #31914Jeroen Bakker
2012-06-25the mutex struct seems to be different across systems, use memset rather then...Campbell Barton
2012-06-25Fix compile after 48262 ( braces)Jens Verwiebe
2012-06-25Added feather control to keying nodeSergey Sharybin
2012-06-25more guardedalloc use in C++, also make compositorMutex a static var, was all...Campbell Barton
2012-06-25optionally use guarded alloc for tiles compositor, also replace allocation fu...Campbell Barton
2012-06-25Optimization of Keying Blur operationSergey Sharybin
2012-06-24Skip edge matte operation creation if output socket is not connected.Sergey 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-24Remove unused header include.Sergey 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-21[#31895] Connect 'Hue Correct' to 'Viewer' crashes.Jeroen Bakker
2012-06-21 * only calculate node preview that are visible (node_preview flag set &Jeroen Bakker
2012-06-21 * make it possible to composite without an compositor node [#31878]Jeroen Bakker
2012-06-21 * fix to support for multiple OpenCL platform for the CompositorJeroen Bakker
2012-06-21negate previous commit flag, this way existing files dont loose their feather.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-20 * reset OpenCL innerloop size to 32.Jeroen Bakker
2012-06-20style cleanupCampbell Barton
2012-06-20Fix crash in compositing nodes with a node group with missing datablock, canBrecht Van Lommel
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-19Implemented Preview of defocus to set the quality of the node to LowJeroen Bakker
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-19 * Enabled OpenCL for the compositorJeroen Bakker
2012-06-18Fix #31740, compositor overwrites images on frame scrubbing. Restored old com...Lukas Toenne
2012-06-17style cleanup:Campbell Barton
2012-06-17code cleanup: includes, also correct some py example typosCampbell 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