motion blur fx iwa : default value change

This commit is contained in:
shun-iwasawa 2021-01-12 17:06:54 +09:00 committed by manongjohn
parent fb5a643fc1
commit 5c41e440b3
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
<fxlayout help_file="MotionBlurIwa.html">
<page name="Motion Blur Iwa">
<vbox>
<hbox>
<control>motionObjectType</control>
<vbox modeSensitive="motionObjectType" mode="1,2,4">
<control>motionObjectIndex</control>
</hbox>
</vbox>
<control>shutterStart</control>
<control>startValue</control>
<control>startCurve</control>

View file

@ -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);