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-25code cleanup:Campbell Barton
2013-03-24fix for struct definition building with msvc2008 and some style cleanup.Campbell Barton
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-21Render border + crop will be handled correct in compositor nowSergey Sharybin
2013-03-20Changes to compositor output nodeSergey Sharybin
2013-03-20Fix #34694. This was actually a bug in the compositor's Bokeh Blur operation....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-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-13Disable viewer nodes and previews when rendering 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-04Fix #34475: Weird noise bug with Texture nodesSergey 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-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-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 cleanupCampbell Barton
2013-02-03Fix for [#34022] Lines on renders using Blur node in flat modeJeroen Bakker
2013-02-01style cleanupCampbell Barton
2013-01-31 Apply patch [#33999] Wrapping mode for the "translate" compositing nodeMonique Dewanchand
2013-01-31style cleanupCampbell Barton
2013-01-30Patch by erwin94 [#34015] dilate/erode multithreadingMonique Dewanchand
2013-01-28style cleanup: also remove unneeded NULL check.Campbell Barton
2013-01-25committed patch [#33972] dilate/erode optimizationMonique Dewanchand
2013-01-21Fixed render time regression in Blender InternalSergey Sharybin
2013-01-16style cleanupCampbell Barton
2013-01-15Two threading issues:Sergey Sharybin
2012-12-28Convert alpha node: rename "key alpha" to "straight alpha" for consistency.Brecht Van Lommel
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-18style cleanupCampbell Barton
2012-12-11code cleanup: neareast -> nearestCampbell Barton
2012-12-05Fix for crop operation using uninitialized bounds in cases input image resolu...Sergey Sharybin
2012-12-04Fix #33402: Compositor crashes when drag-dropping multilayer exrSergey Sharybin
2012-11-30Map Range: added the same infinity clamping for Z buffer as normalize node.Sergey Sharybin
2012-11-30Normalize node: clamp infinities to 0/1 (depending on sign)Sergey Sharybin
2012-11-30Compositor should never add notifiers by himself, notifiers should be addedSergey Sharybin
2012-11-23m_overlay wasn't initialized in a constructor of FastGaussianBlurValueOperationSergey Sharybin
2012-11-23Fix usage of uninialized memory in some operationsSergey Sharybin
2012-11-17Fix #33209: Opening an image with image node on Compositing freezes BlenderSergey Sharybin
2012-11-17Fix #33204: Blur node ignores Gamma settingSergey Sharybin