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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-08-28 12:27:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-08-28 12:27:50 +0300
commitf9f4e208713ec2b4fa8f8e112fb50cfd1ee6a266 (patch)
treed20c41753ed01f847e3baab635d20fdfd058e0a3 /source/blender/makesrna/intern/rna_texture.c
parent49e7b77b1952c6ea4ab5064d0d31b54052301ffd (diff)
parent2e71927622ec7e25c400f23b58fd8d14e056482d (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesrna/intern/rna_texture.c')
-rw-r--r--source/blender/makesrna/intern/rna_texture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_texture.c b/source/blender/makesrna/intern/rna_texture.c
index 1c7b750fbe1..9490dfd0478 100644
--- a/source/blender/makesrna/intern/rna_texture.c
+++ b/source/blender/makesrna/intern/rna_texture.c
@@ -270,6 +270,8 @@ void rna_TextureSlot_update(bContext *C, PointerRNA *ptr)
WM_main_add_notifier(NC_OBJECT | ND_PARTICLE | NA_EDITED, NULL);
break;
}
+ default:
+ break;
}
}