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-07-10Fix #36041, Chroma key broken. Compositor node was using wrong socket index t...Lukas Toenne
2013-07-04Fix non-conditional out-of-bounds memory access in DoubleEdgeMask nodeSv. Lockal
2013-07-03Fix deadlock in coordinate wrapping operation with zero dimensionSergey Sharybin
2013-06-30Fix forJeroen Bakker
2013-06-25Buildbot: disable command length workaround for now, seems to give link errors.Brecht Van Lommel
2013-06-25Buildbot: another workaround for the Windows command length limit, this timeBrecht Van Lommel
2013-06-25Attempt to workaround mingw64 buildbot issue with Windows command length limits,Brecht Van Lommel
2013-06-13Fix #35634: weight paint did not do z-buffer culling anymore on Windows after...Brecht Van Lommel
2013-06-13Fix crash in movie clip node when ibuf fails to load.Sergey Sharybin
2013-06-12Track Position node now could output absolute position of track at a given frameSergey Sharybin
2013-06-12Remove magic constants from Track Position node RNA code.Sergey Sharybin
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