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:
authorClément Foucault <foucault.clem@gmail.com>2018-11-30 16:10:20 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-11-30 17:40:57 +0300
commit9ccf27d1f760ab2562d96694c0823b35935bd9a3 (patch)
treeea6dbd2c05d11ba96545f4598fbd39102d07ce9a /source/blender/makesdna/DNA_userdef_types.h
parent909fa08a7654e411b3fba90178a7003646ca7e54 (diff)
StudioLight: Renaming stuffs
Diffstat (limited to 'source/blender/makesdna/DNA_userdef_types.h')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 8fc7c0ed326..2e3baa27898 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -591,7 +591,7 @@ typedef struct UserDef {
struct SolidLight light_param[4];
float light_ambient[3], pad7;
short gizmo_flag, gizmo_size;
- short edit_solid_light;
+ short edit_studio_light;
short pad6[2];
short textimeout, texcollectrate;
short dragthreshold;