Fix #29960: fields option should not be used for external engine rendering.

This commit is contained in:
Brecht Van Lommel
2012-01-26 14:55:46 +00:00
parent 7e86c8fcdc
commit 2e9ae40aaf

View File

@@ -1894,6 +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;
}
}