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
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-01-26Code Cleanup: style and correct API class refCampbell Barton
2014-01-22Fix T38011 and cleanup of Lens Distortion node code.Lukas Tönne
2014-01-01Fix deadlock happening when using Save Buffers for renderSergey Sharybin
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-18Color management: get rid of original byte buffer partial updateSergey Sharybin
2013-12-10Style CleanupCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-12-04Fix for interpolation errors on lower-left borders in compositor imageLukas Tönne
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-11-22Code Cleanup: warningsCampbell Barton
2013-11-20Fix T37172: Plane Tracker Deform - No perspectiveSergey Sharybin
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-11-19Potential fix for T37525: Viewer node causes crashSergey Sharybin
2013-11-06Fix #37333: Bad default value in Color Balance. Use independent offset/power/...Lukas Toenne
2013-11-04code cleanup: typo in function nameCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-29Code cleanup: use bool instead of int in mask moduleSergey Sharybin
2013-10-25code cleanup and add mball select similar into the menuCampbell Barton
2013-10-23Fix #37175, Viewer node issue for newly toggled render passes.Lukas Toenne
2013-10-23style cleanupCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-19Applied patch [#34178] tile rendering for fast gaussian blurJeroen Bakker
2013-10-19Compositor: did some inner loop optimizations of the fast gaussian blur.Jeroen Bakker
2013-10-14code cleanup: correct unsigned int in string formatting and use empty() check...Campbell Barton
2013-10-14code cleanup: remove duplicate assignmentsCampbell Barton
2013-09-19Fix #36755, EXR Layers are not fully updated on scene load or image refresh.Lukas Toenne
2013-09-19Fix for OutputFile node, this would crash with unconnected sockets in MultiEX...Lukas Toenne
2013-09-13Cleanup and improvements of the compositor debug output.Lukas Toenne
2013-09-11Fix #36700, z-depth not rendering properly at (n*256)+1 dimensions.Lukas Toenne
2013-09-06On the second thought, no need to go between straight and premul when doing A...Sergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-05Compositor cleanup: Merge conversion operations into a single file (see also ...Lukas Toenne
2013-09-05Fix #36113, Translate's wrapping has 1 pixel gap in X and Y after scale node.Lukas Toenne
2013-09-05Extend mode option for MemoryBuffer reading in compositor. This will allow pr...Lukas Toenne
2013-09-05Merge some operations into a single fileSergey Sharybin
2013-08-19Fix warnings reported by cavity checkerSergey Sharybin
2013-08-16Remove ifdef-ed code, it's still in SVn anyway.Sergey Sharybin
2013-08-16Tweaks to MapUV and PlaneTrack nodes to make results less doggySergey Sharybin
2013-08-16Fix for #36468, "Buffer Groups" option changes compositing output.Lukas Toenne
2013-08-16Make byte-float conversion threaded in compositorSergey Sharybin
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-06code cleanup: remove lock from ViewerOperation classCampbell Barton
2013-08-05SplitViewer node:Sv. Lockal
2013-07-22fix [#36248] Crash using factor input on color mix node.Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-15Fix #36058: Displace Modifier errors using a baked Image and displace baking ...Sergey Sharybin
2013-07-15replace strncpy with BLI_strncpy for cases we expect the string to be NULL te...Campbell Barton
2013-07-13fix for missing break with compositor levels (blue passed through to luminance)Campbell Barton
2013-07-04Fix non-conditional out-of-bounds memory access in DoubleEdgeMask nodeSv. Lockal