Changed FstReader categories to place models in the right dirs

This commit is contained in:
Atlante45 2014-04-03 12:25:50 -07:00
parent 6e53ecf6a0
commit d15e12da77

View file

@ -157,9 +157,9 @@ bool FstReader::zip() {
textPart.setHeader(QNetworkRequest::ContentDispositionHeader, "form-data;"
" name=\"model_category\"");
if (_isHead) {
textPart.setBody("head");
textPart.setBody("heads");
} else {
textPart.setBody("skeleton");
textPart.setBody("skeletons");
}
_dataMultiPart->append(textPart);