Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-09-16 20:00:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-09-16 20:00:32 +0300
commitf0023b0dbeab8388092b399c491ce6436cac5bfb (patch)
treed74114c04e5fc10c0767c13dff4f6f934a95c38d /release/scripts/startup/bl_ui/space_userpref.py
parent5a13f8a750c7e9b20157fc5e3b4a518eaa295ef9 (diff)
Comment unused sequencer prefetch
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 3783ae2272d..adbb18b28ac 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -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