Skip to content
Snippets Groups Projects
Commit 046e047b authored by Don Kjer's avatar Don Kjer
Browse files

Automated merge

parents 793dde16 637fb26d
No related branches found
No related tags found
No related merge requests found
......@@ -1254,9 +1254,9 @@
<key>archive</key>
<map>
<key>hash</key>
<string>e737558cc184667f23f01a103cc9a41a</string>
<string>3f6d155b817f13577b96ff28160d5e12</string>
<key>url</key>
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/265214/arch/Linux/installer/llappearanceutility_source-0.1-linux-20120926.tar.bz2</string>
<string>http://s3-proxy.lindenlab.com/private-builds-secondlife-com/hg/repo/llappearanceutility-source/rev/265243/arch/Linux/installer/llappearanceutility_source-0.1-linux-20120927.tar.bz2</string>
</map>
<key>name</key>
<string>linux</string>
......
......@@ -136,13 +136,15 @@ class LLAvatarAppearance : public LLCharacter
typedef std::map<std::string, LLJoint*> joint_map_t;
joint_map_t mJointMap;
void computeBodySize();
protected:
static BOOL parseSkeletonFile(const std::string& filename);
virtual void buildCharacter();
virtual BOOL loadAvatar();
virtual void bodySizeChanged() = 0;
void computeBodySize();
BOOL setupBone(const LLAvatarBoneInfo* info, LLJoint* parent, S32 &current_volume_num, S32 &current_joint_num);
BOOL allocateCharacterJoints(U32 num);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment