replace format checks with is_movie_format
This commit is contained in:
@@ -476,8 +476,7 @@ class RENDER_PT_output(RenderButtonsPanel, Panel):
|
|||||||
split = layout.split()
|
split = layout.split()
|
||||||
|
|
||||||
col = split.column()
|
col = split.column()
|
||||||
col.active = file_format not in ('AVI_JPEG', 'AVI_RAW', 'FRAMESERVER', 'H264', 'FFMPEG',
|
col.active = not rd.is_movie_format
|
||||||
'THEORA', 'QUICKTIME_QTKIT', 'QUICKTIME_CARBON', 'XVID')
|
|
||||||
col.prop(rd, "use_overwrite")
|
col.prop(rd, "use_overwrite")
|
||||||
col.prop(rd, "use_placeholder")
|
col.prop(rd, "use_placeholder")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user