oops, remove debug statement
This commit is contained in:
parent
bf2679a7b3
commit
bb3925c992
|
|
@ -1325,7 +1325,6 @@ make_polyset(const MDagPath &dag_path, const MFnMesh &mesh,
|
|||
}
|
||||
|
||||
bool double_sided = _respect_maya_double_sided ? maya_double_sided : egg_double_sided;
|
||||
cerr << "respect = " << _respect_maya_double_sided << " maya = " << maya_double_sided << " egg = " << egg_double_sided << " result = " << double_sided << "\n";
|
||||
|
||||
while (!pi.isDone()) {
|
||||
EggPolygon *egg_poly = new EggPolygon;
|
||||
|
|
|
|||
Loading…
Reference in New Issue