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:
authorTon Roosendaal <ton@blender.org>2013-03-18 13:05:15 +0400
committerTon Roosendaal <ton@blender.org>2013-03-18 13:05:15 +0400
commit4c1d80bf86d112deef528d3737230452e3616839 (patch)
tree2131db4f53da8884d0a867a3e509d14ec686f10b /release
parent7049bf05985e195000441e6fce4825a2a2803250 (diff)
Forgot to commit the button to set memory limit for using GPU Images...
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 3627638f2e9..f33b8516ae6 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -480,6 +480,10 @@ class USERPREF_PT_system(Panel):
col.prop(system, "texture_collection_rate", text="Collection Rate")
col.separator()
+
+ col.label(text="Images:")
+ col.prop(system, "image_gpubuffer_limit")
+
col.separator()
col.separator()