summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-29 09:17:34 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-10-29 09:17:34 -0400
commita30e0fd9098c4be4d6aaf610d59b4165a1fa5704 (patch)
treedc9360c89cb7dde366d2ae8e496d1f4ec5192226 /indra/newview/llvoavatar.h
parentb6ad3bd54dd4d48a0b984bc92a31bab7c9f90e75 (diff)
MAINT-4606 WIP - handle removing attachments that contain multiple mesh objects
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-xindra/newview/llvoavatar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h
index cd9fa30bc9..a582922c03 100755
--- a/indra/newview/llvoavatar.h
+++ b/indra/newview/llvoavatar.h
@@ -719,6 +719,7 @@ public:
void clampAttachmentPositions();
virtual const LLViewerJointAttachment* attachObject(LLViewerObject *viewer_object);
virtual BOOL detachObject(LLViewerObject *viewer_object);
+ static bool getRiggedMeshID( LLViewerObject* pVO, LLUUID& mesh_id );
void cleanupAttachedMesh( LLViewerObject* pVO );
static LLVOAvatar* findAvatarFromAttachment(LLViewerObject* obj);
/*virtual*/ BOOL isWearingWearableType(LLWearableType::EType type ) const;