Skip to content
Snippets Groups Projects
Commit 1a7b2d3d authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SL-114 WIP - show skin weights checkbox can get out of sync with corresponding view option.

parent 5601e4c4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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