diff options
author | Aura Linden <aura@lindenlab.com> | 2015-10-27 15:15:34 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2015-10-27 15:15:34 -0700 |
commit | 97374a5362f097afd3027ea51757de2e36af4798 (patch) | |
tree | d8873f7076c0858c80faec7a3bf8d398c8d99c60 /indra/newview/llfloatermodelpreview.h | |
parent | 2f6166a5a4f8d5be679cef0699142c4ef061fb55 (diff) |
Fixes SL-202 joint offset and skin weight import. Race condition still exists.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
-rwxr-xr-x | indra/newview/llfloatermodelpreview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index 25c650a725..d9351029ec 100755 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -300,8 +300,6 @@ public: void setRigWithSceneParity( bool state ) { mRigParityWithScene = state; } const bool getRigWithSceneParity( void ) const { return mRigParityWithScene; } - LLVector3 getTranslationForJointOffset( std::string joint ); - static bool sIgnoreLoadedCallback; protected: |