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-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
2012-12-24Fix #33650: Compositor locks up when input is an unrendered render layer.Sergey Sharybin
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-01fix [#33368] Crash with multilayer exr nodeCampbell Barton
2012-11-30Final render wouldn't set compositor's update_draw callback, so added NULL checkSergey Sharybin
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-23Compositor: Disabled debug assert checks for connected input sockets after co...Lukas Toenne
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-01style cleanupCampbell Barton