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
path: root/source
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-08 22:49:12 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-08 22:49:12 +0400
commit0ed2309b4d30940999e19265ebd7a5a3e24ee2a7 (patch)
tree503a6cde7e86019c37e63ebc1d80a2533881a922 /source
parent127f9e9b8f7fba4fc20879592c6009322f13414b (diff)
Cycles: fix crash loading existing files, forgot to merge over this line.
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 96fbe392922..74331b75a70 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -5611,6 +5611,7 @@ static void direct_link_screen(FileData *fd, bScreen *sc)
else if(sl->spacetype==SPACE_BUTS) {
SpaceButs *sbuts= (SpaceButs *)sl;
sbuts->path= NULL;
+ sbuts->texuser= NULL;
}
else if(sl->spacetype==SPACE_CONSOLE) {
SpaceConsole *sconsole= (SpaceConsole *)sl;