diff --git a/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml b/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml index a76618c..419bb00 100644 --- a/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml +++ b/stuff/profiles/layouts/fxs/STD_iwa_MotionBlurCompFx.xml @@ -1,10 +1,10 @@ - motionObjectType + motionObjectIndex - + shutterStart startValue startCurve diff --git a/toonz/sources/stdfx/motionawarebasefx.h b/toonz/sources/stdfx/motionawarebasefx.h index 89b8793..9c2d994 100644 --- a/toonz/sources/stdfx/motionawarebasefx.h +++ b/toonz/sources/stdfx/motionawarebasefx.h @@ -32,7 +32,7 @@ public: , m_shutterEnd(0.05) , m_traceResolution(4) , m_motionObjectType(new TIntEnumParam(OBJTYPE_OWN, "Own Motion")) - , m_motionObjectIndex(0) { + , m_motionObjectIndex(1) { m_shutterStart->setValueRange(0.0, 1.0); m_shutterEnd->setValueRange(0.0, 1.0); m_traceResolution->setValueRange(1, 20);