Hi,
there is a bug in the ModelMaker refine module. During selection parsing, only the first part of the selection string is processed.
In line 374 in the modelmaker.tcl file it should be
set sel [list $arg(sel)]
instead of
set sel $arg(sel)
Best
Sven