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-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
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28bmo_subdivide_edgering.c now builds with release+debuginfo, also remove unuse...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20Math Node:Thomas Dinges
2013-05-18Comment out coordinates mapping made in rev55469Sergey Sharybin
2013-05-17Fix #35369: Crop node or FileOutput node bug.Sergey Sharybin
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