diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-27 09:39:39 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-27 09:39:39 -0400 |
commit | 7447da6943842a5af31787b2bbee3255b45ba88e (patch) | |
tree | 1a1ad92413055bd2a6db5f373a981cd3904924d6 /indra/llcharacter/lljoint.h | |
parent | 31e91957db061d43aeaabdfe1583651fa9c54acd (diff) |
SL-503 - more info in archetype dump files
Diffstat (limited to 'indra/llcharacter/lljoint.h')
-rw-r--r-- | indra/llcharacter/lljoint.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llcharacter/lljoint.h b/indra/llcharacter/lljoint.h index 42c2c6f1ad..b2df90dc92 100644 --- a/indra/llcharacter/lljoint.h +++ b/indra/llcharacter/lljoint.h @@ -278,6 +278,11 @@ public: void clearAttachmentScaleOverrides(); void showAttachmentScaleOverrides(const std::string& av_info) const; + void getAllAttachmentPosOverrides(S32& num_pos_overrides, + std::set<LLVector3>& distinct_pos_overrides); + void getAllAttachmentScaleOverrides(S32& num_scale_overrides, + std::set<LLVector3>& distinct_scale_overrides); + // These are used in checks of whether a pos/scale override is considered significant. bool aboveJointPosThreshold(const LLVector3& pos) const; bool aboveJointScaleThreshold(const LLVector3& scale) const; |