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
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-12Fix T43974: Alpha output of movie clip node crashes blenderSergey Sharybin
2015-03-09Fix T43908: Mask render bug, one pixel black lineSergey Sharybin
2015-01-20Fix T42844: Compositor scale offsetSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-06-13Fix crash in movie clip node when ibuf fails to load.Sergey Sharybin
2013-06-02Fix #35599: MovieClip node crashes when using multilayer exrSergey Sharybin
2013-03-19Added alpha output to movie clip compositor nodeSergey Sharybin
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-09-03Fix for compositor always cacheing frames when using Movie Clip input nodeSergey 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-01Code cleanup: Remove unused includes of DNA_scene_types.Sergey Sharybin
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-03Tomato: skip cache for Movieclip input node only when renderingSergey Sharybin
2012-07-03Tomato experimental option: disable cacheing for movie clip nodeSergey Sharybin
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-05-27Use BKE_movieclip_get_size rather than BKE_movieclip_get_ibuf and use ibuf's ...Sergey Sharybin
2012-05-22Fix imbuf users leak in MovieClip tiles nodeSergey Sharybin
2012-05-21== Compositor ==Peter Schlaile
2012-05-18style cleanup: compositor, pointer syntax, function brace placement, line lengthCampbell Barton
2012-05-17style cleanup: braces, compositorCampbell Barton
2012-05-17 ____ Jeroen Bakker