summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbvhpreview.h
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2015-11-13 04:12:13 -0800
committerAura Linden <aura@lindenlab.com>2015-11-13 04:12:13 -0800
commit99219cbe80d56dbd9d6f75689304ce2759592868 (patch)
treeedddfd8003e918e5f922c500560b4ffcc2dd0689 /indra/newview/llfloaterbvhpreview.h
parent146919fa764bed09bfa5e27bc30d02ce2afb6188 (diff)
parentb72480ddb9b01202f1bbe4bfb84595549faeacf3 (diff)
Eliminated joint_offset file. Added aliases attrib to bones in avatar_skeleton.xml.
Diffstat (limited to 'indra/newview/llfloaterbvhpreview.h')
-rwxr-xr-xindra/newview/llfloaterbvhpreview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbvhpreview.h b/indra/newview/llfloaterbvhpreview.h
index 74d77d0004..20d15d9603 100755
--- a/indra/newview/llfloaterbvhpreview.h
+++ b/indra/newview/llfloaterbvhpreview.h
@@ -109,7 +109,8 @@ public:
S32 status, LLExtStat ext_status);
private:
void setAnimCallbacks() ;
- void getLegalJointNames(std::deque<std::string>& legal_joint_names);
+ std::map <std::string, std::string> getJointAliases();
+
protected:
void draw();