Fix #29960: fields option should not be used for external engine rendering.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user