mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 10:04:38 +00:00
fix filter_sampling post condition
This commit is contained in:
parent
c07e66e4a8
commit
fa78e85a7f
@ -1382,7 +1382,7 @@ int FilterDocSampling::postCondition( QAction* a ) const
|
||||
{
|
||||
switch(ID(a)){
|
||||
case FP_VORONOI_COLORING :
|
||||
case FP_DISK_COLORING : return MeshModel::MM_VERTCOLOR;
|
||||
case FP_DISK_COLORING : return MeshModel::MM_VERTCOLOR | MeshModel::MM_VERTQUALITY;
|
||||
|
||||
case FP_ELEMENT_SUBSAMPLING :
|
||||
case FP_MONTECARLO_SAMPLING :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user