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 /source/blender/blenloader
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 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/versioning_userdef.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/versioning_userdef.c b/source/blender/blenloader/intern/versioning_userdef.c
index c9e49e7e028..ce02c73cd96 100644
--- a/source/blender/blenloader/intern/versioning_userdef.c
+++ b/source/blender/blenloader/intern/versioning_userdef.c
@@ -308,10 +308,6 @@ void BLO_version_defaults_userpref_blend(Main *bmain, UserDef *userdef)
BKE_addon_ensure(&userdef->addons, "cycles");
}
- if (!USER_VERSION_ATLEAST(261, 4)) {
- userdef->use_16bit_textures = true;
- }
-
if (!USER_VERSION_ATLEAST(267, 0)) {
/* GL Texture Garbage Collection */