Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_filter / radialblur.cpp
index 6ecc5bb..2d018a6 100644 (file)
@@ -64,6 +64,7 @@ SYNFIG_LAYER_SET_CVS_ID(RadialBlur,"$Id$");
 /* === E N T R Y P O I N T ================================================= */
 
 RadialBlur::RadialBlur():
+       Layer_Composite(1.0,Color::BLEND_STRAIGHT),
        origin  (0,0),
        size    (0.2),
        fade_out(false)