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
2013-02-01style cleanupCampbell Barton
2013-01-31 Apply patch [#33999] Wrapping mode for the "translate" compositing nodeMonique Dewanchand
2013-01-31style cleanupCampbell Barton
2013-01-30Patch by erwin94 [#34015] dilate/erode multithreadingMonique Dewanchand
2013-01-28style cleanup: also remove unneeded NULL check.Campbell Barton
2013-01-25committed patch [#33972] dilate/erode optimizationMonique Dewanchand
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-16style cleanupCampbell Barton
2013-01-15Two threading issues:Sergey Sharybin
2012-12-28Convert alpha node: rename "key alpha" to "straight alpha" for consistency.Brecht Van Lommel
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18style cleanupCampbell Barton
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