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-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-06Tile fix: Use the validity flag in node links directly instead of the indirec...Lukas Toenne
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-03fix for bokeh blur using uninitialized memory - it would cause some tiles not...Campbell Barton
2012-08-02Fix #32236: unstable z-buffer or z combine composition nodeSergey Sharybin
2012-08-01Code cleanup: remove some more unused includes of DNA_scene_typesSergey 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-30Fixed own regression introduced in recent compositor commitSergey Sharybin
2012-07-30Fix incorrect connections for muted nodes in tile compositorSergey Sharybin
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-27code cleanup: pass mouse position as int[2] rather then wmEventCampbell Barton
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
2012-07-23Keying: apply garbage / core mattes after clampingSergey Sharybin
2012-07-22fix for own error using uninitialized memory for scale compo node.Campbell Barton
2012-07-22fix for more new[]/delete[] mismatchesCampbell Barton
2012-07-22fix for compositor new[]/delete[] mismatch.Campbell Barton
2012-07-22style cleanupCampbell Barton
2012-07-20fix for compositor bug, mix node operation `clamp` was uninitialized.Campbell Barton
2012-07-19Possible fix for [#32141] Crash when using a mask as the factor inputJeroen Bakker
2012-07-19Fix for Jeroen Bakker
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-07-18workaround for a bug with zero edges getting removed got feather faces out of...Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16correct own naming error BLI -> BKECampbell Barton
2012-07-16fix for linking with scons.Campbell Barton
2012-07-15minor refactor for rect functions. more consistent naming.Campbell Barton
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-13fix for crash with new rasterizerCampbell Barton
2012-07-13Inner loop optimization of blur nodeJeroen Bakker
2012-07-13Removed parameter from executePixel and initializeTileData.Jeroen Bakker
2012-07-13bugfix: [#32073] Displace node different result between Low and high qualityDalai Felinto
2012-07-13new mask rasterizer written to take advantage of the compositors threading, m...Campbell Barton