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-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-05Fix for crop operation using uninitialized bounds in cases input image resolu...Sergey Sharybin
2012-12-04Fix #33402: Compositor crashes when drag-dropping multilayer exrSergey Sharybin
2012-11-30Map Range: added the same infinity clamping for Z buffer as normalize node.Sergey Sharybin
2012-11-30Normalize node: clamp infinities to 0/1 (depending on sign)Sergey Sharybin
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-11-23m_overlay wasn't initialized in a constructor of FastGaussianBlurValueOperationSergey Sharybin
2012-11-23Fix usage of uninialized memory in some operationsSergey Sharybin
2012-11-17Fix #33209: Opening an image with image node on Compositing freezes BlenderSergey Sharybin
2012-11-17Fix #33204: Blur node ignores Gamma settingSergey Sharybin
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15fix for deleting lines hanging the text editor when no markers are used, pres...Campbell Barton
2012-11-15fix range map node clipping when max < minDalai Felinto
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-11-10Removed determineDependingAreaOfInterest from movie distortion nodeSergey Sharybin
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-11-10Fixes for movie distortion nodeSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-11-04fix own error in r51819, was reading outside of the buffer, also comment unus...Campbell Barton
2012-11-04code cleanup: double promotionsCampbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-02fix for compositor regression where blur note offset the image one pixel to t...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-28style cleanupCampbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-24Oeps... Enabled the pixelate node added documentation, removed unneededJeroen Bakker
2012-10-24style cleanupCampbell Barton
2012-10-24Updated crop image setting to make every pixel outside the crop black asJeroen Bakker
2012-10-24Adding a pixelate node.Jeroen Bakker
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-10-23rename api functions...Campbell Barton
2012-10-21Fix for [#32931] Crop node resets values to 0Jeroen Bakker
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-13Cycles: progressive refine optionSergey Sharybin
2012-10-07code cleanup: glare stream operation was setting alpha array twice.Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-10-03fix [#32739] Glare node does "add" instead of "lighten"Campbell Barton
2012-10-02freeing node trees no longer decreases their user counts, this cause causing ...Campbell Barton
2012-10-02 * fix for regression test [compo_map_uv.blend]Jeroen Bakker
2012-10-02 * fix for regression file [compo_map_zcombine_cubes.blend]Jeroen Bakker
2012-10-01Fix #32728: File Output node always save as RGBA, even when RGB is selectedSergey Sharybin