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
2015-03-27Compositor: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2014-10-02Compositor: Reduce number of int<->float conversions in keying screen operationSergey Sharybin
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey 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-05Fix for keying screen incorrect memory write when some of tracks are disabled.Sergey Sharybin
2012-08-01Code cleanup: Remove unused includes of DNA_scene_types.Sergey Sharybin
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-12add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_minmaxCampbell Barton
2012-07-11Fixes for keying screen:Sergey Sharybin
2012-06-26Fix for crash of keying screen node in cases when there's noSergey Sharybin
2012-06-26Optimization of keying screen nodeSergey Sharybin
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-25Ignore disabled markers when building keying screen.Sergey Sharybin
2012-06-25Added feather control to keying nodeSergey Sharybin
2012-06-24Optimization of keying screen nodeSergey Sharybin
2012-06-19KeyingScreen would now deal properly with clips with Start Frame != 1Sergey Sharybin
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-14Keying Screen node from tomato branchSergey Sharybin