diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-04 09:33:43 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-11-04 09:33:43 -0500 |
commit | 1a7b2d3d388d12a16fab5e585f06ab0574136f3d (patch) | |
tree | 5bc16421e34ce8abdde7a03c3f7e741af74762ba /indra/newview/llfloatermodelpreview.cpp | |
parent | 5601e4c4a10ca960aa86fb10d04937823173fc23 (diff) |
SL-114 WIP - show skin weights checkbox can get out of sync with corresponding view option.
Diffstat (limited to 'indra/newview/llfloatermodelpreview.cpp')
-rwxr-xr-x | indra/newview/llfloatermodelpreview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index a8069dd569..dac49aa0b3 100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -3578,6 +3578,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 |