Sequencer / Clip Editor:

* Make it more clear that the Memory Cache Limit is used by the Clip Editor as well.
This commit is contained in:
2012-05-13 09:26:01 +00:00
parent 7735e56058
commit 13bbf1cc7b
2 changed files with 3 additions and 3 deletions

View File

@@ -452,7 +452,7 @@ class USERPREF_PT_system(Panel):
col.separator()
col.separator()
col.label(text="Sequencer:")
col.label(text="Sequencer / Clip Editor:")
col.prop(system, "prefetch_frames")
col.prop(system, "memory_cache_limit")