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-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-09Code Cleanup: styleCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Fix T37890: compositor did not take number of thread setting into account.Brecht Van Lommel
2013-12-10Style CleanupCampbell Barton
2013-12-04Fix for EWA (elliptical weighted average) sampling in the compositor.Lukas Tönne
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-22Code Cleanup: warningsCampbell Barton
2013-11-19Cleanup: Renamed compositor executePixel functions and their 'read' wrappers ...Lukas Tönne
2013-10-23style cleanupCampbell Barton
2013-10-16Fix #37084, Backdrop not invalidating inside node groups.Lukas Toenne
2013-10-11code cleanup: use const's for static arraysCampbell Barton
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-05code cleanup:Campbell Barton
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-05Extend mode option for MemoryBuffer reading in compositor. This will allow pr...Lukas Toenne
2013-08-19Fix issue with EWA filtering in compositor which disabled alphaSergey Sharybin
2013-08-17fix for crash in compositor/opencl, the error value of -1001 would read past ...Campbell Barton
2013-08-16Merge plane track feature from tomato branchSergey Sharybin
2013-08-05SplitViewer node:Sv. Lockal
2013-07-22fix [#36248] Crash using factor input on color mix node.Campbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-17style cleanupCampbell Barton
2013-07-17Possible fix for [#36086] Activating the opencl option in the compositor caus...Thomas Dinges
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-05-17Fix #35369: Crop node or FileOutput node bug.Sergey Sharybin
2013-05-05correction for uv template, also some doxygen comment corrections. Campbell Barton
2013-04-28minor changes, BLI_uvproject_from_view was doing matrix multiply for no reaso...Campbell Barton
2013-04-24Fix for #34739 and #35060, avoid ambiguity in compositor viewer nodes.Lukas Toenne
2013-04-05code cleanup: include orderCampbell Barton
2013-03-29misc minor edits.Campbell Barton
2013-03-25Fix #34758, another Crash with NodeGroup. Took a while to get to the bottom, ...Lukas Toenne
2013-03-22Add missing comment for m_isResolutionSetSergey Sharybin
2013-03-22Fix for compositor node preview sizes: Use the render output aspect ratio for...Lukas Toenne
2013-03-21Render border + crop will be handled correct in compositor nowSergey Sharybin
2013-03-20When using border rendering, use the same border for compositorSergey Sharybin
2013-03-20Fix for compositor bug introduced in pynodes branch by removing the default M...Lukas Toenne
2013-03-18Use extern "C" when including BKE_node.h in C++ compositor code, to avoid lin...Lukas Toenne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-13Report timing compositor statistics when running in background mode.Sergey Sharybin
2013-03-12Print compositor execution statistics when in background modeSergey Sharybin
2013-03-09Fix for recent compo border commitSergey Sharybin
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-02-17Added option for group node buffering in the compositor.Monique Dewanchand
2013-01-09style cleanupCampbell Barton