Fix #30415: motion blur option still had an effect on external engines / cycles,

should not be used then.
This commit is contained in:
2012-03-01 19:19:04 +00:00
parent e69a758eaa
commit dff2e84427

View File

@@ -1894,7 +1894,7 @@ static void validate_render_settings(Render *re)
if(RE_engine_is_external(re)) {
/* not supported yet */
re->r.scemode &= ~(R_EXR_TILE_FILE|R_FULL_SAMPLE);
re->r.mode &= ~R_FIELDS;
re->r.mode &= ~(R_FIELDS|R_MBLUR);
}
}