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:
authorCampbell Barton <ideasman42@gmail.com>2019-05-09 14:35:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-09 14:37:20 +0300
commit3f37787c804a2eab3fd5ac26fb24772ef52c9b60 (patch)
treeeb2100d0a9280087196395fcdaa1273e2aaafe7a /source/blender/makesdna
parent8342a124c462104c12a98cca0b16e69920316346 (diff)
UI: rename Look Dev 'Ball' to 'Sphere'
D4813 by @Gvgeo
Diffstat (limited to 'source/blender/makesdna')
-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 e3e75435493..0b83e0d5f4c 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -645,7 +645,7 @@ typedef struct UserDef {
char _pad3[4];
short gizmo_flag, gizmo_size;
short edit_studio_light;
- short lookdev_ball_size;
+ short lookdev_sphere_size;
short vbotimeout, vbocollectrate;
short textimeout, texcollectrate;
int memcachelimit;