From 9c99292a16df35a5d244606cc49e06949a4ef535 Mon Sep 17 00:00:00 2001 From: Richard Antalik Date: Mon, 18 Mar 2019 12:01:40 -0700 Subject: Fix T54117 Movie clip undistorted - proxy not working Add movieclip fallback render option, for case, when proxies are not enabled or built Reviewers: sergey Differential Revision: https://developer.blender.org/D4219 --- source/blender/makesdna/DNA_movieclip_types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/makesdna/DNA_movieclip_types.h') diff --git a/source/blender/makesdna/DNA_movieclip_types.h b/source/blender/makesdna/DNA_movieclip_types.h index 790b44466c5..342bad4e067 100644 --- a/source/blender/makesdna/DNA_movieclip_types.h +++ b/source/blender/makesdna/DNA_movieclip_types.h @@ -190,6 +190,8 @@ enum { /* MovieClip->render_flag */ enum { MCLIP_PROXY_RENDER_UNDISTORT = 1, + /** Use original, if proxy is not found. */ + MCLIP_PROXY_RENDER_USE_FALLBACK_RENDER = 2, }; #endif -- cgit v1.2.3