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-08-19use BLI math length functions for distance compositor operations.Campbell Barton
2012-08-19The Distance Node in 2.49/2.5/2.6 pre-tiles has a different calculation for R...Dalai Felinto
2012-08-17Documentation of the Bokeh image operation :)Jeroen Bakker
2012-08-16compositor: replace C++ new/delete with guardedalloc.Campbell Barton
2012-08-16fix for bug reading past the buffer bounds for the inpaint node.Campbell Barton
2012-08-16compositor - EWA filter was blurring too much by default, this caused the dis...Campbell Barton
2012-08-15Fix forJeroen Bakker
2012-08-14use vector for color operation internal storage.Campbell Barton
2012-08-14fix [#32324] regression: node group with missing ID crashes new tile node sys...Campbell Barton
2012-08-13style cleanupCampbell Barton
2012-08-13Fix for [#32220] regression - DistortionCache is never freed.Jeroen Bakker
2012-08-12inpaint node now blend inpaint pixels with existing alpha, this makes soft al...Campbell Barton
2012-08-12avoid divide by zero for the inpaint node.Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-11fix for own error with opencl bokeh blur.Campbell Barton
2012-08-10compositor: bokeh blur size input can now be an image, in this case it uses V...Campbell Barton
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-10minor compositor change: use the max dimension for bokeh blur size, rather th...Campbell Barton
2012-08-09generate COM_OpenCLKernels.cl.h automatically at build time, this allows edit...Campbell Barton
2012-08-09use sensor size when calculating dof rather then hard coded values.Campbell Barton
2012-08-08add threshold blending to opencl too.Campbell Barton
2012-08-08sync changes between opencl and C++ VariableSizeBokehBlurOperation, also remo...Campbell Barton
2012-08-08dof node; change how threshold is applied, rather then clip out pixels at the...Campbell Barton
2012-08-08improvement to the DOF node, after blurring the radius buffer (derived from t...Campbell Barton
2012-08-08DOF node: clamp blurring the zdepth radius buffer by the blur max. This could...Campbell Barton
2012-08-07use bilinear rather then bicubic scaling because bicubic blurs too much.Campbell Barton
2012-08-07speedup to inpaint node in my tests was about ~30% for an optimized build.Campbell Barton
2012-08-06inpaint node from tomato branch by Peter SchlaileCampbell Barton
2012-08-05Fix for keying screen incorrect memory write when some of tracks are disabled.Sergey Sharybin
2012-08-04style cleanupCampbell Barton
2012-08-03style cleanup: compositorCampbell Barton
2012-08-02Fix #32236: unstable z-buffer or z combine composition nodeSergey Sharybin
2012-08-01Code cleanup: Remove unused includes of DNA_scene_types.Sergey Sharybin
2012-08-01Replace scene pointer with scene name to prevent possible misusagesSergey Sharybin
2012-08-01Tie compositor will now update render result when changing node setupSergey Sharybin
2012-08-01- disable mask drawing in the sequencer, this isn't usable yet and likely won...Campbell Barton
2012-07-31remove references to raskter from compositor and BKE mask.Campbell Barton
2012-07-31Fixed [#32226] Black cadioptric lenses in CPU BokehBlur nodeJeroen Bakker
2012-07-29add inline functions for max/min ints, good to use when the arguments are fun...Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-29Support for depth buffers in compositor and viewer nodeJeroen Bakker
2012-07-27Track input node: more control on over output valueSergey Sharybin
2012-07-27Track input node: move all initializaiton to initExecution functionSergey Sharybin
2012-07-27mask motion blur shutter optionCampbell Barton
2012-07-27motion blur for mask node:Campbell Barton
2012-07-26Fix unworkable track position nodeSergey Sharybin
2012-07-26option to use manual size input for sceneCampbell Barton
2012-07-25Defocus node.Jeroen Bakker
2012-07-24Fix corrupted frames producing by fog glare nodeSergey Sharybin