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-02-06style cleanup: some warnigs & spelling.Campbell Barton
2013-02-06Code clean up translate nodeMonique Dewanchand
2013-02-04Compositor "Relative" option for Translate node, same as for other nodes thisBrecht Van Lommel
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-02-04style cleanupCampbell Barton
2013-02-03One fix for bug [#33785] compositor is (unnecessarily?) slowMonique Dewanchand
2013-01-31 Apply patch [#33999] Wrapping mode for the "translate" compositing nodeMonique Dewanchand
2013-01-16style cleanupCampbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-08Fix #33804: Blender crash unlinking multilayer exr image in image nodeSergey Sharybin
2012-12-28Convert alpha node: rename "key alpha" to "straight alpha" for consistency.Brecht Van Lommel
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-12-01fix [#33368] Crash with multilayer exr nodeCampbell Barton
2012-11-21When the File Output node exits early in convertToOperations (in case not ren...Lukas Toenne
2012-11-21Fix for debug assert failure with Reroute nodes in compositor. After redirect...Lukas Toenne
2012-11-17Fix compositing normal node not properly showing vector XYZ values when openingBrecht Van Lommel
2012-11-17Fix #33204: Blur node ignores Gamma settingSergey Sharybin
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-14Map Range Node (tiles)Dalai Felinto
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-11-01Fix for Hue/Sat/Val compositor node. This was using the wrong input socket fo...Lukas Toenne
2012-11-01style cleanupCampbell Barton
2012-10-29Added compositor graph functions for removing socket connections explicitly i...Lukas Toenne
2012-10-25Internal node links are now cached in a per-node list, instead of being gener...Lukas Toenne
2012-10-24Oeps... Enabled the pixelate node added documentation, removed unneededJeroen Bakker
2012-10-24style cleanupCampbell Barton
2012-10-24Adding a pixelate node.Jeroen Bakker
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-18Fix #32905: Crash with Levels node when no input is connected.Sergey Sharybin
2012-10-14code cleanup: remove redundant casts. quiet some qualifier warnings.Campbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-30fix for using uninitialized blur falloff for dilate/erode node.Campbell Barton
2012-09-26fix for cycles/python script error in normal panelCampbell Barton
2012-09-25Compositor:Jeroen Bakker
2012-09-15Color Management, Stage 2: Switch color pipeline to use OpenColorIOSergey Sharybin
2012-09-04fix [#32490] Compsitor crashes on missing OpenEXR multilayer filesCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix for compositor always cacheing frames when using Movie Clip input nodeSergey Sharybin
2012-08-28cleanup pixel sampler code (pixel interpolations in compositor)Jeroen Bakker
2012-08-24fix for bug in variable size blur compositor node - using incorrect Y blur op...Campbell Barton
2012-08-23despeckle composite nodeCampbell Barton
2012-08-21fix [#32374] Curve compositor UI drawing glitchCampbell Barton
2012-08-21change curve evaluation functions never to modify curve data (ensures thread ...Campbell Barton
2012-08-19The Distance Node in 2.49/2.5/2.6 pre-tiles has a different calculation for R...Dalai Felinto
2012-08-16compositor bokeh blur - only use the variable size operation when the size so...Campbell Barton
2012-08-14add variable size option to bokeh blur node, remove f_stop option (it wasnt u...Campbell Barton
2012-08-14rename blur `Reference` to `Variable Size`, improve tooltipCampbell Barton
2012-08-14fix [#32324] regression: node group with missing ID crashes new tile node sys...Campbell Barton
2012-08-10compositor: bokeh blur size input can now be an image, in this case it uses V...Campbell Barton
2012-08-08improvement to the DOF node, after blurring the radius buffer (derived from t...Campbell Barton