diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-29 11:25:17 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-04-29 11:25:17 -0400 |
commit | ec471497f5dba41e74afc6864ab0f7100659e1d9 (patch) | |
tree | 76500d30565e03a591b744e4296476627ca63c26 /indra/newview/llvovolume.cpp | |
parent | 3da9762eee8052855089df6aa5d33aea94553c5d (diff) |
SL-375, SL-378 - rudimentary logging info to list joint offsets during mesh import. dae_tool.py work to enable joint offset tweaking.
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rwxr-xr-x | indra/newview/llvovolume.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index c2550afcac..9d8ef05cbc 100755 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4777,6 +4777,10 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group) if (rigged && pAvatarVO) { pAvatarVO->addAttachmentPosOverridesForObject(vobj); + if (pAvatarVO->isSelf()) + { + //pAvatarVO->showAttachmentPosOverrides(); + } } //for each face |