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-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
2012-05-23cleanup relink codeJeroen Bakker
2012-05-23 * Stopped flickering of preview imagesJeroen Bakker
2012-05-22 * Composite result is updated when editing (preview were alreadyJeroen Bakker
2012-05-22Fix imbuf users leak in MovieClip tiles nodeSergey Sharybin
2012-05-22Fix for movie distoriton node in tilesSergey Sharybin
2012-05-22style cleanup: brace placement.Campbell Barton
2012-05-21Fix for [#31418] Code review: OpenCL initializationJeroen Bakker
2012-05-21fix for [#31543] Nodes use array past boundsJeroen Bakker
2012-05-21 * Bokeh Image angle now has rnge from -720 to +720 degreesJeroen Bakker
2012-05-21Added switch in dilate/erode between old (Step) and new (Distance)Jeroen Bakker
2012-05-21== Compositor ==Peter Schlaile
2012-05-19style cleanup: whitespace/indentationCampbell Barton
2012-05-18Fix for Tile image node. This was still using the path string for multilayer ...Lukas Toenne
2012-05-18Partial revert of r46542.Lukas Toenne
2012-05-18style cleanup: and add missing files to cmakeCampbell Barton
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-18Don't link compositor with blender player.Antony Riakiotakis
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17Fix for MSVC float conversionJeroen Bakker
2012-05-17MinGW64 and possibly gcc 4.7 doesn't like interface as identifier.Antony Riakiotakis
2012-05-17code cleanup: quiet warnings from compositor merge (builds with -Werror now i...Campbell Barton
2012-05-17 ____ Jeroen Bakker