diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-15 14:29:39 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2014-11-15 14:29:39 -0500 |
commit | b1884d40f5ba74d1d39be1abad7dc416905c6caf (patch) | |
tree | b3b35a6f4aebe3292caf2700d86dcfbb2a4a2774 /indra/newview/llvoavatar.h | |
parent | 9c4397b6ee6d1a2a2c43d5d886b178753a4833d8 (diff) |
MAINT-4537 WIP - more joint position management during outfit changes
Diffstat (limited to 'indra/newview/llvoavatar.h')
-rwxr-xr-x | indra/newview/llvoavatar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.h b/indra/newview/llvoavatar.h index ce1f0dd152..9a2aaf8aa3 100755 --- a/indra/newview/llvoavatar.h +++ b/indra/newview/llvoavatar.h @@ -199,8 +199,10 @@ public: virtual LLJoint* getJoint(const std::string &name); + void addAttachmentPosOverridesForObject(LLViewerObject *vo); void resetJointPositionsOnDetach(const LLUUID& mesh_id); void resetJointPositionsOnDetach(LLViewerObject *vo); + void clearAttachmentPosOverrides(); /*virtual*/ const LLUUID& getID() const; /*virtual*/ void addDebugText(const std::string& text); |