From 7edc151696dd73f15569b3df6ba4e8b64de20b68 Mon Sep 17 00:00:00 2001 From: Ivan Mahonin Date: Mar 01 2020 07:01:40 +0000 Subject: cubic interpolation by default for Warp as like as in usual transformation for group --- diff --git a/synfig-core/src/modules/lyr_std/warp.cpp b/synfig-core/src/modules/lyr_std/warp.cpp index 368a7d1..27416bb 100644 --- a/synfig-core/src/modules/lyr_std/warp.cpp +++ b/synfig-core/src/modules/lyr_std/warp.cpp @@ -881,7 +881,7 @@ Warp::Warp(): param_dest_bl ( Point(-2.2, -2 ) ), param_dest_br ( Point( 2.2, -2 ) ), param_clip ( true ), - param_interpolation( int(1) ), + param_interpolation( int(3) ), valid ( ), affine ( ), clip ( )