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-03-25Fix #34758, another Crash with NodeGroup. Took a while to get to the bottom, ...Lukas Toenne
2013-03-25code cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-22Add missing comment for m_isResolutionSetSergey Sharybin
2013-03-22Enable previews for inactive compo output and viewer nodes.Sergey Sharybin
2013-03-22Fix for compositor node preview sizes: Use the render output aspect ratio for...Lukas Toenne
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-22Fix for Render Layers node, reported by Jason van Gumster (Fweeb) on IRC. The...Lukas Toenne
2013-03-21Render border + crop will be handled correct in compositor nowSergey Sharybin
2013-03-21code cleanup: misc warnings/styleCampbell Barton
2013-03-20Changes to compositor output nodeSergey Sharybin
2013-03-20When using border rendering, use the same border for compositorSergey Sharybin
2013-03-20Fix #34694. This was actually a bug in the compositor's Bokeh Blur operation....Lukas Toenne
2013-03-20Fix for compositor bug introduced in pynodes branch by removing the default M...Lukas Toenne
2013-03-19change to variable size bokeh blue, dont blur larger areas then the current p...Campbell Barton
2013-03-19Added alpha output to movie clip compositor nodeSergey Sharybin
2013-03-18Use extern "C" when including BKE_node.h in C++ compositor code, to avoid lin...Lukas Toenne
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-14There was a regression in recent bugfix which touched Mix node.Sergey Sharybin
2013-03-14Code cleanup: replace magic constant used for alpha ignore flag with a define.Sergey Sharybin
2013-03-13Report timing compositor statistics when running in background mode.Sergey Sharybin
2013-03-13Disable viewer nodes and previews when rendering in background modeSergey Sharybin
2013-03-12Print compositor execution statistics when in background modeSergey Sharybin
2013-03-12Fix for crash in special cases when mixing translate node with otherSergey Sharybin
2013-03-12Fix #34599: Mask nodes stop working if output is later piped through HSV nodeSergey Sharybin
2013-03-09Fix for recent compo border commitSergey Sharybin
2013-03-07Border for compositor viewer node featureSergey Sharybin
2013-03-04Fix #34475: Weird noise bug with Texture nodesSergey Sharybin
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-01Fix #34461: Inconsistent behavior of "Color Mix Node" and "Alpha Over Node"Sergey Sharybin
2013-02-27Fix various warnings with clang build, and adjust cmake clang warnings flagsBrecht Van Lommel
2013-02-18Correction to r54600Sergey Sharybin
2013-02-17code cleanup: change order of args in void BKE_object_where_is_calc_time_ex()...Campbell Barton
2013-02-17Fix for [#34182] Movie Distortion and Bilateral Blur doesn't work togetherJeroen Bakker
2013-02-17Added option for group node buffering in the compositor.Monique Dewanchand
2013-02-15style cleanupCampbell Barton
2013-02-10We've reconsidered previous patch in IRC.Sergey Sharybin
2013-02-10Added option to composite/viewer nodes which specifys whether alpha inputSergey Sharybin
2013-02-07fix for [#34133] Creation of an RGBA buffer from an RGB color and an alpha ch...Jeroen Bakker
2013-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06Code clean up translate nodeMonique Dewanchand
2013-02-04Compile fix for r54300, setFactorXY function does not return a value. Thomas Dinges
2013-02-04Compositor "Relative" option for Translate node, same as for other nodes thisBrecht Van Lommel
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-04style cleanupCampbell Barton
2013-02-03One fix for bug [#33785] compositor is (unnecessarily?) slowMonique Dewanchand
2013-02-03Fix for [#34022] Lines on renders using Blur node in flat modeJeroen Bakker
2013-02-01Move opencl and reigidbody from source/blender/ to intern/Sergey Sharybin
2013-02-01style cleanupCampbell Barton