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-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-19style cleanupCampbell Barton
2013-09-13Fix for #36720 and #36721.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-09Fix #36692: crash with split viewer compositing node and rendering. Only one ...Brecht Van Lommel
2013-09-06On the second thought, no need to go between straight and premul when doing A...Sergey Sharybin
2013-09-05code cleanup:Campbell Barton
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-05Removed unused variables used only in BLI_assert, this triggers compiler warn...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 issue with EWA filtering in compositor which disabled alphaSergey Sharybin
2013-08-19Fix warnings reported by cavity checkerSergey Sharybin
2013-08-17fix for crash in compositor/opencl, the error value of -1001 would read past ...Campbell Barton
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-07Another preview fix for SplitViewer nodeSv. Lockal
2013-08-06code cleanup: remove lock from ViewerOperation classCampbell Barton
2013-08-05SplitViewer node:Sv. Lockal
2013-08-04Cycles / SSS passes:Thomas Dinges
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-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-19code cleanup: case & brace placementCampbell Barton
2013-07-17style cleanupCampbell Barton
2013-07-17Possible fix for [#36086] Activating the opencl option in the compositor caus...Thomas Dinges
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-13Fix #35586: add an option to the Z Combine compositing node to disable the ZBrecht Van Lommel
2013-07-10Fix #36041, Chroma key broken. Compositor node was using wrong socket index t...Lukas Toenne
2013-07-04Fix non-conditional out-of-bounds memory access in DoubleEdgeMask nodeSv. Lockal
2013-07-03Fix deadlock in coordinate wrapping operation with zero dimensionSergey Sharybin
2013-06-30Fix forJeroen Bakker
2013-06-25Buildbot: disable command length workaround for now, seems to give link errors.Brecht Van Lommel
2013-06-25Buildbot: another workaround for the Windows command length limit, this timeBrecht Van Lommel
2013-06-25Attempt to workaround mingw64 buildbot issue with Windows command length limits,Brecht Van Lommel
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-06-13Fix crash in movie clip node when ibuf fails to load.Sergey Sharybin
2013-06-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
2013-06-08Fix for bug [#35400] Dilate Erode Feather Bug - feathering wraps around imageMonique Dewanchand
2013-06-02Fix #35599: MovieClip node crashes when using multilayer exrSergey Sharybin