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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-16 17:24:43 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-01-16 18:16:42 +0300
commit49562da98d81a0a3d2a4c94b1138be9272587c91 (patch)
tree13121e856fc39ad0e56936eca8e9453c39dbe6e4 /release
parenta8a89db9c8217a21cc8463fe6e113709bc79be67 (diff)
Preferences: remove unnecessary 16 bit textures preference.
This is a leftover from a time when these were not supported on all GPUs.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 115d9d27107..5435d0a90fd 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -656,8 +656,6 @@ class USERPREF_PT_system_opengl_textures(PreferencePanel):
flow.prop(system, "texture_collection_rate", text="Garbage Collection Rate")
flow.prop(system, "image_draw_method", text="Image Display Method")
- flow.prop(system, "use_16bit_textures")
-
class USERPREF_PT_system_opengl_selection(PreferencePanel):
bl_label = "Selection"