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-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13fix [#31819] New Compositor Ommits 'Composite' layerCampbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13fix for incorrectly checking for break in r47826Campbell Barton
2012-06-13style cleanupCampbell Barton
2012-06-13 * optimized threadingJeroen Bakker
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-06-13yse BLI_math for the compositor in more places.Campbell Barton
2012-06-12remove input socket of mask node, this wasnt used.Campbell Barton
2012-06-12 * FIX forJeroen Bakker
2012-06-11minor fixesCampbell Barton
2012-06-11 * Blur node had some irregularities at the edge of the screenJeroen Bakker
2012-06-11correct freeing C++ arrays.Campbell Barton
2012-06-10Applied and completed a compositor patch by Brecht to use signalling and wait...Lukas Toenne
2012-06-10Fix for Tile group nodes with internally unconnected outputs, this was crashi...Lukas Toenne
2012-06-09code cleanup: reduce float/double promotionCampbell Barton
2012-06-08 * Added OpenCL kernel for bokeh blurJeroen Bakker
2012-06-07new sequence strip type for masks.Campbell Barton
2012-06-05style cleanupCampbell Barton
2012-06-04 * modified vieweroperation to not calculate based on the DO_NODE_OUTPUTJeroen Bakker
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-04remaining mask files from tomato. these wont get svn history carried over.Campbell Barton
2012-06-04Fix #31697: Blender crashes when using several viewer nodes in tileSergey Sharybin
2012-06-04Fix for relative blur size for non-fast gaussian blur methods.Sergey Sharybin
2012-06-03minor optimizations to compositor, avoid indirections when operating array me...Campbell Barton
2012-06-03Bugfix for [#31692] Blur Node (Flat) X size affects Y size, Y size does nothingThomas Dinges
2012-06-01code cleanup: warningsCampbell Barton
2012-06-01Optimize Gaussian blursMonique Dewanchand
2012-06-01Fixed crashJeroen Bakker
2012-06-01Replaced tile based memory manager with a single aligned bufferMonique Dewanchand
2012-06-01Removed unused files in compositorJeroen Bakker
2012-06-01Fix for [#31662] Compositing: No Alpha if image/color connected to second inp...Monique Dewanchand
2012-05-31style cleanupCampbell Barton
2012-05-31Fix for [#31602] Node Glare: Ghosts effectJeroen Bakker
2012-05-31Fix for [#31542] Tiles Compositor: Image sequences brokenJeroen Bakker
2012-05-31 * Added new dilate/erode functionJeroen Bakker
2012-05-31Fix for Monique Dewanchand
2012-05-30 * fixed memory leak in compositor operation.Jeroen Bakker
2012-05-30fix incorrect delete usage in the compositor.Campbell Barton
2012-05-29Compositor filter nodeJeroen Bakker
2012-05-29 * Compositor Alpha channel was not effected by the ConvolutionFiltersJeroen Bakker
2012-05-29 * Compositor fix for OpenCL [OpenCL platform installed, but noJeroen Bakker
2012-05-27Use BKE_movieclip_get_size rather than BKE_movieclip_get_ibuf and use ibuf's ...Sergey Sharybin
2012-05-27Fix mistmatch in usage of delete vs. delete [] in tiles reported by valgrind ...Sergey Sharybin
2012-05-24Fix new compositor color to value/bw conversion working different than it didBrecht Van Lommel
2012-05-24 * removed clamp from color correctionJeroen Bakker
2012-05-23style cleanup: also correct commentCampbell Barton