Fix a few animation crashers, change default imported object name

This commit is contained in:
Hazim Gazov
2010-07-02 03:22:01 +00:00
parent acab2bd974
commit a587fbafeb
6 changed files with 75 additions and 4 deletions

View File

@@ -178,6 +178,10 @@ public:
S32 getJointNum() const { return mJointNum; }
void setJointNum(S32 joint_num) { mJointNum = joint_num; }
// <edit>
std::string exportString(U32 tabs = 0);
// </edit>
};
#endif // LL_LLJOINT_H