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
2012-07-25Fix #32178, Adding "File Output" node crashes when a video output type is sel...Lukas Toenne
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-16fix for linking with scons.Campbell Barton
2012-07-13Fix #32087: Crash while changing values in comp editor (bt and blender included)Sergey Sharybin
2012-07-10Keying screen: small fixes and improvements from tomatoSergey Sharybin
2012-07-10refactor node highlight code. New implementation will not write toJeroen Bakker
2012-07-10Mango request: added an input node to use track's position in compositorSergey Sharybin
2012-07-05style cleanupCampbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-07-04relay the original node to a different place holder to resolve someJeroen Bakker
2012-07-04Highlight nodes that are being processedJeroen Bakker
2012-07-03More spell and typo fixes (mostly visualise->visualize, grey->gray, normalise...Bastien Montagne
2012-07-01style cleanup: commentsCampbell Barton
2012-07-01Scons:Thomas Dinges
2012-06-30the compositor optional for cmake: WITH_COMPOSITORCampbell Barton
2012-06-22use an inline function for rgb -> bw conversion.Campbell Barton
2012-06-21 * make it possible to composite without an compositor node [#31878]Jeroen Bakker
2012-06-21negate previous commit flag, this way existing files dont loose their feather.Campbell Barton
2012-06-21option to disable feather, since its so slow - for interactively editing mask...Campbell Barton
2012-06-21falloff options for dilate/erode feather compo node.Campbell Barton
2012-06-20minor speedup for the glare compositor nodeCampbell Barton
2012-06-19Implementation of node for track position inputSergey Sharybin
2012-06-17style cleanup:Campbell Barton
2012-06-16speedup for fast gauss blue (approx 10% - 15%)Campbell Barton
2012-06-15minor optimizations for dilateCampbell Barton
2012-06-15style cleanupCampbell Barton
2012-06-15style cleanupCampbell Barton
2012-06-15Core matte input for keying nodeSergey Sharybin
2012-06-152D stabilization didn't work since clip start frame commitSergey Sharybin
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-15style cleanup: composite/blurCampbell Barton
2012-06-15Garbage mate input for keying nodeSergey Sharybin
2012-06-15add node scale offset for old compositor too - also fix for error in last com...Campbell Barton
2012-06-14code cleanup: replace most fRGB functions with inline vector functionsCampbell Barton
2012-06-14remove unused fRGB defines and change float member to bool.Campbell Barton
2012-06-14new scaling options to scale footage without stretching - add stretch/fit/cro...Campbell Barton
2012-06-14style cleanupCampbell Barton
2012-06-14revert own commits 47907, 47908 after some discussion this is really bad and ...Campbell Barton
2012-06-14change to scale node - multiply scale by scene size, without this theres no r...Campbell Barton
2012-06-14Kaying node from tomato branchSergey Sharybin
2012-06-14Keying Screen node from tomato branchSergey Sharybin
2012-06-13add Anti-Aliasing (very rough draft algorithm, NOT FINAL version) to raskter ...Peter Larabell
2012-06-13add rgb_to_luma_y(), was being done inline in many places.Campbell Barton
2012-06-12remove input socket of mask node, this wasnt used.Campbell Barton
2012-06-12Modification of node groups by adding/removing nodes is not possible yet. Thi...Lukas Toenne
2012-06-12Reroute node socket types update automatically from connections when possible...Lukas Toenne
2012-06-11Fix for node 'make group' operator in combination with frame nodes. When a se...Lukas Toenne
2012-06-11This node was never actually commited to svn.Sergey Sharybin
2012-06-10Add screen balance into interfaceSergey Sharybin