mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-19 02:54:36 +00:00
- changed error message for models with constant vertex quality
This commit is contained in:
parent
dfcffc8fcd
commit
da4fc93ab2
@ -426,7 +426,7 @@ bool QualityMapperDialog::drawEqualizerHistogram(bool leftHandleIsInsideHistogra
|
||||
this->ComputePerVertexQualityHistogram(mesh.cm, histogramRange, _equalizer_histogram, NUMBER_OF_HISTOGRAM_BINS);
|
||||
if (histogramRange.minV == histogramRange.maxV)
|
||||
{
|
||||
QMessageBox::warning(this, tr("Quality Mapper"), tr("The model has no vertex quality"), QMessageBox::Ok);
|
||||
QMessageBox::warning(this, tr("Quality Mapper"), tr("The model vertex quality is a constant"), QMessageBox::Ok);
|
||||
return false;
|
||||
}
|
||||
//building histogram chart informations
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user