Merge branch 'genete_static_values'
[synfig.git] / synfig-core / src / synfig / layer_motionblur.cpp
index eb489d9..61fa152 100644 (file)
@@ -64,10 +64,12 @@ Layer_MotionBlur::Layer_MotionBlur():
        Layer_Composite         (1.0,Color::BLEND_STRAIGHT),
        aperture                        (0),
        subsamples_factor       (1.0),
-       subsampling_type        (SUBSAMPLING_CONSTANT),
+       subsampling_type        (SUBSAMPLING_HYPERBOLIC),
        subsample_start         (0.0),
        subsample_end           (1.0)
 {
+       Layer::Vocab voc(get_param_vocab());
+       Layer::fill_static(voc);
 }
 
 bool