From 11c9853197312af135a9d7960ee125fc41c423b8 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Wed, 13 Apr 2016 09:31:23 -0400
Subject: [PATCH] SL-109 - reduced size of the spheres in 'show bones' display,
 to make it easier to see what's going on in crowded parts of the skeleton.

---
 indra/newview/llvoavatar.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 2f0f377c403..d3ea8648007 100755
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -1440,7 +1440,7 @@ void LLVOAvatar::renderBones()
     static LLVector3 EXTENDED_COLOR_OCCLUDED(0.0f, 1.0f, 0.0f);
     static LLVector3 EXTENDED_COLOR_VISIBLE(0.5f, 0.5f, 0.5f);
     
-    static F32 SPHERE_SCALEF = 0.003f;
+    static F32 SPHERE_SCALEF = 0.001f;
 
 	for (; iter != end; ++iter)
 	{
-- 
GitLab