summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-11-04 08:50:19 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-11-04 08:50:19 -0500
commit3607d71740eb79a123972488071ce8ac4a4cef2e (patch)
tree8745288fc9e256926a66fafaf545041e349b49bc /indra
parent29391cbab3f5fd78a5a94aa6514bb1c2ebdbe0ed (diff)
MAINT-5807 WIP - show skin weights checkbox also not properly initialized.
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llfloatermodelpreview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp
index b5e5157335..861dc88983 100755
--- a/indra/newview/llfloatermodelpreview.cpp
+++ b/indra/newview/llfloatermodelpreview.cpp
@@ -3669,6 +3669,7 @@ BOOL LLModelPreview::render()
fmp->enableViewOption("show_skin_weight");
fmp->setViewOptionEnabled("show_joint_positions", skin_weight);
mFMP->childEnable("upload_skin");
+ mFMP->childSetValue("show_skin_weight", skin_weight);
}
}
else