diff options
author | prep linden <prep@lindenlab.com> | 2010-10-05 14:14:37 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2010-10-05 14:14:37 -0400 |
commit | 70b2ace13130b3a0d881fb87cff0167ed811f560 (patch) | |
tree | c9360245f9757c6c2698d40fbd8db4e1efe74ddb /indra/newview/llvoavatarself.h | |
parent | 7be98bc20f53d6c418e01842da89c62c4002991d (diff) |
Reset joint positions after detaching a rigged model
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r-- | indra/newview/llvoavatarself.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h index 23a799ea3a..141a419fc8 100644 --- a/indra/newview/llvoavatarself.h +++ b/indra/newview/llvoavatarself.h @@ -83,7 +83,9 @@ public: /*virtual*/ void stopMotionFromSource(const LLUUID& source_id); /*virtual*/ void requestStopMotion(LLMotion* motion); /*virtual*/ LLJoint* getJoint(const std::string &name); - + + void resetJointPositions( void ); + /*virtual*/ BOOL setVisualParamWeight(LLVisualParam *which_param, F32 weight, BOOL upload_bake = FALSE ); /*virtual*/ BOOL setVisualParamWeight(const char* param_name, F32 weight, BOOL upload_bake = FALSE ); /*virtual*/ BOOL setVisualParamWeight(S32 index, F32 weight, BOOL upload_bake = FALSE ); |