Comment unused sequencer prefetch

This commit is contained in:
Campbell Barton 2015-09-17 03:00:32 +10:00
parent 5a13f8a750
commit f0023b0dbe
1 changed files with 2 additions and 1 deletions

View File

@ -493,7 +493,8 @@ class USERPREF_PT_system(Panel):
col.separator()
col.label(text="Sequencer / Clip Editor:")
col.prop(system, "prefetch_frames")
# currently disabled in the code
# col.prop(system, "prefetch_frames")
col.prop(system, "memory_cache_limit")
# 3. Column