mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 17:44:36 +00:00
minor changes in error string
This commit is contained in:
parent
4bcb202855
commit
a489d08264
@ -73,7 +73,7 @@ bool MeshFilterInterface::isFilterApplicable(QAction *act, const MeshModel& m, Q
|
||||
MissingItems.push_back("Camera");
|
||||
|
||||
if (preMask & MeshModel::MM_FACENUMBER && (m.cm.fn==0))
|
||||
MissingItems.push_back("Non empty Face Set");
|
||||
MissingItems.push_back("Any Faces");
|
||||
|
||||
|
||||
return MissingItems.isEmpty();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user