Oh i love our Coyotl

This commit is contained in:
Siana Gearz
2012-09-15 07:34:06 +02:00
parent 53fd33604d
commit 3946c076fe
3 changed files with 17 additions and 4 deletions

View File

@@ -2831,10 +2831,11 @@ BOOL LLVOVolume::lineSegmentIntersect(const LLVector3& start, const LLVector3& e
if (mDrawable->isState(LLDrawable::RIGGED))
{
if (gFloaterTools->getVisible() && getAvatar()->isSelf())
static const LLCachedControl<bool> allow_mesh_picking("SGAllowRiggedMeshSelection");
if (allow_mesh_picking && gFloaterTools->getVisible() && getAvatar()->isSelf())
{
updateRiggedVolume();
genBBoxes(FALSE);
//genBBoxes(FALSE);
volume = mRiggedVolume;
transform = false;
}