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-05-14Fix for #35349, multiple viewers nodes crashing during render. The condition ...Lukas Toenne
2013-05-14style cleanupCampbell Barton
2013-05-13Fix #35330: Blur node crash due to size overflowSergey Sharybin
2013-05-13Fix #35327: compositing Z combine node was not giving the same result as prev...Brecht Van Lommel
2013-05-10Fix for #35291, Deleting 'Group Output' node in compositor causes Segfault. A...Lukas Toenne
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-08style cleanupCampbell Barton
2013-04-07freestyle lineset `tag` attribute was defined but not used, also some code cl...Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-04-05code cleanup: quiet some warnings and styleCampbell Barton
2013-04-05Fix for compositor bug found by Ton Roosendaal. Color Balance node was using ...Lukas Toenne
2013-04-04Fix for 34703 Mix node (Hue, Saturation) update and rendering errorJeroen Bakker
2013-04-02Box and Ellipse mask nodes will now output shapeSergey Sharybin
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-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