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@pandora.be>2010-02-11 18:45:19 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-02-11 18:45:19 +0300
commit9ee81473f8ce2e08027a50c8b0f42c49fbc3499e (patch)
tree542561982aaee1f8fc8f92b92d452024574e413d /source/blender/makesrna/SConscript
parentd98603129ca30aabe29f17f28f4ac72dbc0ca4ac (diff)
Fix #20139: toggling mipmaps in user preferences did not refresh textures.
Diffstat (limited to 'source/blender/makesrna/SConscript')
-rw-r--r--source/blender/makesrna/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index 4be35a9fe12..f78f931b669 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -7,7 +7,7 @@ o = SConscript('intern/SConscript')
objs += o
incs = '#/intern/guardedalloc ../blenkernel ../blenlib ../makesdna intern .'
-incs += ' ../windowmanager ../editors/include ../imbuf ../ikplugin'
+incs += ' ../windowmanager ../editors/include ../gpu ../imbuf ../ikplugin'
incs += ' ../render/extern/include'
defs = []