Fix bug where xform fields that were not specified for motion interpolation were still getting interpolated.

Carry logic from this fix to writing Xform Xmls as well.

Motion was not supported on some Xform fields as it was originally copied from flam3. Allow it on all but xaos now.

Fix clamping range for m_ColorSpeed at the end of ApplyMotion() to match the values we accept elsewhere.
This commit is contained in:
mfeemster
2015-03-25 20:47:57 -07:00
parent 53db8907ff
commit 3d206c1d22
7 changed files with 107 additions and 50 deletions

View File

@ -1956,12 +1956,12 @@ int _tmain(int argc, _TCHAR* argv[])
//std::complex<double> cd, cd2;
//cd2 = sin(cd);
/*
t.Tic();
TestCasting();
t.Toc("TestCasting()");
t.Tic();
/*t.Tic();
VariationList<float> vlf;
t.Toc("Creating VariationList<float>");