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
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker
2021-03-05Cleanup: use MIN2/MAX2 in compositor.Jeroen Bakker
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy, readability-redundant-member-initSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18Cleanup: conform headers to have license firstCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2017-11-21Cleanup: We do not use camel case in Blender codeSergey Sharybin
2017-11-21Fix T53371: Keying Node fails with values above 1Sergey Sharybin
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-08-10code cleanup: compositor - define size for executePixel function output float...Campbell Barton
2012-07-23Keying: apply garbage / core mattes after clampingSergey Sharybin
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-06-26use m_ prefix for compositor class members (all compositor operations).Campbell Barton
2012-06-24Fixes for area of interest in keying nodes: no need to wait for the wholeSergey Sharybin
2012-06-23Keying node: assume overexposured pixels as foregroundSergey Sharybin
2012-06-15style cleanup: compositor operationsCampbell Barton
2012-06-15Core matte input for keying nodeSergey Sharybin
2012-06-15Garbage mate input for keying nodeSergey Sharybin
2012-06-14Kaying node from tomato branchSergey Sharybin
2012-06-09Actually that was an error in on of test formulas. Stick back to original one.Sergey Sharybin
2012-06-09Changes to keying nodes:Sergey Sharybin
2012-05-30Several small fixes to nodes:Sergey Sharybin
2012-05-29Initial commit of new keying nodesSergey Sharybin