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 (Collapse)Author
2012-07-12Small optimizations in compositor.Jeroen Bakker
Most of them are not noticeable.
2012-07-11Compositor:Jeroen Bakker
Added OpenCL kernel for the directional blur. This operation always uses the full input image. In the current implementation this input image is not cached on the device. Future enhancement could be to cache it on the available opencl devices
2012-07-11Fix for tiles bug:Monique Dewanchand
[#31981] Bokeh Blur Node - Size input socket does not accept input from Value Input node, Values smaller than 0.1 will produce black output
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
- Fixed issues with calculating matte with balance != 0.5 It used to be used concave combination of minimal and maximal channel values which could be inpredictable. Use concave combination of two non-major channels sorted by their index, so such combination would always use the same coefficients for particular non-major channels. - Added despill balance slider which defines balance between non-major channels used for calculating average of two colors. Difference between average value and pixel value of major screen channel defines amount of despill. Balance of 0.5 gives the same behavior as it was before this slider was added. --- svn merge -r48678:48679 -r48789:48790 ^/branches/soc-2011-tomato
2012-07-10Movie Clip Node: skip putting frame to cache when rendering animationSergey Sharybin
This helps keeping memory usage low and have cached segments untouched when mixing stuff like tracking and rendering -- now you wouldn't be need to re-cache segment you're working on after rendering. --- svn merge -r48550:48552 ^/branches/soc-2011-tomato
2012-07-10Synchronize style cleanup changes made in tomato branchSergey Sharybin
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
-- svn merge -r48088:48089 -r48091:48092 ^/branches/soc-2011-tomato
2012-07-10Mango request: option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
--- Merging r48792 from soc-2011-tomato into trunk
2012-07-10Tomato: added option to clamp result of Mix RGB and Color Math nodesSergey Sharybin
2012-07-09removed depth aware defocusJeroen Bakker
add blur to radius buffer
2012-07-06Tomato keying screen: small fixes and improvementsSergey Sharybin
- Fixed issues with calculating matte with balance != 0.5 It used to be used concave combination of minimal and maximal channel values which could be inpredictable. Use concave combination of two non-major channels sorted by their index, so such combination would always use the same coefficients for particular non-major channels. - Added despill balance slider which defines balance between non-major channels used for calculating average of two colors. Difference between average value and pixel value of major screen channel defines amount of despill. Balance of 0.5 gives the same behavior as it was before this slider was added.
2012-07-05svn merge ^/trunk/blender -r48604:48638Campbell Barton
2012-07-05style cleanupCampbell Barton
2012-07-04svn merge ^/trunk/blender -r48585:48604Campbell Barton
2012-07-04relay the original node to a different place holder to resolve someJeroen Bakker
crashes.
2012-07-04Spellfixes: colour -> colorBastien Montagne
2012-07-04svn merge ^/trunk/blender -r48576:48585Campbell Barton
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-07-03Tomato: skip cache for Movieclip input node only when renderingSergey Sharybin
2012-07-03svn merge ^/trunk/blender -r48489:48527Campbell Barton
2012-07-03Optimized the area of interest of the lensdistortion node.Jeroen Bakker
This will have faster feedback to the user, as lensdistortion is mostly a node that is located at the end of a composite
2012-06-26svn merge ^/trunk/blender -r48305:48307Campbell Barton
2012-06-26mask and grease pencil now display in the dope sheet summeryCampbell Barton
2012-06-26svn merge ^/trunk/blender -r48288:48302Campbell Barton
2012-06-26quiet all -Wshadow warnings in the compositor.Campbell Barton
2012-06-26rename remaining class members with m_ prefix.Campbell Barton
2012-06-25Merging r48257 through r48263 from trunk into soc-2011-tomatoSergey Sharybin
2012-06-25Added feather control to keying nodeSergey Sharybin
Behaves in the same way as feather dilate/erode node, applies after dilate/erode in node. Also use distance dilate/erode instead of size.
2012-06-25Merging r48255 through r48256 from trunk into soc-2011-tomatoSergey Sharybin
2012-06-25Optimization of Keying Blur operationSergey Sharybin
Separate X and Y passes of blurring like it's done for flat gaussian blur. This reduces computing difficulty from size^2 to 2*size without any visual changes in matte.
2012-06-24Merging r48241 through r48245 from trunk into soc-2011-tomatoSergey Sharybin
2012-06-24Skip edge matte operation creation if output socket is not connected.Sergey Sharybin
2012-06-24Merging r48224 through r48237 from trunk into soc-2011-tomatoSergey Sharybin
2012-06-24Remove unused header include.Sergey Sharybin
2012-06-24style cleanypCampbell Barton
2012-06-22svn merge ^/trunk/blender -r48188:48195Campbell Barton
2012-06-22remove scene from new compositor classes. only needs RenderDataCampbell Barton
2012-06-22fix for [#31890] Lens Distortion inside Node group don't workJeroen Bakker
2012-06-22svn merge ^/trunk/blender -r48168:48188Campbell Barton
2012-06-21[#31895] Connect 'Hue Correct' to 'Viewer' crashes.Jeroen Bakker
2012-06-21svn merge ^/trunk/blender -r48160:48162Campbell Barton
2012-06-21negate previous commit flag, this way existing files dont loose their feather.Campbell Barton
2012-06-21svn merge ^/trunk/blender -r48158:48160Campbell Barton
2012-06-21svn merge ^/trunk/blender -r48153:48158Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing ↵Campbell Barton
masks its useful to be able to disable. also rename RNA to 'use_antialiasing'
2012-06-21svn merge ^/trunk/blender -r48147:48153Campbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-20svn merge ^/trunk/blender -r48119:48129Campbell Barton
2012-06-20Fix crash in compositing nodes with a node group with missing datablock, canBrecht Van Lommel
happen with library linking and missing files.
2012-06-20svn merge ^/trunk/blender -r48078:48105Campbell Barton