X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fclipitem.cpp;h=2fc109c8c7a53dfac5f977c4095b7b7f733e1d84;hb=346b75ea23fce8d4444462921f4f00e4bf6f8cbd;hp=cab99a870a785f843ba26d46864472f3b87a0cb6;hpb=b095dbf41775fe9af805e71657a793bc26be702f;p=kdenlive diff --git a/src/clipitem.cpp b/src/clipitem.cpp index cab99a87..2fc109c8 100644 --- a/src/clipitem.cpp +++ b/src/clipitem.cpp @@ -1426,7 +1426,7 @@ EffectsParameterList ClipItem::getEffectArgs(const QDomElement effect) QDomElement e = params.item(i).toElement(); //kDebug() << "/ / / /SENDING EFFECT PARAM: " << e.attribute("type") << ", NAME_ " << e.attribute("tag"); if (e.attribute("type") == "simplekeyframe") { - kDebug() << "/ / / /SENDING KEYFR EFFECT TYPE"; + QStringList values = e.attribute("keyframes").split(";", QString::SkipEmptyParts); double factor = e.attribute("factor", "1").toDouble(); for (int j = 0; j < values.count(); j++) { @@ -1434,6 +1434,7 @@ EffectsParameterList ClipItem::getEffectArgs(const QDomElement effect) double val = values.at(j).section(":", 1, 1).toDouble() / factor; values[j] = pos + "=" + QString::number(val); } + //kDebug() << "/ / / /SENDING KEYFR:"<