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 /release
parent8342a124c462104c12a98cca0b16e69920316346 (diff)
UI: rename Look Dev 'Ball' to 'Sphere'
D4813 by @Gvgeo
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index f35388eb41c..25252fea887 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -583,7 +583,7 @@ class USERPREF_PT_viewport_display(PreferencePanel, Panel):
col = flow.column()
col.prop(view, "gizmo_size")
- col.prop(view, "lookdev_ball_size")
+ col.prop(view, "lookdev_sphere_size")
flow.separator()