Bugfix: --dont-arrange was reported as not implemented

This commit is contained in:
Alessandro Ranellucci 2018-11-25 18:22:11 +01:00 committed by Joseph Lenox
parent ea67f8ca4f
commit b0fc0429cb

View File

@ -170,6 +170,8 @@ int CLI::run(int argc, char **argv) {
// this affects volumes:
model.translate(-(bb.min.x - p.x), -(bb.min.y - p.y), -bb.min.z);
}
} else if (opt_key == "dont_arrange") {
// do nothing - this option alters other transform options
} else if (opt_key == "rotate") {
for (auto &model : this->models)
for (auto &o : model.objects)