Skip to content
Snippets Groups Projects
Commit c58c308d authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-17002 FIXED The "include joint positions" checkbox is displayed inactive

parent be820f2e
No related branches found
No related tags found
1 merge request!83Merge Linden 6.6.7
...@@ -2745,6 +2745,9 @@ BOOL LLModelPreview::render() ...@@ -2745,6 +2745,9 @@ BOOL LLModelPreview::render()
// (note: all these UI updates need to be somewhere that is not render) // (note: all these UI updates need to be somewhere that is not render)
fmp->childSetValue("upload_skin", true); fmp->childSetValue("upload_skin", true);
mFirstSkinUpdate = false; mFirstSkinUpdate = false;
upload_skin = true;
skin_weight = true;
mViewOption["show_skin_weight"] = true;
} }
fmp->enableViewOption("show_skin_weight"); fmp->enableViewOption("show_skin_weight");
......
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